{% extends 'base.html.twig' %} {% block title %}Association TAM : Formation{% 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 }}
{% for trainingSection in trainingSections %}
{% if trainingSection.title is not empty %}

{{ trainingSection.title }}

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