{% if is_granted('ROLE_USER') %}
{% extends "::panel.html.twig" %}
{% else %}
{% extends "::panel.html.twig" %}
{% endif %}
{% block title %} 404 - {{ parent() }} {% endblock %}
{% set current_page = '404' %}
{% block container %}
{{ exception.message }}