{% extends 'management/election_detail_configs.html' %} {% load i18n core_tags form_tags thumbnail %} {% block container %}
{% include "management/includes/election_tabs.html" with election=object tab="bulletin" only %}
{% trans "After approval of propositions, it's necessary to list the candidates on the ballot paper. Based on the configurations and entered candidates, sort how you want them to appear on the ballot paper." %}
{% csrf_token %} {{form.non_field_errors}}
{% prepare_field form.instructions_pt %}
{% prepare_field form.instructions_en %}
{% prepare_field form.presentation_mode %}
{% if not object.write_in %} {{form.formset.management_form}} {% for f in form.formset %} {% endfor %}
{% trans "Logo" %} {% trans "Designation" %} {% trans "Shuffle candidates" %} {% trans "Ballot paper preview" %}
{{f.instance.designation}} {{f.id}}
{% else %} {% endif %}
{% endblock container %}