Sub Admin List
{% include 'web/message.html' %}
{% if sub_admins %}
{% else %}
{% endif %}
S.No. | First Name | Last Name | Mobile Number | {% endcomment %}Status | Action | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{forloop.counter}} | {{sub_admin.first_name}} | {{sub_admin.last_name}} | {{sub_admin.email}} | {% comment %}{{sub_admin.phone_number}} | {% endcomment %} {% comment %}{{sub_admin.is_verified}} | {% endcomment %} {% if sub_admin.is_active == 1 %} {% comment %}![]() | {% endcomment %}
{% else %} {% comment %} | ![]() | {% endcomment %}
{% endif %} {% if sub_admin.is_active == 1 %} | Deactivate | {% else %}Activate | {% endif %} {% comment %} {% if sub_admin.is_active == 1 %}InActive | {% else %}Active | {% endif %} {% endcomment %}