{% extends 'base_modal.html' if request.is_ajax() else ('mkt/base.html' if '/developers/' not in request.path else 'developers/base_impala.html') %} {% block title %}{{ mkt_page_title(_('Oops')) }}{% endblock %} {% block content %}
{% trans %}

Oops! Not allowed.

You tried to do something that you weren't allowed to.

{% endtrans %} {% if because_csrf %} {% trans %}

Try going back to the previous page, refreshing and then trying again.

{% endtrans %} {% endif %}
{% endblock %}