{% extends "base.html" %} {% import "partials/icons.html" as ico %} {% block head_title %}Restore backup key · ImpTune{% endblock %} {% block page_title %}Restore a backup key{% endblock %} {% block content %}
{{ ico.i('key') }}

Restore a backup key

Paste the key from imptune-backup-key.txt to get your printers, settings, and clients back in this browser.

{% if error %}

{{ error }}

{% endif %}
Cancel
{% endblock %}