{% extends "factory_base.html" %}
{% load static %}
{% load crispy_forms_tags %}
{% block Style %}
{% endblock Style %}
{% block MainContent %}
{% if request.user.user_type == 'Branch' or request.user.user_type == 'Regular'%}
{% if leave_balance %}
{% else %}
SL |
Leave Type |
Total Leave |
Spent Leave |
Leave Balance |
Year |
No Data Found |
{% endif %}
{% endif %}
{% endblock MainContent %}
{% block meassage %}
{% include 'notifications/notifications.html' %}
{% endblock meassage %}
{% block JS %}
{% endblock JS %}