{% extends "base.html" %} {% load static %} {% load crispy_forms_tags %} {% block title %} Special User {% endblock title %} {% block Style %} {% endblock Style %} {% block MainContent %} {% if messages %} {% for message in messages %} {% endfor %} {% endif %} {% if request.user.is_superuser == True%}
{% endif %}

Special User

{% if request.user.is_superuser == True%} {% endif %}
{% if user_list %}
{% for user in user_list %} {% endfor %}
SL No Mother Organization Sister Organization Branch Username Module Type Action
{{forloop.counter}} {{ user.mother_organization }} {{ user.sister_organization }} {{ user.branch }} {{ user.user }} {{ user.module }} {{ user.role }}
{% if user_list.has_other_pages %} {% endif %}
{% endif %} {% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}