{% extends "admin/base_site.html" %} {% load static %} {% load i18n %} {% load crispy_forms_tags %} {% block content %} {% include "includes/messages.html" %}

{% blocktrans %}Add official holidays{% endblocktrans %}

{% blocktrans %}This form allows you to add the holidays of the current year.{% endblocktrans %}

{% crispy form form.helper %}
{% endblock %}