{% extends "factory_base.html" %} {% load static %} {% load crispy_forms_tags %} {% block Style %} {% endblock Style %} {% block MainContent %}
Responsive image
{% if request.user.user_type == 'Branch'%}

{{employees}}

Total Employee

Total Employee

{{t_present}}

Today's Presents

Today's Presents

{{t_absent}}

Today's Absents

Today's Absents

{{today_movement}}

Today's Movement

Today's Leave

{{employee_total_present}}

Total Present

Total Present

{{employee_total_absent}}

Total Absents

Total Absents
{% endif %} {% if request.user.user_type == 'Regular'%}

{{employee_total_present}}

Total Present

Total Present

{{employee_total_absent}}

Total Absents

Total Absents
{% endif %}
{% if leave_balance %}

Current leave status

{% for item in leave_balance %}
{% endfor %}
{% endif %} {% if month_list %}

Monthly Attendance Summary

{% for item in month_list %} {% endfor %} {% for week in day_list %} {% for day in week %} {% if day.1 == 'H' %} {% endif %} {% if day.1 == 'P' %} {% endif %} {% if day.1 == 'A' %} {% endif %} {% if day.1 == 'L' %} {% endif %} {% if day.1 == 'W' %} {% endif %} {% if day.1 == 'LL' %} {% endif %} {% if day.1 == 'PP' %} {% endif %} {% endfor %} {% endfor %}
{{item}}
{{day.0}} {{day.0}} {{day.0}} {{day.0}} {{day.0}} {{day.0}} {{day.0}}
  • Leave
  • Late
  • Presents
  • Absents
  • Weeknd
  • Partial
{% endif %} {% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}