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

Sample Section Index

{% if sample_section %} {% for item in sample_section %} {% endfor %} {% else %} {% endif %}
SL Sample Section Action
{{forloop.counter}} {{ item.name }}
No Data Is Found
{% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}