{% set currentPath = path( app.request.attributes.get('_route'), app.request.attributes.get('_route_params') ) %} {{ form_start(form) }}

Action du dossier {{ action.dossier.codeAction }}

{% if currentPath == path('action_edit', {'id' : action.id}) %} Abadonner {% else %} Abadonner {% endif %}
{##############################################################################################################}
Modifier une action
Date de l'intervention {{ form_widget(form.date_intervention) }}
Formateur {{ form_widget(form.nomFormateur) }}
Nombre d'heures {{ form_widget(form.nombre_dheure) }}
Notes :{{ form_widget(form.notes, { 'attr': { 'style' : 'height:100% !important'}}) }}
{{ form_end(form) }}