{{ 'page.lang.edit.title1' | trans }}
{# #}
{{ form_start(form,{'action': path('langue_edit',{'role':role, 'id' : app.request.attributes.get('id')}),'attr': {'role':'form','id': 'LangForm'}}) }}
{{ form_widget(form.name, { 'attr': {'class': 'form-control', 'name':'name','id':'name','required':'true'} }) }}
{{ form_widget(form.code, { 'attr': {'class': 'form-control','name':'code','id':'code','required':'true'} }) }}
{{ form_widget(form.file, { 'attr': {'class': 'form-control', 'name':'flag','id':'flag'} }) }}
{{ form_end(form) }}
{# #} {# #}