{% load i18n %} {% if cookie_disabled %}

{% blocktrans %} It is possible that you disabled cookies for this site.

Cookies must be enabled in order to be able to use this site properly. {% endblocktrans %}

{% else %} {% if no_referer %}

{% blocktrans %} If you have configured your browser to disable 'Referer' headers, please re-enable them, at least for this site or for 'same-origin' requests. {% endblocktrans %} {% else %}

{% blocktrans %} Unknown reason: Please contact the webmaster in order to define the cause of the problem. {% endblocktrans %}

{% endif %} {% endif %}