{% load i18n %}
{% trans "Special Dates" %} {{ special_date_formset.management_form }} {% for form in special_date_formset.forms %}

{{ form.occasion }} {{ form.date }} {{ form.every_year }}

{{ form.DELETE }} {{ form.id }}

{% endfor %}