{% 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{% endblocktrans %}

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

{% blocktrans %}Please confirm that you wish to validate the OpenPGP key with the following fingerprint:{% endblocktrans %}

{{ fingerprint }}

{% csrf_token %}


{% endblock %}