{% extends 'base.html.twig' %} {% block title %}Evènement{% endblock %} {% block customNavigation %} {% include "base/nav-teacher.html.twig" %} {% endblock %} {% block body %}

Liste des medias

Documents disponibles pour {{ event.name }}

Ajouter un fichier

{% if replays|length > 0 %} {% for replay in replays %} {% if replay.content.principal == 1 %} {% else %} {% endif %} {% endfor %}
# Titre Fichier Principal Actions
{{ replay.content.id }} {{ replay.content.name }} {{ replay.content.file }}OUINON  

{% else %}

Aucun document

{% endif %}
{% do replays.setPageRange(2) %} {{ knp_pagination_render(replays, 'base/pagination.html.twig') }}
{% endblock %}