{% extends 'base.html' %} {% load static %} {% block content %} {% include 'profile/header.html' %} {% include 'profile/drawer.html' %}



لیست کاربران

{% include 'profile/message.html' %}
اضافه کردن افراد
{% if people_data %} {% for person in people_data %} {% endfor %} {% else %} {% endif %}
شماره عکس نام نام خانوادگی کد ملی تاریخ تولد نوع عضویت رده تربیتی سردوشی عملیات
{{ forloop.counter|add:page_obj.start_index|add:-1 }} {% if person.pic %} تصویر {% else %} بدون تصویر {% endif %} {{ person.first_name }} {{ person.last_name }} {{ person.national_code }} {{ person.birthday }} {{ person.ozviat_categories }} {{ person.tarbyat_categories }} {{ person.sardoshi_categories }}
{% if not roles_status.حفاظت%} {%endif%}
هیچ نتیجه‌ای برای جستجو یافت نشد.
{% endblock %}