{% extends 'base.html.twig' %} {% block title %}Association TAM : Contact{% 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 }}
Mail : {{ contactInfo.getEMail ?? '' }}
Téléphone : {{ contactInfo.getPhone ?? '' }}
Adresse : {{ contactInfo.getStreet ?? '' }}, {{ contactInfo.getPostalCode ?? '' }} {{ contactInfo.getCity ?? '' }}
{% for contactSection in contactSections %}
{% if contactSection.title is not empty %}

{{ contactSection.title }}

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

Nous contacter :

Une question, une envie de nous rejoindre, un projet de partenariat, une candidature à la formation ?
N’hésitez pas à nous contacter via notre formulaire ou par mail.

{{ form_start(form) }} {{ form_end(form) }}
{% include "partials/_right_banner.html.twig" %}
{% endblock %}