{% extends 'base.html.twig' %} {% block title %}{{ 'Access Denied'|trans }}{% endblock %} {% block body %}


{{'Access Denied'|trans}}

{% trans with {'%DASHBOARD_URL%': path('dashboard')} %} You don't have the permission to access the requested page. {% endtrans %}
{% endblock %}