{% if block.isRequest %}
{% i18n "Register your OpenPGP key with your email provider. " %}

{% i18n "When you register your key with your email provider other people will then be able to retrieve the key and send you encrypted emails and verify authenticity of emails you send them." %}

{% if block.hasError %}

{% i18n "An error occurred while publishing the key. Please try again later." %}

{% else %} {% i18n "Register the key" %}

{% i18n "The email will be automatically deleted once you confirm the registration." %}

{% endif %}

{% i18n "Show key details" %}
{% elif block.isResponse %}
{% i18n "This is an automatically generated email. The purpose of this email is to register your OpenPGP key with your email provider." %}

{% i18n "Your OpenPGP key will be published on your email provider's key server. Other users will be able to retrieve the key and send you encrypted emails and verify authenticity of emails you send them." %}



{% i18n "Show key details" %}
{% endif %}