{% extends 'base.html.twig' %} {% block title %}Affichage démotis{% endblock %} {% block body %}
{{ proposition.text }}
Commentaires :
{% for comment in comments %}
{% endfor %}
{{ form_start(form) }} {{ form_widget(form.author) }} {{ form_widget(form.comment) }} {{ form_rest(form) }} {{ form_end(form) }}