{# SPDX-FileCopyrightText: 2015-2024 CERN. SPDX-License-Identifier: MIT #} {% extends config.THEME_ERROR_TEMPLATE %} {%- set title = _("Unauthorized") %} {% block message %}
{{_('You need to be authenticated to view this page.')}}
{% endblock message %}