{% extends 'management/election_detail_configs.html' %} {% load i18n core_tags form_tags %} {% block container %}
{% include "management/includes/election_tabs.html" with election=object tab="calendar" only %}
{% csrf_token %} {{form.non_field_errors}}
{% trans 'In this area you should define all dates associated to each action' %}
{% include "management/includes/electoral_calendar_form.html" with form=form index=2 only %}
{% endblock container %}