{% extends "base.html" %} {% load static %} {% load crispy_forms_tags %} {% block Style %} {% endblock Style %} {% block MainContent %} {% if messages %} {% for message in messages %} {% endfor %} {% endif %}
{% if intime_outtime_list %}
{% for in_out in intime_outtime_list %} {% endfor %}
SL No Employee Department Designation Work Place In Time Out Time Action
{{forloop.counter}} {{ in_out.1 }} {{ in_out.2 }} {{ in_out.3 }} {{ in_out.4}} {{ in_out.5}} {{ in_out.6}}
{% if department_list.has_other_pages %} {% endif %}
{% endif %} {% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}