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

{% trans 'Forbidden' %}

{% trans 'Sorry, but you are not allowed to access this URL.' %}

{% endblock %}