{% extends "base.twig" %} {% block content %} {% set group = post.meta('informations') %}
Retour

{{ post.title }}

{{ post.title }}

| {{post.category.name}} |
{% set start = post.informations_debut_event|date("Ydj") %} {% set end = post.informations_fin_event|date("Ydj") %} {% if start == end %} Le de à {% else %} Du à
Au à
{% endif %}
{{group.lieu}}
{{ post.meta('description') }}

Tarif

{{group.type_tarif}}

{% if group.inscription %}

Inscription

{% for Items in group.inscription %} {% for detail in Items %} {% if detail.acf_fc_layout == 'en_libre_acces' %}

{{ detail.texte }}

{% endif %} {% if detail.acf_fc_layout == 'lien_dinscription' %} {% endif %} {% endfor %} {% for detail in Items.type_dinscription %} {% endfor %} {% endfor %} {% endif %}

Partager

{% if other %}

Voir aussi

{% endif %} {% endblock %}