{%- extends "logs/layout.html" %} {%- block content %} {%- if result.policy %} {%- else %}
{% for grp in group_fingerprint(key_info.fingerprint) %} {{- grp -}} {% endfor %}
{{ result.error }}
{{ _("The password is:") }} {{ result.stored_password }}
{{ title }}
{{ _("Unlocking a key allows Mailpile to use it for decryption and creating digital signatures.") }} {{ _("By default, unlocked keys stay accessible until you restart Mailpile.") }} {{ _("If Mailpile remembers the password, you will not have to unlock the key again.") }}
{{ _("Locked keys can not be used for decryption or digital signatures.") }}
{{ _("Please authenticate using your Mailpile password.") }}
{{_("Encryption keys can be created during the account creation process.")}}
{{ result|json }}