{% extends 'index.html.twig' %} {% block page_content %}

{{ video.title }}


Mis en ligne le : {{ video.createdAt|date('d/m/Y à H:i') }}

{% if video.category %}

Catégorie : {{ video.category }}

{% endif %} {% if video.description %} Description :

{{ video.description }}

{% endif %}
{% if is_granted('ROLE_ADMIN') %}
Modifier la vidéo Supprimer la vidéo
{% endif %}
< Retour {% endblock %}