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

Commercial User

{% if commercial_user_list %}
{% for item in commercial_user_list %} {% endfor %}
SL User Module Role Action
{{forloop.counter}} {{ item.user }} {{ item.module }} {{ item.role }}
{% if commercial_user_list.has_other_pages %} {% endif %}
{% endif %} {% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}