{% extends "finance_and_banking_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 %}

Team Index

{% if team_list %}
{% for team in team_list %} {% endfor %}
SL Branch Team Name Team Short Name Department Action
{{forloop.counter}} {{ team.branch }} {{ team.name }} {{ team.short_name }} {{ team.department }}
{% if team_list.has_other_pages %} {% endif %}
{% endif %} {% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}