{% extends 'base.html.twig' %} {% block title %}Association TAM : Actions en France{% endblock %} {% block body %}
{% include "partials/_left_banner.html.twig" %}

{{ rubricInfo.title }}

{% if rubricInfo.getGalleryImage is not empty %} {{ rubricInfo.getGalleryImage.alt }} {% endif %}
{{ rubricInfo.text|quill_html|raw }}

Nos principaux dispositifs :

Découvrez nos différents accompagnements développés en partenariats avec les acteurs locaux.

{% for action in actions %}
{% if action.title is not empty %}

{{ action.title }}

{% endif %}
{{ action.text|quill_html|raw }}
{% if action.aside is not empty %} {% endif %}
{% endfor %}
{% for franceSection in franceSections %}
{% if franceSection.title is not empty %}

{{ franceSection.title }}

{% endif %}
{{ franceSection.text|quill_html|raw }}
{% if franceSection.aside is not empty %} {% endif %}
{% endfor %}
{% include "partials/_right_banner.html.twig" %}
{% endblock %}