{% extends 'assistant/base.html' %} {% load static %} {% load i18n %} {% block sidebar.dashboard %} {% endblock %} {% block sidebar.patients_favorites %} class="active" {% endblock %} {% block content %}
{#
#} {# class="col-sm-4 col-3"#}

{% trans "کاربران منتخب من" %}

{#
#} {# Add Patient#} {#
#} {#
#}
{# #} {% for patient, number, sub, new, point, total, group, diet, color in patients_list %} {% if new %} {% else %} {% endif %} {# #} {% if patient.profile.gender %} {% elif patient.profile.gender == False %} {% endif %} {% if sub <= 0 %} {% elif sub <= 5 %} {% else %} {% endif %} {% if color == 'green' %} {% elif color == 'orange' %} {% elif color == 'red' %} {% else %} {% endif %} {% endfor %}
{% trans "نام" %} {% trans "نام خانوادگی" %}{% trans "سن" %}{% trans "جنسیت" %} {% trans "تحت نظر (پزشک / دستیار پزشک)" %} {% trans "بیماری ها" %} {% trans "پیام های کاربر" %} {% trans "امتیاز روزانه" %} {% trans "اشتراک" %} {% trans "گروه" %} {% trans "آخرین رژیم" %} {% trans "پرونده" %} {% trans "تغییرات" %}
{% if number != 0 %} {{ number }} {% endif %}
{{ patient.profile.first_name }}
{{ patient.profile.last_name }}
{{ patient.profile.age }}{% trans "زن" %}{% trans "مرد" %}{{ patient.profile.therapist.first_name }} {{ patient.profile.therapist.last_name }} {{ patient.profile.diseases }} {{ total }} {{ point }}{% trans "ندارد" %}{{ sub }}{{ sub }} {{ group }} {{ diet }}{{ diet }}{{ diet }}{{ diet }}
{% endblock %} {% block delete %} {% endblock %} {% block script %} {% endblock %}