{% extends "base.html" %} {% load djblets_deco i18n %} {% block title %}{% trans "Permission Denied" %}{% endblock %} {% block content %}
{% box "important" %}

{% trans "Permission Denied" %}

{% trans "You do not have permission to access this page." %}

{% endbox %}
{% endblock %}