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

Holidays

{% if request.user.user_type == 'Mother_Organization_admin' %}
{{form.sister_organization|as_crispy_field }}
{{form.branch|as_crispy_field }}
{% elif request.user.user_type == 'Sister_Organization_admin' %}
{{form.branch|as_crispy_field }}
{% elif request.user.user_type == 'Regular' %}
{% elif request.user.user_type == 'Branch' %}
{% else %}
{{form.mother_organization|as_crispy_field }}
{{form.sister_organization|as_crispy_field }}
{{form.branch|as_crispy_field }}
{% endif %}
{% for day in year_dict.January %} {% endfor %} {% for day in year_dict.February %} {% endfor %} {% for day in year_dict.March %} {% endfor %} {% for day in year_dict.April %} {% endfor %} {% for day in year_dict.May %} {% endfor %} {% for day in year_dict.June %} {% endfor %} {% for day in year_dict.July %} {% endfor %} {% for day in year_dict.August %} {% endfor %} {% for day in year_dict.September %} {% endfor %} {% for day in year_dict.October%} {% endfor %} {% for day in year_dict.November%} {% endfor %} {% for day in year_dict.December%} {% endfor %}
Date Day Description
{{ day.1}}
{{ day.1}}
{{ day.1}}
{{ day.1}}
{{ day.1}}
{{ day.1}}
{{ day.1}}
{{ day.1}}
{{ day.1}}
{{ day.1}}
{{ day.1}}
{{ day.1}}
WEEKLY HOLIDAY:
Mark All Friday
Mark All Saturday
Mark All Sunday
Mark All Monday
Mark All Tuesday
Mark All Wednesday
Mark All Thursday
GOVT.HOLIDAY:
1.*21-Februay-International Mother Language Day
2.*26-March-Independence Day
3.*14-April-Pohela Boishakh
4.*1-May-International Workers'Day
5.*16-December-Victory day
6.*25-December-Christmas(Borodin)
{% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}