{% extends base_template|default:"bastion/base.html" %} {% load i18n %} {% comment %} Shown when the local session ended but the provider's did not, which happens for a provider that publishes no end_session_endpoint (Google), when discovery could not be reached, and for a session that predates the connection being recorded. It says so explicitly rather than saying "signed out". Someone on a shared machine who believes they have signed out, and has not, is the whole reason this page exists instead of a redirect to the home page. The auth.logout audit record carries the same fact as context.rp_initiated. Same accessibility notes as login_failed.html: front-loaded
{% blocktranslate trimmed %} You are still signed in with your identity provider, so returning to this site may sign you straight back in without asking for a password. {% endblocktranslate %}
{% blocktranslate trimmed %} On a shared or public computer, close every browser window to finish signing out. {% endblocktranslate %}
{% translate "Reference:" %}
{{ reference }}