{% extends "videotheque/base.html.twig" %} {% block title %}{{ parent() }} - Fiche film - {{ film.titre }}{% endblock %} {% block titre %} {% if is_granted('IS_AUTHENTICATED_REMEMBERED') %} {% if film.usersWantToView.contains(app.user) %} {% set follow_icone = "fa fa-star" %} {% set follow_texte = "Supprimer ce film de votre liste à voir" %} {% else %} {% set follow_icone = "fa fa-star-o" %} {% set follow_texte = "Ajouter ce film à votre liste à voir" %} {% endif %} {% if film.usersWhoSeen.contains(app.user) %} {% set vu_icone = '' %} {% else %} {% set vu_icone = '' %} {% endif %} {{ vu_icone | raw }} {% endif %} {{ film.titre }} {% if film.note > 0 %}
{% endif %} {% endblock %} {% block body %}
Pas encore de bande annonce
{% endif %}Posté par {{ commentaire.user.username }}
{% if commentaire.note > 0 %} {% endif %} {% if commentaire.contenu != "" %}{{ commentaire.contenu }}
{% endif %}