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

Sample Employee Index

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