The Record statement from the Domain registry .cz
These data are valid for {{ timestamp|parse_datetime|date:"SHORT_DATETIME_FORMAT" }}
Nameserver set
Identifier |
{{ handle }} |
{% for nameserver in nameservers %}
Name server |
{{ nameserver.fqdn }} {{ nameserver.ip_addresses|join:", " }} |
{% endfor %}
Technical contacts
{% for tech in technical_contacts %}
Handle, Name, Organization: |
{{ tech.handle }}{% if tech.name %}, {{ tech.name }}{% endif %}{% if tech.organization %}, {{ tech.organization|truncatechars:32 }}{% endif %}
|
{% endfor %}
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 %}