{% extends 'manager/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, new_msgs, total_msgs in patients_list %} {% if patient.profile.gender %} {% elif patient.profile.gender == False %} {% endif %} {% endfor %}
{% trans "نام" %} {% trans "نام خانوادگی" %} {% trans "سن" %} {% trans "جنسیت" %} {% trans "بیماری ها" %} {% trans "تاریخ ثبت نام" %} {% trans "پرونده" %}
{{ patient.profile.first_name }} {{ patient.profile.last_name }} {{ patient.profile.age }}{% trans "زن" %}{% trans "مرد" %}{{ patient.profile.diseases }} {{ patient.profile.register_time }}
{% endblock %} {% block delete %} {% endblock %} {% block script %} {% endblock %}