{% extends 'doctor/base.html' %} {% load static %} {% load i18n %} {% block header.add_script %} {% endblock %} {% block sidebar.dashboard %} {% endblock %} {% block sidebar.patients %} class="active" {% endblock %} {% block content %}

{% trans "لیست کاربران" %}

{% for patient, weight, number, sub, new, point, total, group, diet, plan_type in patients_list %} {% if new %} {% else %} {% endif %} {% if weight >= 0 %} {% else %} {% endif %} {% if patient.profile.gender %} {% elif patient.profile.gender == False %} {% endif %} {% if sub <= 0 %} {% elif sub <= 5 %} {% else %} {% endif %} {% if patient.profile.therapist.first_name != "" and patient.profile.therapist.first_name != "Ziluck" and patient.profile.therapist.last_name != "Team" %} {% else %} {% endif %} {% endfor %}
{% trans "نام" %} {% trans "نام خانوادگی" %} {% trans "تغییرات وزن" %} {% 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 }}
+{{ weight }}{{ weight }}{{ 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 }} {{ plan_type }}
{% endblock %} {% block delete %} {% endblock %} {% block script %} {% endblock %}