{% load fred i18n parsers text_utils tz %}
These data are valid for {{ timestamp|parse_datetime|date:"SHORT_DATETIME_FORMAT" }}
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" }} |
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 %} |
Handle, Name, Organization: | {{ admin.handle }}{% if admin.name %}, {{ admin.name }}{% endif %}{% if admin.organization %}, {{ admin.organization|truncatechars:32 }}{% endif %} |
Unassigned
{% endif %}Handle, Name, Organization: | {{ 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 %} |
Identifier | {{ nsset.handle }} |
Name server | {{ nameserver.fqdn }} {{ nameserver.ip_addresses|join:", " }} |
Handle, Name, Organization: | {{ tech.handle }}{% if tech.name %}, {{ tech.name }}{% endif %}{% if tech.organization %}, {{ tech.organization|truncatechars:32 }}{% endif %} |
Handle, Name, Organization: | {{ nsset.registrar.handle }}{% if nsset.registrar.name %}, {{ nsset.registrar.name }}{% endif %}{% if nsset.registrar.organization %}, {{ nsset.registrar.organization|truncatechars:32 }}{% endif %} |
Status |
{% for flag in nsset.flags %}
{{ flag|state_flag_description }} {% endfor %} |
Unassigned
{% endif %}Identifier | {{ keyset.handle }} |
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 }} |
Unassigned
{% endfor %} {% else %}Unassigned
{% endif %}