{% extends 'base.html' %} {% load i18n %} {% block app_body %}
{{ message }}
{% else %}{% blocktrans %}You tried to access a site that you are not authorized to access or you triggered a security warning.{% endblocktrans %}
{% endif %} {% endblock %}