{% if form[ligne.key] is defined %}
{% if ligne.label %} {% endif %} {{ form_widget(form[ligne.key]) }} {% if ligne.help_block is defined and ligne.help_block %}
{{ ligne.help_block }}
{% endif %}
{{ form_errors(form[ligne.key]) }}
{% endif %}