{% extends "base.html" %} {% load static %} {% load crispy_forms_tags %} {% load mathfilters %} {% block Style %} {% endblock Style %} {% block MainContent %} {% if messages %} {% for message in messages %} {% endfor %} {% endif %}

Working Hour Control Report

{% if request.user.is_superuser == True %} {% include 'report_app/daily_attendance_report/super_admin_forms.html' %} {% endif %} {% if request.user.user_type == 'Mother_Organization_admin' %} {% include 'report_app/daily_attendance_report/mother_admin_forms.html' %} {% endif %} {% if request.user.user_type == 'Sister_Organization_admin' %} {% include 'report_app/daily_attendance_report/sister_admin_forms.html' %} {% endif %} {% if request.user.user_type == 'Branch' or request.user.user_type == 'Regular' %} {% include 'report_app/daily_attendance_report/branch_admin_forms.html' %} {% endif %} {% comment %} {% if report_list %} {% endcomment %} {% if day_of_month %}
{% comment %}

{{ sister_organization }}

{% endcomment %}
{{ branch }}
{{ branch.address_details }}

Working Hour Control Report {% if department %}(Department : {{department}}) {% endif %} {% if designation %} (Designation : {{designation}}) {% endif %} {% if month %} {{month}}  -  {{year}} {% endif %}

{% for report in day_of_month %} {% if report.name == 'Tue' %} {% endif %} {% endfor %} {% endif %} {% for report in report_list %} {% for day in report %} {% if day == 11111 %} {% comment %} {% if d %} {% endif %} {% endcomment %} {% else %} {% endif %} {% endfor %} {% endfor %}
SL Employee Name Employee Code{{report.date}}
{{report.name}}
{{report.week}} ALTMTL
{{forloop.counter}} {{day}} ALT {{day}}
{% comment %} {% endif %} {% endcomment %} {% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS%}