{% extends 'base.html.twig' %} {% block title %}Association TAM : Ressources{% 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 resourcesSection in resourcesSections %}
{% if resourcesSection.title is not empty %}

{{ resourcesSection.title }}

{% endif %}
{{ resourcesSection.text|quill_html|raw }}
{% if resourcesSection.aside is not empty %} {% endif %}
{% endfor %}

Vidéos

En cliquant sur le bouton de lecture   , vous acceptez le chargement de YouTube, susceptible de déposer des cookies.

    {% for video in videos %}
  • {% if video.type == 'local' %} {% elseif video.type == 'youtube' %}
    {% endif %}
  • {% endfor %}
{% include "partials/_gallery.html.twig" %}

Supports visuels

    {% for visual in visuals %}
  • {{ visual.name }} :
    {% if visual.path is not empty %} {% else %}
    {{ visual.name }}
    {% endif %}

    {{ visual.description }}

  • {% endfor %}

Ces ressources témoignent de notre travail de terrain, de notre démarche clinique et nos recherches.

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