{% extends "marchant_base.html" %} {% load static %} {% load crispy_forms_tags %} {% block title %} Regular User {% endblock title %} {% block Style %} {% endblock Style %} {% block MainContent %} {% if messages %} {% for message in messages %} {% endfor %} {% endif %} {% if request.user.marchant_user_type == 'sister__admin' or request.user.marchant_user_type == 'mother__admin' or request.user.is_superuser == True %}

Team Regular User

{% csrf_token %}
{{form.department|as_crispy_field }}
{% endif %} {% if request.user.marchant_user_type == 'admin' or request.user.marchant_user_type == 'regular_user'%} {% comment %}
{% endcomment %} {% endif %}

Team Regular User

{% if team_user_list %}
{% for team in team_user_list %} {% endfor %}
SL No Department Team Regular User Action
{{forloop.counter}} {{ team.department }} {{ team.team.team }} {{ team.user }}
{% if team_user_list.has_other_pages %} {% endif %}
{% else %}
SL No Department Team Regular User Action
No Data Found
{% endif %} {% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}