{% extends "structure/base.html" %} {% block title %}{{ construct.compose_title(construct.t("auth-forbidden-title")) }}{% endblock %} {# This view renders its own visible

, so suppress the layout default. #} {% block page_heading %}{% endblock %} {% block content %}

{{ icon("lock", style="font-size: 20px;") }} {{ construct.t("auth-forbidden-title") }}

{{ construct.t("auth-forbidden-message") }}

{{ icon("home", style="font-size: 16px;") }} {{ construct.t("auth-back-home") }}
{% endblock %}