{% extends 'frontend.html.twig' %} {% block title %}Donner son avis | {{ parent() }}{% endblock %} {% block body %} {% if sectionAvis %} {% else %} {% endif %}

{{ sectionAvis ? sectionAvis.title : '' }}

{{ sectionAvis ? sectionAvis.content|raw : '' }}

{% for avi in avis %}

{{ avi.title }}

{{ avi.createdAt|date('d/m/Y') }}

{% endfor %}
Filtrer les annonces
{# #} {% endblock %}