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

Teams

{% csrf_token %}
{{form.department|as_crispy_field }}
{% endif %}

Teams

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