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

Sample User Index

{% if sample_user %} {% for item in sample_user %} {% endfor %} {% else %} {% endif %}
SL Sample Section User User Type Action
{{forloop.counter}} {{ item.section }} {{ item.user }} {{ item.user_type }}
No Data Is Found
{% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}