{% extends "base.html" %} {% load static %} {% load crispy_forms_tags %} {% block title %} User Mode Change {% endblock title %} {% block Style %} {% endblock Style %} {% block MainContent %} {% if messages %} {% for message in messages %} {% endfor %} {% endif %} {% if request.user.user_type == 'Branch'%}
{% endif %}

User Mode

{% if request.user.user_type == 'Branch'%} {% endif %}
{% if user_list %}
{% for user in user_list %} {% if user.holiday_ot == False %} {%else%} {% endif %} {% endfor %}
SL No Username Max OT Hour Holiday OT OT Process Perday Max OT Minute Action
{{forloop.counter}} {{ user.user }} {{ user.max_ot_hour }}NOYES{{ user.ot_proces }} {{user.max_ot_perday_minute}}
{% if user_list.has_other_pages %} {% endif %}
{% endif %} {% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}