{% extends 'base.html.twig' %} {% block title %}Formations{% endblock %} {% block body %}

FORMATIONS

{% if is_granted('ROLE_ADMIN') %} {# Lien pour ajouter une nouvelle formation #} AJOUTER {% endif %}
{% for formation in formations %} {# Affiche le titre de la Formation #} {{ formation }}
{% endfor %} RETOUR
Ordinateurs, clavier et appareil photo
{% endblock %}