{% extends "wiki/base.html" %} {% load wiki_tags i18n %} {% block wiki_pagetitle %}Permission Denied{% endblock %} {% block wiki_contents %}
{% trans "Sorry, you don't have permission to access this page." %}
{% if article.current_revision.locked %}{% trans "This article is locked for editing." %}
{% endif %}{% if not read_denied %} {% trans "Back to article" %} {% elif urlpath.parent %} {% trans "Back to article" %} {% endif %}
{% endblock %}