{% extends 'base.html.twig' %} {% block stylesheets %} {{parent() }} {% endblock %} {% block body %}
Choisir les camions
Commentaire {{ position }} / {{ nombre_com_existants }}
{% if(position > 1) %} <<< Commentaire précédent {% endif %}
{% if(position < nombre_com_existants or com_existant) %} Commentaire suivant >>> {% endif %}

{% if(com_existant) %}
{#

{{ com_existant.nomPhoto }}

#} {% if(com_existant.nomPhoto) != "" %}
{% endif %} {{ form_start(form, {'attr': {'id': 'myDropzone', 'class': 'police-taille-tel dropzone' }}) }} {{ form_row(form.description, { 'value' : com_existant.commentaire, }) }}
{{ form_end(form) }} {% else %} {{ form_start(form, {'attr': {'id': 'myDropzone', 'class': 'police-taille-tel dropzone' }}) }} {{ form_row(form.description) }}
{{ form_end(form) }} {% endif %} {% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}