{% extends "account/base_entrance.html" %} {% load i18n %} {% block content %}
{% 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" %}.
{% endblock %}