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

Team User Index

{% if team_user_list %}
{% for team in team_user_list %} {% endfor %}
SL Branch Team Name User User Role Action
{{forloop.counter}} {{ team.team.branch }} {{ team.team.name }} {{ team.user }} {{ team.get_user_role_display }}
{% if team_user_list.has_other_pages %} {% endif %}
{% endif %} {% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}