{% extends "videotheque/base.html.twig" %} {% block title %} {% if titre is defined %}{{ titre }}{% else %}{{ parent() }}{% endif %} {% endblock %} {% block titre %} {% if titre is defined %}{{ titre }}{% else %}{{ parent() }}{% endif %} {% endblock %} {% block body %} {% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}
{% endif %}Voir | Vu | Ajouté par | {% endif %}Titre du film | Genre | Réalisateur | Note moyenne | Année | {#Lien | Actions | #}
---|---|---|---|---|---|---|---|---|---|
{% if app.user.wantToSee(film) %} {% set follow_icone = "fa fa-star fa-lg" %} {% set follow_texte = "Supprimer ce film de votre liste à voir" %} {% else %} {% set follow_icone = "fa fa-star-o fa-lg" %} {% set follow_texte = "Ajouter ce film à votre liste à voir" %} {% endif %} | {% if app.user.haveSeen(film) %} {% set vu_icone = '' %} {% else %} {% set vu_icone = '' %} {% endif %} {{ vu_icone | raw }} | {% if film.authered is defined %} {% if film.authered.activeNow %} {% else %} {% endif %} {{ film.authered.username }} {% endif %} | {% endif %}{{ film.titre }} {% if film.new %}New{% endif %} {% if film.nbComs %}{{ film.nbComs }}{% endif %} | {% if film.genres is defined %} {% for genre in film.genres %} {{ genre.name }} {% endfor %} {% endif %} | {% if film.realisateurs is defined %} {% for realisateur in film.realisateurs %} {{ realisateur.nomComplet }} {% endfor %} {% endif %} | {% if film.note > 0 %} {% endif %} | {{ film.annee | date('Y') }} | {#{% if not film.lien == "" %}{% endif %} | {% if is_granted('ROLE_ADMIN') %}{% endif %} | #}