{% extends 'base.html' %} {% block contentwrapper %}

{{ _("Logout") }}

  1. 1

    {{ proxy_logout_texts.title }}

    Log out from the {{ proxy_logout_texts.proxy_name }}

  2. 2

    {{ _("Log out from services") }}

    {{ _("Log out from all the services") }}

  3. 3

    {{ _("Successfully logged out") }}

    {{ _("The end of the logout process") }}


{{ _("Log out from proxy") }}

{{ _("Would you like to log out from the Unified Login") }}

{% if lang == 'cs' %} {% else %} {% endif %}

{{ _('Cancel') }} {{ _('Log out') }}

{% endblock %}