{% extends "@vivaceSysteme/layout.html.twig" %} {% block body %}

Création d'un système de culture

{{ form_start(form, {'attr': {'id': 'form_create_scenario_vivaces', 'onsubmit': 'document.getElementById("form_create_scenario_vivaces").submit()'}}) }} {% if scenario_oderasystemes %} {{ form_row(form.idOderaSystemes, {'value': scenario_oderasystemes.id} ) }} {% else %} {{ form_row(form.idOderaSystemes) }} {% endif %}
Exploitation {% if scenario_oderasystemes %} {{ form_row(form.nomExploitation, {'value': scenario_oderasystemes.exploitation } ) }} {% else %} {{ form_row(form.nomExploitation) }} {% endif %}
Parcelle * {% if scenario_oderasystemes %} {{ form_row(form.nomParcelle, {'value': scenario_oderasystemes.parcelle } ) }} {% else %} {{ form_row(form.nomParcelle) }} {% endif %}
Adventice ciblée * {{ form_row(form.adventice) }}
Région * {{ form_row(form.region) }}
{{ form_end(form) }}
( * : champs obligatoires )
{% endblock %}