{% load fred i18n parsers %} The Record statement of domain from the Domain registry .cz {# Switch localization to English #} {% language 'en' %}

The Record statement from the Domain registry .cz

These data are valid for {{ timestamp|parse_datetime|date:"SHORT_DATETIME_FORMAT" }}

Nameserver set

{% for nameserver in nameservers %} {% endfor %}
Identifier {{ handle }}
Name server {{ nameserver.fqdn }} {{ nameserver.ip_addresses|join:", " }}

Technical contacts

{% for tech in technical_contacts %} {% endfor %}
Handle, Name, Organization: {{ tech.handle }}{% if tech.name %}, {{ tech.name }}{% endif %}{% if tech.organization %}, {{ tech.organization|truncatechars:32 }}{% endif %}

Sponsoring registrar

Handle, Name, Organization: {{ registrar.handle }}{% if registrar.name %}, {{ registrar.name }}{% endif %}{% if registrar.organization %}, {{ registrar.organization|truncatechars:32 }}{% endif %}

Nameserver set object states

Status {% for flag in flags %} {{ flag|state_flag_description }}
{% endfor %}
{% endlanguage %}