{% extends 'layout.html.twig' %} {% block title %}{{ parent() }} - {{ film.titre }}{% endblock %} {% block body %}
{{ film.imageName | removeext }}
{# Réalisateurs#} {% if film.realisateurs is not empty %} Réalisé par {% for realisateur in film.realisateurs %} {{ realisateur.nom }}{% if loop.last == false %}, {% endif %} {% endfor %} {% endif %} {# Titre VO #} {% if film.titrevo %} | {{ film.titrevo }} {% endif %} {# Année#} {% if film.annee %} | {{ film.annee }} {% endif %} {# Durée#} {% if film.duree %} | {{ film.duree }} {% endif %} {# Pays coprod#} {% if film.payscoprod is not empty %} | {% for pays in film.payscoprod %} {{ pays|country }}{% if loop.last == false %}, {% endif %} {% endfor %} {% endif %}
{% for cyclesec in film.cycles %}{{ cyclesec }}
{% endfor %}Avec : {{ film.casting | raw }}
{{ film.description | raw }}
{{ seance.horaire | localizeddate('none', 'none', null, null, 'eeee dd LLLL YYYY') }}
{{ seance.horaire | localizeddate('none', 'short') }}
{{ seance.laversion }}
{% if seance.billetterie %}