{% load i18n webwhois_filters %}
{% trans "Name server set" %} | {{ nsset.detail.nsset_handle }} |
---|---|
{% trans "Name server" %} | {{ dns_host.fqdn|idn_decode }} {% for ip in dns_host.ip_addresses %} {{ ip }} {% endfor %} |
{% trans "Technical contact" %} |
{% for tech in nsset.detail.technical_contacts %}
{{ tech.handle }}
{{ tech.organization|default:tech.name }}
{% endfor %}
|
{% trans "Sponsoring registrar" %} | {% with registrar=nsset.registrar %} {{ registrar.registrar_handle }} {{ registrar.name }} {% spaceless %} {% blocktrans with date=nsset.detail.events.transferred.timestamp|default:nsset.detail.events.registered.timestamp trimmed %} since {{ date }} {% endblocktrans %} {% endspaceless %} {% endwith %} |
{% trans "Status" %} |
{% for flag in nsset.flags %}
{{ flag|state_flag_description }}
{% endfor %}
|