{% extends "account_base.html" %} {% load static %} {% load crispy_forms_tags %} {% block title %} Account Admin {% endblock title %} {% block Style %} {% endblock Style %} {% block MainContent %} {% if messages %} {% for message in messages %} {% endfor %} {% endif %}

Account Team Admin

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