{% extends 'base.html.twig' %} {% block title %}Association TAM : Rapports d'activité{% endblock %} {% block body %}
{% include "partials/_left_banner.html.twig" %}
{% if rubricInfo.title is not empty or rubricInfo.getGalleryImage.path is defined or rubricInfo.text is empty %}

{{ rubricInfo.title }}

{% if rubricInfo.getGalleryImage is not empty %} {{ rubricInfo.getGalleryImage.alt }} {% endif %}
{{ rubricInfo.text|quill_html|raw }}
{% endif %}
    {% for report in reports %}
  • {{ report.description }}

  • {% endfor %}

De petits chiffres de grandes actions…

Si les chiffres ne sont pas spectaculaires ils sont toutefois éloquents. Ce sont autant de fils de vie renforcés d’espoir et de joie retrouvé de liens consolidés.

{% include "partials/_right_banner.html.twig" %}
{% endblock %}