{% extends 'base.html.twig' %} {% block body %}
Modifier une langue
{{ form_start(form, {'method': 'post', 'action': path('formation_typeformation_edit', {'id': id}) }) }} {{ form_label(form.libelle, 'Libellé ') }} {{ form_widget(form.libelle, {'attr': {'class': 'form-control'}}) }}
{{ form_end(form) }}
{% endblock %}