{% 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 %}SL | Employee Name | Employee Code | {% for report in day_of_month %}{{report.date}} {{report.name}} |
{% if report.name == 'Tue' %}
{{report.week}} | ALT | {% endif %} {% endfor %}MTL | {% endif %} {% for report in report_list %}
---|---|---|---|
{{forloop.counter}} | {% for day in report %} {% if day == 11111 %} {% comment %} {% if d %}{{day}} | {% endif %} {% endcomment %}ALT | {% else %}{{day}} | {% endif %} {% endfor %}