{% extends 'index.html' %} {% block content %} {% load static %} {% load i18n %}

{% trans "Holidays" %}

{% if holidays %}
{% include "holiday/holiday_filter.html" %}
{% endif %} {% if perms.base.add_holiday or perms.base.delete_holiday%}
{% endif %} {% if perms.base.add_holiday %}
{% endif %}
{% if holidays %} {% include 'holiday/holiday.html' %} {% else %}

{% trans "There are no holidays at the moment." %}

{% endif %}
{% endblock %}