{% extends '::base2.html.twig' %} {% block title %}Gestion Compte - Edit{% endblock %} {% block stylesheets %}{{ parent() }}{% endblock %} {% block body %}

Compte Facturation Edit

{#
Formulaire Modifier Département
#}
{{ form_start(form, {'method': 'post', 'action': path('millesima_account_executive_departement_edit', {'id' : departement.id,'idC':idC})}) }}
{{ form_label(form.nom, 'Nom Département *') }} {{ form_widget(form.nom, { 'attr': {'class': 'form-control','required':true} }) }}
{{ form_errors(form.nom) }}
{{ form_end(form) }}
{% block javascripts %} {{ parent() }} {% endblock %} {% endblock %}