{# formulaire de création de parser paramétrable #} {{ form_start(form, {'attr': {'enctype': 'multipart/form-data'}}) }}
{{ form_row(form.operator, {'attr': {'class': 'form-control'}}) }} {{ form_errors(form.operator) }}
{{ form_row(form.type, {'attr': {'class': 'form-control'}}) }} {{ form_errors(form.type) }}
{{ form_row(form.methode, {'attr': {'class': 'form-control'}}) }} {{ form_errors(form.methode) }}
{{ form_row(form.page, {'attr': {'class': 'form-control'}}) }} {{ form_errors(form.page) }}
{{ form_row(form.position, {'attr': {'class': 'form-control'}}) }} {{ form_errors(form.position) }}
{{ form_row(form.recherche, {'attr': {'class': 'form-control'}}) }} {{ form_errors(form.recherche, {'attr': {'class': 'form-control'}}) }}
{{ form_row(form.resultat, {'attr': {'class': 'form-control'}}) }} {{ form_errors(form.resultat) }}
{{ form_row(form.finSequence, {'attr': {'class': 'form-control'}}) }}
Revenir à la liste
{{ form_end(form) }}