{% if menuLink and menuLink.firstInformations %}

{{ menuLink.firstInformationsTitle|default('Infos pratiques') }}

{{ menuLink.firstInformations|raw }}
{% endif %} {% if menuLink and menuLink.firstOptionnalsection %}

{{ menuLink.firstOptionnalsectionTitle|default('Autres infos') }}

{{ menuLink.firstOptionnalsection|raw }}
{% endif %} {% if menuLink and menuLink.firstContact %}

{{ menuLink.firstContactTitle|default('Contact') }}

{{ menuLink.firstContact|raw }}
{% endif %} {% if menuLink and menuLink.firstLinks %}

Liens utiles

{% for link in menuLink.firstLinks %}
{{ link.text }} {{ svg('images/articles/external-link.svg') }}
{% endfor %}
{% endif %} {% if menuLink and menuLink.firstFiles %} {% if has_videos(menuLink) %}

Vidéos

{% for file in menuLink.firstFiles %} {% if is_video(file.file) %}
Veuillez mettre à jour votre navigateur pour voir la vidéo
{% endif %} {% endfor %}
{% endif %} {% if has_documents(menuLink) %}

Documents

{% for file in menuLink.firstFiles %} {% if is_document(file.file) %}
{{ file.file }}
{{ file }} {{ filesize(file.file) }}
{% endif %} {% endfor %}
{% endif %} {% endif %} Contact {{ svg('images/base/footer/icon_mail.svg') }}