{% extends "account/base.html" %} {% load i18n %} {% block content %}
{% blocktrans %}Your Identity Provider ask this system to do a global logout but your federated session is lost.{% endblocktrans %}
{% blocktrans %}Even if your local session in this system has been closed, you have probably open sessions in other systems.{% endblocktrans %}
{% blocktrans %}In order to prevent illicit use of your personal information, please close your browser window and/or remove your cookies from your browser.{% endblocktrans %}
{% blocktrans %}Sorry for this inconvenience.{% endblocktrans %}
{% endblock %}