{% load i18n webwhois_filters %} {% for dns in keyset.dns_keys %} {% endfor %}
{% trans "Key set" %} {{ keyset.handle }}
{% trans "DNS Key" %}
Flags: {{ dns.flags }}
Protocol: {{ dns.protocol }}
Algorithm: {{ dns.alg }} [alg]
Key:
{{ dns.public_key|text_wrap:40 }}
{% trans "Technical contact" %} {% for admin in keyset_admins %}
{{ admin.handle }} {% if admin.organization.value %} {% if admin.organization.disclose %} {{ admin.organization.value|default_if_none:'' }} {% endif %} {% else %} {% if admin.name.disclose %} {{ admin.name.value|default_if_none:'' }} {% endif %} {% endif %}
{% endfor %}
{% trans "Sponsoring registrar" %} {% with registrar=keyset_registrar %} {{ registrar.handle }} {{ registrar.name }} {% spaceless %} {% blocktrans with date=keyset.last_transfer|default:keyset.created %} since {{ date }} {% endblocktrans %} {% endspaceless %} {% endwith %}
{% trans "Status" %} {% for description in keyset_status_descriptions %}
{{ description }}
{% endfor %}