{% extends 'index.html.twig' %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block page_content_start %} {{ parent() }}

Les formations

{% endblock %} {% block page_content %}

Nos replays

{% if videos is not empty %} {% for video in videos %}
{{ video.title }} {% if video.isRdvIB %}
{% endif %}
{{ video.category }}

{{ video.title }}

{{ video.description }}

Regardez le replay > {{ video.createdAt|date('d/m/Y') }}
{% endfor %} {% else %}

Aucune vidéo encore en ligne.

{% endif %}
{% if is_granted('ROLE_ADMIN') %} Upload une vidéo {% endif %}
{% endblock %}