{% extends "webwhois/block_main.html" %} {% load i18n %} {% block title %}{{ block.super }} - {{ server_exception.title }}{% endblock %} {% block webwhois_content %}

{{ server_exception.title }}

{{ server_exception.message }}

{% if server_exception.handle_is_in_zone %}

{% trans "Register this domain name?" %}

{% if HOW_TO_REGISTER_LINK %}

{% blocktrans with link_href=HOW_TO_REGISTER_LINK.href link_label=HOW_TO_REGISTER_LINK.label %} For instructions how to register a domain, see the manual {{ link_label }}. {% endblocktrans %}

{% endif %}

{% trans "If you already know how to do it, choose a registrar from the registrar list:" %} {% trans "Registrar list" %}

{% endif %} {% if server_exception.too_many_parts_in_domain_name %}

{% url "webwhois:form_whois" as whois_form_link %} {% blocktrans %} Too many parts in the domain name {{ handle }}. Enter only the name and the zone: {{ example_domain_name }} {% endblocktrans %}

{% endif %} {% if server_exception.unmanaged_zone %}

{% trans "To search for a domain in another zone use the search engine:" %} {% for link in WHOIS_SEARCH_ENGINES %}{% if not forloop.first %}, {% endif %}{{ link.label }}{% endfor %}.

{% endif %} {% endblock webwhois_content %}