{% load static %} {% include 'web/include_comman/header.html' %} {% include 'web/include_comman/sidebar.html' with active_tab='subadmin_active'%}
{% include 'web/include_comman/right_top.html' %}
Sub Admin List
{% include 'web/message.html' %}
{% if sub_admins %} {% comment %} {% endcomment %} {% for sub_admin in sub_admins %} {% comment %} {% endcomment %} {% comment %} {% endcomment %} {% if sub_admin.is_active == 1 %} {% comment %} {% endcomment %} {% else %} {% comment %} {% endcomment %} {% endif %} {% if sub_admin.is_active == 1 %} {% else %} {% endif %} {% comment %} {% if sub_admin.is_active == 1 %} {% else %} {% endif %} {% endcomment %} {% endfor %}
S.No. First Name Last Name EmailMobile NumberStatus Action
{{forloop.counter}} {{sub_admin.first_name}} {{sub_admin.last_name}} {{sub_admin.email}}{{sub_admin.phone_number}}{{sub_admin.is_verified}}ActiveDeactivateActivateInActiveActive
{% else %} {% endif %}
{% include 'web/include_comman/footer.html' %}