{% extends "./base.twig" %} {% block title %}{{ data.name }}{% endblock %} {% block head %} {% endblock %} {% block content %}
Revenir à la liste
Forum des associations

{{ data.name }}

{#

Sous titre

#}
{% if data.gallery|length > 0 %}
{% for media in data.gallery %}
{% if media.isVideo %}
{% endif %}
{% endfor %}
{% endif %} {# {% if data.descriptionLong|length > 0 %} #}

Présentation

{% if data.descriptionLong is not null and data.descriptionLong|length > 7 and not data.cutDescription %} {{ data.descriptionLong|raw }} {% elseif data.cutDescription %}
{{ data.descriptionLong }}
{% else %} {{ data.descriptionShort }} {% endif %}
{# {% endif %} #} {% if data.schedule|length > 0 %}

Crénaux

{% for item in data.schedule %} {% if item.when|length > 0 %}
{{ item.name }}
{% for when in item.when %}
{{ when.day }}
{{ when.from }} - {{ when.to }}
{% endfor %}
{% endif %} {% endfor %}
{% endif %} {% if data.pricing|length > 0 %}

Tarifs

{% for item in data.pricing %}
{{ item.priceLabel }}
{{ item.name }}
{{ item.description }}
{% endfor %}
{% endif %} {% if data.contacts is defined %}

Contact

{% if data.contacts.peoples|length > 0 %}
{% for people in data.contacts.peoples %}
{{ people.name }}
{{ people.role }}
{% endfor %}
{% endif %} {% if data.contacts.peoples|length == 0 and data.contacts.person|length > 0 %}
{{ data.contacts.person }}
{% endif %} {% if data.contacts.peoples|length == 0 and data.contacts.email|length > 0 %} {% endif %} {% if data.contacts.peoples|length == 0 and data.contacts.phone|length > 0 %} {% endif %} {% if data.contacts.address|length > 0 %}
{% for line in data.contacts.address %} {{ line }}
{% endfor %}
{% endif %} {% if data.contacts.website|length > 0 %} {% endif %} {% if data.contacts.facebook|length > 0 %} {% endif %} {% if data.contacts.instagram|length > 0 %} {% endif %} {% if data.contacts.twitter|length > 0 %} {% endif %}
{% endif %}
{% endblock %} {% block footer %}
Contenu rédigée par l'une des associations participant à associations.espacecondorcet.org
Dernière mise à jour le {{ lastPublished }}
{% endblock %} {% block scripts %} {% endblock %}