{% extends "base.html" %} {% load static i18n %} {% block css %} {{ block.super }} {% endblock css %} {% block content %}

Fiscal Years

{% csrf_token %}
First date: {{ first_holiday.date }}
Last date: {{ last_holiday.date }}
{% trans 'Holiday count' %}: {{ holiday_count }}
{% if years.count != 0 %}
{% for year in years %} {% endfor %}
{% endif %}
{% for not_loaded in not_found %}
{{ not_loaded.date }}
{{ not_loaded.holiday_type }}
{% endfor %}

API Calls

Holiday List
Holiday List for 2016
Holiday month for 2016 on november
Date for 30 working days after Nov. 1st 2015
Working days between Nov. 1st 2015 and Dec. 31st 2015
Version: {{ version }}
{% endblock content %}