{% block subject %}Problem with your GPG key{% endblock %} {% block body %}{% autoescape off %}Hello {{ member.get_name }}! Chaos number: {{ member.chaos_number }} We could not send you a GPG encrypted email because the ID we stored for your key or the key itself experienced the following error: ID: {{ email_address.gpg_key_id }} Error: {{ gpg_error }} Please contact us at office@ccc.de to fix this error. Should you get "GPG Error: GPGME: Ambiguous name" it is because there is more than one key with the same short ID as yours on the keyservers and you should simply send us your long ID or fingerprint. At this time our software only supports keys available on the key servers. Please refrain from sending us your whole key. If you have multiple email addresses with us we will try these as well. Regards, CCC office {% endautoescape %}{% endblock %}