{% extends "layouts/auth.html" %} {% block title %}{{_("Restore from a Backup")}} | {{_('Setup')}}{% endblock %} {% block content %} {% if result.configured or result.restored %} {{ mailpile('http/redirect', U('/')) }} {% else %}
{{_("This backup was created by Mailpile version {ver} on {date}." ).format(ver=result.metadata.mailpile_version, date=result.metadata.backup_date) }}
{{_("Restore encryption keys to shared GnuPG keychain")}} {{_("Restore encryption keys to Mailpile-only keychain")}} {{_("Do not restore GnuPG/PGP encryption keys")}} {{_("Keep default Operating System settings (override backup)")}}
{{_("Enter your Mailpile Password to restore this configuration.")}}
{{_("You can restore a previous Mailpile configuration (keys, tags, etc.), provided you have a Mailpile Backup Archive available.")}} {# FIXME: Make this work! {{_("Backup archives can be uploaded manually, or automatically over WiFi if you have been using the Mailpile mobile web-app on another device.")}} #}
{{_("Upload a Backup Archive")}} {# FIXME: Make this work! {{_("Restore Over WiFi")}} #}
{{_("Please upload your Mailpile Backup Archive to continue.")}} ({{_("It should have a name similar to: ")}} Mailpile_Backup_2017-01-01.zip)
... {{_("loading")}} ...