{% extends "admin/base_site.html" %} {% load i18n %} {% comment %}Translators: Translation included with Django {% endcomment %} {% block title %}{% trans 'Permission denied'|capfirst %}{% endblock %} {% block content %} {% comment %}Translators: Translation included with Django {% endcomment %}

{% trans 'Permission denied'|capfirst %}

{% if exception %}

{{ exception|capfirst }}

{% endif %} {% endblock %}