{{satisfactionArea.title}}

{{satisfactionArea.subtitle}}

{% if comments %} {% for comment in comments %} {% if comment.validation == true %}
{{comment.firstName}} {{comment.lastName}}
{{comment.function}}
{{comment.createdAt|date('d/m/Y')}}
{{comment.content|raw}}
{% endif %} {% endfor %} {% endif %}
{# MODAL #}

Laisser un avis

Pour ajouter un avis, veuillez remplir le formulaire suivant...

{% form_theme commentForm 'partials/_form_theme.html.twig' %} {{form_start(commentForm)}} {{form_row(commentForm.firstName)}} {{form_row(commentForm.lastName)}} {{form_row(commentForm.email)}} {{form_row(commentForm.function)}} {{form_row(commentForm.content)}}
{{form_end(commentForm)}}
{# END MODAL #}