{% extends "layouts/error_mobile.twig" %}
{% block title %}403{% endblock %}
{% block illustration %}
{% endblock %}
{% block error_title %}
{{ translations.forbidden ?? 'Access denied' }}
{% endblock %}
{% block error_subtitle %}
{{ translations.forbidden_subtitle ?? 'You don’t have permission to view this page.' }}
{% endblock %}
{% block footer %}