{# On étend notre layout #} {% extends "layout.html.twig" %} {% block body %}

Administration

{% if is_granted('ROLE_SUPER_ADMIN') %}

{% endif %}
{% endblock %}