{# templates/review/new.html.twig #} {% extends 'base.html.twig' %} {% block body %}

Ajouter un nouveau commentaire

{{ form_start(form) }} {{ form_row(form.commentaire) }} {{ form_end(form) }}
{% endblock %}