{% if marcheCreateForm is defined %} {{ form_start(marcheCreateForm) }} {# Add name #}
{{ form_label(marcheCreateForm.name) }}
{{ form_widget(marcheCreateForm.name) }}
{# Add code #}
{{ form_label(marcheCreateForm.code) }}
{{ form_widget(marcheCreateForm.code) }}
{# Add daysOfMarche #}
{{ form_label(marcheCreateForm.daysOfMarche) }}
{{ form_widget(marcheCreateForm.daysOfMarche) }}
{# Add commentaire #}
{{ form_label(marcheCreateForm.commentaire) }}
{{ form_widget(marcheCreateForm.commentaire) }}
{{ form_end(marcheCreateForm) }} {% endif %} {% block javascripts %} {% endblock %}