{{ chapeau }}

{% if texteAvantVideo is iterable and texteAvantVideo|length > 0 %} {% for p in texteAvantVideo %}

{{ p|raw }}

{% endfor %} {% endif %}
{% if texteApresVideo is iterable and texteApresVideo|length > 0 %} {% for p in texteApresVideo %}

{{ p|raw }}

{% endfor %} {% endif %} {% if signature|length > 0 %}

{{ signature|nl2br }}

{% endif %}

Cette programmation est soutenue par la Cinémathèque du documentaire.

{% if movies is iterable and movies|length > 0 %} {% for movie in movies %} {{ (loop.first or loop.index0 % 3 == 0) ? '' }} {% endfor %} {% endif %}

{{ titreProgrammateurs }}

{% if programmateurs is iterable and programmateurs|length > 0 %} {% for p in programmateurs %} {{ p|replace({ '':'

', '':'

', '
': '', '
':'

', '

':'

', '

': '' })|raw }} {% endfor %} {% endif %}