{% extends "base.html" %} {% load i18n %} {% block title %}% trans 'Access denied' %}{% endblock %} {% block content %}

{% trans 'Access denied' %}

{% trans "We're sorry, but you are not authorized to view this page." %}

{% endblock %}