{% extends "account/base.html" %} {% load i18n %} {% block content %}

{% trans "Authorization error" %}

{% blocktrans %}You are already logged in and you are trying to access the login page again.{% endblocktrans %}

{% blocktrans %}You may have been redirected here when trying to access some content that required extra privileges that you do not have.{% endblocktrans %}

{% trans "Please logout and login as a different user" %}.

{% trans "logout" %}

{% endblock %}