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