{% extends 'base.html.twig' %} {% block title %}Ils parlent de nous{% endblock %} {% block body %}
Ils parlent de nous
{% for testimonial in testimonials %}

{{ testimonial.title }}

{{ testimonial.date|format_date('none','d MMMM Y') }}

{{ testimonial.content|raw }}

{% if testimonial.link or testimonial.link != "#" %} {% endif %}
{% endfor %}
{% endblock %}