{% extends 'admin/_layout.html.twig' %} {% block title %}Administration - SARL SITECONSEIL{% endblock %} {% block admin_content %}
Bienvenue, {{ app.user.fullName }}.
Role : {% if is_granted('ROLE_ROOT') %} Super Admin {% else %} Employe {% endif %}