{% extends 'layout.html.twig' %} {% block title %}{{ parent() }} - Programme{% endblock %} {% block javascripts %} {{ parent() }} {{ encore_entry_script_tags('programme') }} {% endblock %} {% block body %}

Programme du mois

NB : la cinémathèque est fermée le lundi.

{% for cycleactif in cycles_principaux_prog %} {% endfor %}
Mardi
Mercredi
Jeudi
Vendredi
Samedi
Dimanche
{% for ladate in periode[1:6] %} {{ include('includes/_jour_programmation.html.twig', { 'thedate': ladate, 'cycles_principaux_prog': cycles_principaux_prog }, with_context = false) }} {% endfor %}
{% for ladate in periode[8:6] %} {{ include('includes/_jour_programmation.html.twig', { 'thedate': ladate, 'cycles_principaux_prog': cycles_principaux_prog }, with_context = false) }} {% endfor %}
{% for ladate in periode[15:6] %} {{ include('includes/_jour_programmation.html.twig', { 'thedate': ladate, 'cycles_principaux_prog': cycles_principaux_prog }, with_context = false) }} {% endfor %}
{% for ladate in periode[22:] %} {{ include('includes/_jour_programmation.html.twig', { 'thedate': ladate, 'cycles_principaux_prog': cycles_principaux_prog }, with_context = false) }} {% endfor %}
{% endblock %}