{% extends "base.html" %} {% block title %}{{ t('signed_out.title') }} — painfree{% endblock %} {% block body %}

{{ t('signed_out.heading') }}

{{ t('signed_out.lede') }}

{# The limitation, stated on the screen rather than only in the ADR. A browser that answered a native Basic dialog keeps the credential until it is closed, and no header this service sends makes it forget. #}

{{ t('signed_out.browser_heading') }}

{{ t('signed_out.browser') }}

{{ t('signed_out.shared_machine') }}

{{ t('signed_out.sign_in_again') }}
{% endblock %}