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

{% trans "Logged in successfully" %}

{% blocktrans %} You have successfully logged into the Central Authentication Service. {% endblocktrans %}

{% blocktrans %} When you are done using ENS students' services, you can log out to prevent anyone unauthorized from accessing your sessions on this computer. {% endblocktrans %}

{% if settings.CAS_FEDERATE and request.COOKIES.remember_provider %}
{% endif %}
{% endblock %}