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

Management User

{% if management_user_list %}
{% comment %} {% endcomment %}
{% for team in management_user_list %} {% endfor %}
SL No User Email What's App Action
{{forloop.counter}} {{ team.user }} {{ team.email }} {{ team.whatsapp }}
{% if management_user_list.has_other_pages %} {% endif %}
{% endif %} {% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}