{% extends 'base.html.twig' %} {% block javascripts %} {{ parent() }} {% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block body %} {% block body_head %}

Agenda des activités de l'association

{% endblock %} {% block article %}
Sauvegarder l'agenda en image 📅
{% set colonne = nombre_colonne %} {% if colonne == 0 %} {% set colonne = 1 %} {% endif %} {% set w = 90 / colonne %} {% set marge = 15 / (colonne * 3 + 2) %}
Agenda {{ dateTime|format_datetime(locale: 'fr',pattern:"MMMM")}} {{ dateTime|format_datetime(locale: 'fr',pattern:"YYYY")}}
Salle 4 - Alain Bashung
12, rue d'Alsace
67110 GUNDERSHOFFEN
{% if mardi is not empty %}
Mardi

{% for ev in mardi %} {{ ev.EvenDate | date("d") }}
{% endfor %} {{ mardi.0.Type.Description }}
{% endif %} {% if vendredi is not empty %}
{% if nombre_colonne > 4 %} {% else %} {% endif %} Vendredi

{% for ev in vendredi %} {{ ev.EvenDate | date("d") }}
{% endfor %} {{ vendredi.0.Type.Description }}
{% endif %} {% if autre is not empty %} {% for ev in autre %}
{{ ev.NomJour }}

{{ ev.event.EvenDate | date("d") }}
{{ ev.event.Type.Description }} {% if ev.event.LibelSep is not empty %}
{{ ev.event.LibelSep }} {% if ev.event.Type.isReserved %} (réservé aux membres) {% endif %} {% if ev.event.isEnregistrementObligatoir %} (sur inscription) {% endif %} {% endif %}

{% endfor %} {% endif %} {% if agenda is not null %}
{{ agenda.getDecorationTexte() }}
{% endif %}
{% endblock %} {% endblock %}