{% extends 'Core/base.html.twig' %} {% block title %}Gestion{% endblock %} {% block body %}
{% if is_granted('ROLE_GESTION') %}
Clients
Projets
{% endif %}
Pointages
{% endblock %}