{% extends 'base.html.twig' %} {% block title %}Accès indisponible{% endblock %} {% block customNavigation %} {% include "base/nav-customer.html.twig" %} {% endblock %} {% block customStyle %} {% include 'planning/_styles.html.twig' %} {% endblock %} {% block body %}
{{ message|default('Vous n’avez pas accès à cette section pour le moment.') }}