{% extends "base.html" %} {% load i18n %} {% comment %} Copyright 2016 Canonical Ltd. This software is licensed under the GNU Affero General Public License version 3 (see the file LICENSE). {% endcomment %} {% block html_extra %}data-qa-id="confirm_gpg"{% endblock %} {% block title %}{% trans "Complete OpenPGP key validation" %}{% endblock %} {% block text_title %}

{% blocktrans %}Validate OpenPGP Key {{ fingerprint }}?{% endblocktrans %}

{% endblock %} {% block content_id %}auth{% endblock %} {% block content %}

{% blocktrans %}Thanks for adding your OpenPGP key to Ubuntu One. So we can confirm that the key is yours, we need you to use the key to sign some text.{% endblocktrans %}

{% blocktrans %}Your key's fingerprint:{% endblocktrans %} {{fingerprint}}

{% blocktrans %} Please paste a clear-signed copy of the following paragraph into the box beneath it.{% endblocktrans %} ({% trans "How do I do that?" %})

    {{validation_phrase}}
  
{% csrf_token %}

{{ form }}


{% endblock %}