{% extends "base.html" %} {% load i18n %} {% block content %}

{% trans 'Access Denied' %}

{% trans 'Sorry, you do not have permission to access this page.' %}
{% trans 'Please contact your system administrator if you believe this is an error.' %}

{% endblock %}