• {{ publickey.email }}
    {{ publickey.details.key_size }} bits

    {% for uid in publickey.details.userids %}
    {{ uid.name }} {% if uid.comment %}({{ uid.comment }}) {% endif %} <{{ uid.email }}>
    {% if not fingerprint_only %}
    {% endif %} {% endfor %}
    Fingerprint
    Primary key
    {% for token in publickey.details.fingerprint %}{{ token }}{% endfor %}
    {% if not fingerprint_only %}
      {% for sig in publickey.details.signatures %}
    • Signed by 0x{{ sig.signer }} (valid {{ sig.created|date:"Y-m-d" }} – {{ sig.expires_at|date:"Y-m-d"|default:"infinity" }})
    • {% endfor %}
    {% endif %}
    {% if publickey.details.subkeys %} {% for subkey in publickey.details.subkeys %}
    Fingerprint
    Subkey
    {% for token in subkey.fingerprint %}{{ token }}{% endfor %}
    {% if not fingerprint_only %}
    {% endif %} {% endfor %} {% endif %} {% if not fingerprint_only %}
    HTTP Keyserver Protocol
    Armored key
    HKP
    gpg2 --keyserver hkp://{{ request.get_host }} --recv-key {{ publickey.details.fingerprint|join:'' }}
    Web Key Directory
    Binary key
    WKD
    TBA
    Public key (OpenPGP)
    {{ publickey.armor }}
    {% endif %}