{% extends "PolytechJMBundle:Default:layout.html.twig" %} {% form_theme form _self %} {% block button_row %} {% spaceless %}
Annuler et revenir au menu principal
{{ form_widget(form) }}
{% endspaceless %} {% endblock button_row %} {% block button_attributes %} {% spaceless %} id="{{ id }}" name="{{ full_name }}"{% if disabled %} disabled="disabled"{% endif %} {% for attrname, attrvalue in attr %}{% if attrvalue != 'data-first-button' and attrvalue != 'data-last-button'%}{{ attrname }}="{{ attrvalue }}"{%endif%}{% endfor %} {% endspaceless %} {% endblock button_attributes %} {% block form_label %} {% if not compound %} {% set label_attr = label_attr|merge({'for': id, class:'radio-inline' }) %} {% endif %} {% if required %} {% set label_attr = label_attr|merge({'class': (label_attr.class|default('') ~ ' required')|trim}) %} {% endif %} {% if label is empty %} {% set label = name|humanize %} {% endif %} {{ label|trans({}, translation_domain) }} {% endblock form_label %} {% block radio_widget %} {% spaceless %} {% endspaceless %} {% endblock radio_widget %} {% block body %}

{{ election.nom }}

{{ form(form) }}
{% endblock %} {% block scripts %} {% endblock %}