{% extends "base.html" %} {% load static %} {% load crispy_forms_tags %} {% block Style %} {% endblock Style %} {% block MainContent %}

Daily Attendence Report

{% csrf_token %}
{{search_form.mother_organization|as_crispy_field }}
{{search_form.sister_organization|as_crispy_field }}
{{search_form.branch|as_crispy_field }}
{{search_form.department|as_crispy_field }}
{{search_form.designation|as_crispy_field }}
{{form.month|as_crispy_field }}
{{form.year|as_crispy_field }}
{% if report_list %}
{{report_month}}
{% if report_list %}

{{company_address.name_en}}

{{ company_address.address }}

Daily Attendence {%if department %} (Department : {{department}}) {% endif %} {% if designation %} (Designation : {{designation}}) {% endif %} {{month_name}} {{year_name}}

{% for report in day_of_month %} {% endfor %} {% for report in report_list %} {% for day in report %} {% endfor %} {% endfor %}
SL Employee Code Employee Name{{forloop.counter}}
{{forloop.counter}}{{day}}
A = Absent,   P = Present,   PP = Partialy Present, L = Late {% endif %}
{% else %} {% endif %} {% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS%}