{{ _('Permission Denied') }}
{% if reason == 'kumaediting' %}{{ _('The wiki is in read-only mode.') }}
{% elif reason == 'kumabanned' %}{{ _('Your profile has been banned from making edits.') }}
{% elif reason == 'bannedprofile' %}{{ _("This user's profile has been banned.") }}
{% elif reason == 'revisions_login_required' %}{{ _("You must sign in to view all history") }}
{% endif %}
{% 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 user.username %}
{% trans logout_url=url('account_logout') %}
- Sign out to try again. {% endtrans %} {% else %} {% trans login_url=('{base_url}?next={next}' | f(base_url=url('account_login'), next=request.get_full_path())) %}
- Sign in to try again. {% endtrans %} {% endif %} {% trans demos_url=url('demos'), docs_url=devmo_url('Web') %}
- View demos or browse docs {% endtrans %}
Tumbeasts by Matthew Inman of The Oatmeal
{% endtrans %}