{% load fred i18n parsers text_utils tz %} 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" }}

Domain Name

Identifier {{ handle }}
Registered since {{ registered|parse_datetime|date:"SHORT_DATE_FORMAT" }}
Last update date {{ updated|parse_datetime|date:"SHORT_DATE_FORMAT" }}
Expiration date {{ expires_at|parse_datetime|localtime|date:"SHORT_DATE_FORMAT" }}

Holder

{% if registrant.national_identity_number %} {% elif registrant.national_identity_card %} {% elif registrant.passport_number %} {% elif registrant.company_registration_number %} {% elif registrant.social_security_number %} {% elif registrant.birthdate %} {% else %} {% endif %}
Handle {{ registrant.handle }}
Organization {% if private or registrant.publish.organization %} {% if registrant.organization %} {{ registrant.organization }} {% else %} (Not set) {% endif %} {% if not registrant.publish.organization %}
(Not disclosed) {% endif %} {% else %} Not disclosed {% endif %}
Name {% if private or registrant.publish.name %} {% if registrant.name %} {{ registrant.name }} {% else %} (Not set) {% endif %} {% if not registrant.publish.name %}
(Not disclosed) {% endif %} {% else %} Not disclosed {% endif %}
Birth date {% if private or registrant.publish.national_identity_number %} {{ registrant.national_identity_number }} {% if not registrant.publish.national_identity_number %}
(Not disclosed) {% endif %} {% else %} Not disclosed {% endif %}
Personal ID {% if private or registrant.publish.national_identity_card %} {{ registrant.national_identity_card }} {% if not registrant.publish.national_identity_card %}
(Not disclosed) {% endif %} {% else %} Not disclosed {% endif %}
Passport number {% if private or registrant.publish.passport_number %} {{ registrant.passport_number }} {% if not registrant.publish.passport_number %}
(Not disclosed) {% endif %} {% else %} Not disclosed {% endif %}
VAT ID number {% if private or registrant.publish.company_registration_number %} {{ registrant.company_registration_number }} {% if not registrant.publish.company_registration_number %}
(Not disclosed) {% endif %} {% else %} Not disclosed {% endif %}
MPSV ID {% if private or registrant.publish.social_security_number %} {{ registrant.social_security_number }} {% if not registrant.publish.social_security_number %}
(Not disclosed) {% endif %} {% else %} Not disclosed {% endif %}
Birth day {% if private or registrant.publish.birthdate %} {{ registrant.birthdate|parse_date|date:"SHORT_DATE_FORMAT" }} {% if not registrant.publish.birthdate %}
(Not disclosed) {% endif %} {% else %} Not disclosed {% endif %}
Identification detail {% if private %} (Not set) {% else %} Not disclosed {% endif %}
Address {% if private or registrant.publish.address %} {{ registrant.address.streets|join:", " }}, {{ registrant.address.postal_code }} {{ registrant.address.city }}, {% if registrant.address.state_or_province %}{{ registrant.address.state_or_province }},{% endif %} {{ registrant.address.country_code }} {% if not registrant.publish.address %}
(Not disclosed) {% endif %} {% else %} Not disclosed {% endif %}

Administrative contacts

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

Unassigned

{% endif %}

Sponsoring registrar

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

Domain object states

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

Nameserver set

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

Technical contacts

{% for tech in nsset.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: {{ nsset.registrar.handle }}{% if nsset.registrar.name %}, {{ nsset.registrar.name }}{% endif %}{% if nsset.registrar.organization %}, {{ nsset.registrar.organization|truncatechars:32 }}{% endif %}

Nameserver set object states

Status {% for flag in nsset.flags %} {{ flag|state_flag_description }}
{% endfor %}
{% else %}

Unassigned

{% endif %}

Key set

{% if keyset %}
Identifier {{ keyset.handle }}
{% for key in keyset.dns_keys %}

DNS Key

Flags: {{ key.flags }}, {% with key.flags|parse_dnskey_flags as flags %} {% for flag in flags.flags %} {{ flag.label }}{% if not forloop.last %}, {% endif %} {% endfor %} {% endwith %}
Protocol: {{ key.protocol }}, {% with key.protocol|parse_dnskey_protocol as proto %} {{ proto.label }} {% endwith %}
Algorithm: {{ key.algorithm }}, {% with key.algorithm|parse_dnskey_algorithm as alg %} {{ alg.label }} {% endwith %}
Key: {{ key.key|forcewrap:55|linebreaksbr }}
{% empty %}

DNS Key

Unassigned

{% endfor %} {% else %}

Unassigned

{% endif %}
{% endlanguage %}