{% 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 }}
{% for year in years %}
Fiscal Year {{ year.fiscal_year }}
{% endfor %}
{% for not_loaded in not_found %}
{{ not_loaded.date }}
{{ not_loaded.holiday_type }}
{% endfor %}
Version: {{ version }}
{% endblock content %}