{% extends "config/base_config.html" %} {% load i18n %} {% block title %}{{ block.super }} – {% trans "Election settings" %}{% endblock %} {% block content %}

{% trans "Configuration" %} {% trans "Elections" %} {% block config_submenu %}{{ block.super }}{% endblock %}

{% csrf_token %} {% include "form.html" %}

{% include "formbuttons_save.html" %} {% trans 'Cancel' %}

* {% trans "required" %}
{% endblock %}