Prohlížení doménového jména

{% if current %}

Aktuální registrace

Jméno domény {{ domjme }}
Stav doménového jména {{ current.domain.get_domkst_display }}
Registrace od {{ current.domain.domdod|date:"d.m.Y" }}
Expirace {{ current.domain.dsdppp_set.get.pppdcr|date:"d.m.Y" }}
{% else %}

Doménové jméno není registrováno

Jméno domény {{ domjme }}
{% endif %} {% if domains %}

Předchozí registrace

{% for entry in domains %} {% endfor %}
Registrace od Registrace do Držitel
{{ entry.domain.domdod|date:"d.m.Y" }} {{ entry.domain.domddo|date:"d.m.Y" }} {% firstof entry.subject.pfojme " " %} {% firstof entry.subject.pfopri " " %}
{% endif %}