{% extends 'base/base.html' %} {% load i18n %} {% load static %} {% block othermeta %} {% endblock %} {% block head_title %}{% trans "Sign Out" %}{% endblock %} {% block content %}
Login

Are you sure you want to sign out, {{ request.user.user_hash }}?

You can regain access to your Sayches account only if you remember your Master Password. If you’ve already lost your Master Password, there is unfortunately no way to recover your account. You will need to start a new account.

{% csrf_token %} {% if redirect_field_value %} {% endif %}
{% endblock %}