{% load fred i18n parsers %} The Record statement of contact 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" }}

Contact from the Domain registry

{% if 'linked' in flags or private %} {% if national_identity_number %} {% elif national_identity_card %} {% elif passport_number %} {% elif company_registration_number %} {% elif social_security_number %} {% elif birthdate %} {% else %} {% endif %}
Identifier {{ handle }}
Organization {% if private or publish.organization %} {% if organization %} {{ organization }} {% else %} (Not set) {% endif %} {% if not publish.organization %}
(Not disclosed) {% endif %} {% else %} Not disclosed {% endif %}
Name {% if private or publish.name %} {% if name %} {{ name }} {% else %} (Not set) {% endif %} {% if not publish.name %}
(Not disclosed) {% endif %} {% else %} Not disclosed {% endif %}
TID {% if private or publish.vat_identification_number %} {% if vat_identification_number %} {{ vat_identification_number }} {% else %} (Not set) {% endif %} {% if not publish.vat_identification_number %}
(Not disclosed) {% endif %} {% else %} Not disclosed {% endif %}
Birth date {% if private or publish.national_identity_number %} {{ national_identity_number }} {% if not publish.national_identity_number %}
(Not disclosed) {% endif %} {% else %} Not disclosed {% endif %}
Personal ID {% if private or publish.national_identity_card %} {{ national_identity_card }} {% if not publish.national_identity_card %}
(Not disclosed) {% endif %} {% else %} Not disclosed {% endif %}
Passport number {% if private or publish.passport_number %} {{ passport_number }} {% if not publish.passport_number %}
(Not disclosed) {% endif %} {% else %} Not disclosed {% endif %}
VAT ID number {% if private or publish.company_registration_number %} {{ company_registration_number }} {% if not publish.company_registration_number %}
(Not disclosed) {% endif %} {% else %} Not disclosed {% endif %}
MPSV ID {% if private or publish.social_security_number %} {{ social_security_number }} {% if not publish.social_security_number %}
(Not disclosed) {% endif %} {% else %} Not disclosed {% endif %}
Birth day {% if private or publish.birthdate %} {{ birthdate|parse_date|date:"SHORT_DATE_FORMAT" }} {% if not publish.birthdate %}
(Not disclosed) {% endif %} {% else %} Not disclosed {% endif %}
Identification detail {% if private %} (Not set) {% else %} Not disclosed {% endif %}

Contact information

Email {% if private or publish.emails %} {% if emails %} {{ emails|join:", " }} {% else %} (Not set) {% endif %} {% if not publish.emails %}
(Not disclosed) {% endif %} {% else %} Not disclosed {% endif %}
Notify email {% if private or publish.notify_emails %} {% if notify_emails %} {{ notify_emails|join:", " }} {% else %} (Not set) {% endif %} {% if not publish.notify_emails %}
(Not disclosed) {% endif %} {% else %} Not disclosed {% endif %}
Phone {% if private or publish.telephone %} {% if telephone %} {{ telephone }} {% else %} (Not set) {% endif %} {% if not publish.telephone %}
(Not disclosed) {% endif %} {% else %} Not disclosed {% endif %}
Fax {% if private or publish.fax %} {% if fax %} {{ fax }} {% else %} (Not set) {% endif %} {% if not publish.fax %}
(Not disclosed) {% endif %} {% else %} Not disclosed {% endif %}
Address {% if private or publish.address %} {{ address.streets|join:", " }}, {{ address.postal_code }} {{ address.city }}, {% if address.state_or_province %}{{ address.state_or_province }},{% endif %} {{ address.country_code }} {% if not publish.address %}
(Not disclosed) {% endif %} {% else %} Not disclosed {% endif %}

Data in the registry

Registered since {{ registered|parse_datetime|date:"SHORT_DATE_FORMAT" }}
Last update date {{ updated|parse_datetime|date:"SHORT_DATE_FORMAT" }}
Last transfer date {{ transferred|parse_datetime|date:"SHORT_DATE_FORMAT" }}
Sponsoring registrar {{ registrar.handle }}{% if registrar.name %}, {{ registrar.name }}{% endif %}{% if registrar.organization %}, {{ registrar.organization|truncatechars:32 }}{% endif %}
Status {% for flag in flags %} {{ flag|state_flag_description }}
{% endfor %}
{% else %} {# Public statement for an unlinked contact #}
Identifier {{ handle }}
Sponsoring registrar {{ registrar.handle }}{% if registrar.name %}, {{ registrar.name }}{% endif %}{% if registrar.organization %}, {{ registrar.organization|truncatechars:32 }}{% endif %}
{% endif %} {% if 'linked' not in flags %}

The contact has not currently a relation to other records in the registry, so only the Contact Identifier and the Designated Registrar are disclosed.

{% endif %}
{% endlanguage %}