{% extends "wiki/base.html" %} {% load wiki_tags i18n %} {% load url from future %} {% 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 %} {% endblock %}