{% extends "root.html" %}{% load i18n %} {% block body %}

{% trans "Error 403: Forbidden" %}

{% trans 'You are not allowed to access this page.' %}
{% endblock %}