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

{% trans "لیست کاربران منقضی شده" %}

{#
#} {# Add Patient#} {#
#} {#
#}
{% for patient, number, sub, new, point, total, group, discount in patients_list %} {% if new %} {% else %} {% endif %} {% if patient.profile.gender %} {% elif patient.profile.gender == False %} {% endif %} {% if sub %} {% 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 "دارد" %}{% trans "ندارد" %}{{ group }} {{ discount }}
{% endblock %} {% block delete %} {% endblock %} {% block script %} {% endblock %}