{% 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 bulletin. Based on the configurations and entered candidates, sort how you want them to appear on the bulletin." %}
{% csrf_token %} {{form.non_field_errors}} {{form.formset.non_field_errors}} {{form.formset.management_form}}
{% prepare_field form.instructions_pt %}
{% prepare_field form.instructions_en %}
{% prepare_field form.presentation_mode %}
{% if not object.write_in %} {% for f in form.formset %} {% endfor %}
{% trans "Logo" %} {% trans "Designation" %} {% trans "Shuffle candidates" %} {% trans "Bulletin preview" %}
{{f.instance.designation}} {{f.id}}
{% endif %}
{% trans "Previous" %}
{% endblock container %}