{% extends "admin/base_site.html" %} {% load i18n %} {% block title %}{% trans "Permission Denied" %}{% endblock title %} {% block bodyclass %}permission-denied{% endblock bodyclass %} {% block content %}

{% trans "Permission Denied" %}

{% trans "You do not have the required permissions to access to this page." %}

{% endblock content %}