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

{{ data.name|e }}

{#

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|raw }}
{% else %} {{ data.descriptionShort|e }} {% endif %}
{# {% endif %} #} {% if data.schedule|length > 0 and data.schedule[0].when|length > 0 %}

Crénaux

{% for item in data.schedule %} {% if item.when|length > 0 %}
{{ item.name|e }} {% if item.description is not empty %} - {{ item.description|e }} {% endif %}
{# {% for when in item.when %}
{{ when.day }}
{{ when.from }} - {{ when.to }}
{% endfor %} #} {% for when in item.when %}
{{ when.day|e }}
{% for i in when.hours %} {{ i.from|e }} - {{ i.to|e }}{% if not loop.last %},{% endif %} {% endfor %}
{% endfor %}
{% endif %} {% endfor %}
{% endif %} {% if data.pricing|length > 0 %}

Tarifs

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

Contact

{{ data.contacts.person|e }}
Responsable
{% if data.contacts.phone is not empty %} {% endif %}
{% for people in data.contacts.peoples %}
{{ people.name|e }}
{{ people.role|e }}
{% if people.phone is not empty %} {% endif %}
{% endfor %}
{# {% 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|e }}
{% 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é par l'une des associations participant à associations.espacecondorcet.org
{#
Dernière mise à jour le {{ lastPublished }}
#}
{% endblock %} {% block scripts %} {% endblock %}