{{ ico.i('key', 16) }}
{% endif %}
{% if request.state.ephemeral_session %}
{# COOKIE_SECURE=false: the owner key is memory-only, so the session
dies with the browser window. Say it before work is lost. #}
Single-user mode: everything is stored on the server without a session cookie, and anyone who can reach this app sees the same printers.
{{ ico.i('key', 16) }}
{% endif %}
{% if request.state.is_new_owner %}
{% endif %}
{% block content %}{% endblock %}
This session lasts only while this browser stays open — your printers and configs are saved, but the link to them is lost when you close it. Download your backup key to keep them.
Download my backup key