{% extends "base.html" %} {% block title %}Error{% endblock %} {% block content %} {% load i18n %}

{% trans "Error" %}

{% trans "You are not allowed to view this page!" %}

{% endblock %}