{% extends '@App/base.html.twig' %}
{% block title %}Acces refuse{% endblock %}
{% block body %}
{% include '@App/partials/ui/_empty_state.html.twig' with {
icon: 'solar:shield-warning-line-duotone',
title: 'Acces refuse',
message: 'Vous n avez pas les droits necessaires pour acceder a cette page.',
action_label: 'Retour au dashboard',
action_href: path('app_dashboard')
} only %}
{% endblock %}