{% extends 'base.html' %} {% block body %}
branding logo

{{_('Logout')}}

{{_('While you successfully logged out of the Single-Sign-On service, you may still be logged in on these services:')}}

    {% for client in clients if client.logout_urls %}
  • {{ client.client_id }}
  • {% endfor %}

{{_('Please wait until you have been automatically logged out of all services or make sure of this yourself.')}}

{{_('Skip this and continue')}}
{% endblock %}