{% load i18n webwhois_filters keyset_filters %}
{% trans "Key set" %} | {{ keyset.detail.keyset_handle }} |
---|---|
{% trans "DNS Key" %} |
{% trans "Flags" %}: {{ dns.flags }} ({{ dns.flags|dnskey_flag_labels }}) {% trans "Protocol" %}: {{ dns.protocol }} {% if dns.protocol == 3 %} (DNSSEC) {% endif %} {% trans "Algorithm" %}: {{ dns.alg }} ({{ dns.alg|dnskey_alg_label }}) {% trans "Key" %}: {{ dns.key|text_wrap:40 }} |
{% trans "Technical contact" %} |
{% for tech in keyset.detail.technical_contacts %}
{{ tech.handle }} {{ tech.organization|default:tech.name }} {% endfor %} |
{% trans "Sponsoring registrar" %} | {% with registrar=keyset.registrar %} {{ registrar.registrar_handle }} {{ registrar.name }} {% spaceless %} {% blocktrans with date=keyset.detail.events.transferred.timestamp|default:keyset.detail.events.registered.timestamp trimmed %} since {{ date }} {% endblocktrans %} {% endspaceless %} {% endwith %} |
{% trans "Status" %} |
{% for flag in keyset.flags %}
{{ flag|state_flag_description }}
{% endfor %}
|