{% extends 'index.html' %} {% block content %} {% load static %} {% load i18n %} {% trans "Holidays" %} {% if holidays %} {% endif %} {% if holidays %} {% trans "Filter" %} {% include "holiday/holiday_filter.html" %} {% endif %} {% if perms.base.add_holidays or perms.base.delete_holidays %} {% trans "Actions" %} {% if perms.base.add_holidays %} {% trans "Import" %} {% endif %} {% if holidays %} {% if perms.base.add_holidays %} {% trans "Export" %} {% endif %} {% if perms.base.delete_holidays %} {% trans "Delete" %} {% endif %} {% endif %} {% endif %} {% if perms.base.add_holidays %} {% trans "Create" %} {% endif %}