{% extends "common/v2/errors/base.html" %}
{% load i18n %}
{% block error_title %}{% trans "Permission denied" %}{% endblock %}
{% block error_descr %}{% trans "You are not permissioned to access this page." %}{% endblock %}
{% block return_home_label %}{% trans "Return home" %}{% endblock %}
{% block error_details %}
{% include "common/v2/errors/details.html" %}
{% endblock %}