{% extends 'management/base.html' %} {% load i18n core_tags form_tags %} {% block bodyextraclass %}{{block.super}} election-detail{% endblock bodyextraclass %} {% block breadcrumbs %} {{block.super}} {% breadcrumb object.electoral_process "management:electoralprocess-detail" slug=object.electoral_process.slug %} {% trans "Elections" as elections %} {% breadcrumb elections "management:election-list" slug=object.electoral_process.slug %} {% breadcrumb object %} {% endblock breadcrumbs %} {% block container %}
{% include "management/includes/election_tabs.html" with election=object tab="configs" only %}
{% trans "In this area, you can define the general configurations of an election" %}
{% csrf_token %} {{form.non_field_errors}}
{% prepare_field form.identifier_pt use_label=True %}
{% prepare_field form.identifier_en use_label=True %}
{% prepare_field form.description_pt use_label=True %}
{% prepare_field form.description_en use_label=True %}
{% prepare_field form.limit_remarkable_choices %}

{% prepare_field form.write_in %}

{% prepare_field form.ordered_voting %}

{% prepare_field form.weight_votes %}

{% prepare_field form.hondt_method %}
{% prepare_field form.hondt_total_seats %}

{% trans "Previous" %}
{% endblock container %}