{% extends 'core/page.html' %} {% load i18n %} {% block page %}

{% trans 'Not found' %}

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

{% endblock %}