{% block page_title %}{{ _('Permission Denied') }}{% endblock %}

{% block reason -%} {% if reason == 'kumaediting' %}

{{ _('The wiki is in read-only mode.') }}

{% elif reason == 'revisions_login_required' %}

{{ _("You must sign in to view all history") }}

{% elif reason == 'ip_banned' %}

{{ _("Your IP address has been banned.") }}

{% endif %} {% endblock reason %} {% block tumbeast %} {% endblock tumbeast %} {% block next_action %} {% if user.username %} {% trans name=user.username %}

We're sorry {{ name }}, we're afraid we can't do that.

{% endtrans %} {% else %} {% trans name=user.username %}

We're sorry, we're afraid we can't do that.

{% endtrans %} {% endif %} {%- if not untrusted %}
    {% if user.username %} {% trans logout_url=url('account_logout') %}
  • Sign out to try again.
  • {% endtrans %} {% else %} {% trans login_url=login_url() %}
  • Sign in to try again.
  • {% endtrans %} {% endif %}
{%- endif %} {# if not untrusted #} {% endblock %} {% block tumbeast_attribution -%} {% trans %}

Tumbeasts by Matthew Inman of The Oatmeal

{% endtrans %} {% endblock tumbeast_attribution %}