{% extends "pythonnest/base.html" %}{% load i18n %} {% block content %}
{% trans 'Error 403: Forbidden' %}
{% trans 'You are not allowed to access this page.' %}
{% endblock %}