{% extends "base.html" %} {% load i18n %} {% load staticfiles %} {% comment %} Copyright 2016 Canonical Ltd. This software is licensed under the GNU Affero General Public License version 3 (see the file LICENSE). {% endcomment %} {% block title %}{% trans "GPG Keys" %}{% endblock %} {% block text_title %}

{% trans "GPG Keys" %}

{% endblock %} {% block content %}

{% trans "Import an OpenPGP key" %}

{% include "help/help_find_gpg_fingerprint.html"%}
{% include "help/help_generate_gpg_keys.html"%}
{% include "help/help_sync_gpg_keys.html"%}
{% csrf_token %} {{ claim_form }}

{% blocktrans %}Ubuntu One will send an email to you at {{ preferred_email }} with instructions on finishing the process.{% endblocktrans %}

{% if pending_form.fields.tokens.choices %}

{% trans "Keys pending validation" %}

{% csrf_token %} {{ pending_form }}
{% endif %} {% if disable_keys_form.num_choices %}

{% trans "Your Enabled Keys" %}

{% csrf_token %} {{ disable_keys_form }}
{% endif %} {% if reenable_keys_form.num_choices %}

{% trans "Disabled Keys" %}

{% csrf_token %} {{ reenable_keys_form }}
{% endif %} {% endblock %} {% block extra_js %} {% endblock %}