{% extends "sample_base.html" %} {% load static %} {% load crispy_forms_tags %} {% block title %} Sample Department Regular User Index {% endblock title %} {% block Style %} {% endblock Style %} {% block MainContent %}
{% if messages %} {% for message in messages %} {% endfor %} {% endif %}

Sample Department Regular User Index

{% if department_regular %} {% for item in department_regular %} {% endfor %} {% else %} {% endif %}
SL Sample Section Registered Department Regular User Action
{{forloop.counter}} {{ item.section }} {{ item.department.department.name_en }} {{ item.user }}
No Data Is Found
{% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}