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

Account Team

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