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

{{ server_exception.title }}

{% if server_exception.message %}

{{ server_exception.message }}

{% endif %} {% if server_exception.handle_is_in_zone %}

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

{% 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 trimmed %} 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 %} {% if managed_zones or managed_zone_list %} {% endif %} {% endif %} {% if server_exception.object_not_found %} {% block search_hint %}

{% trans "If you have tried to look up a domain, it is possible that it belongs to a zone that is not managed by our registry." %}

{% if managed_zones or managed_zone_list %} {% trans "We manage only these zones:" %} {% endif %} {% endblock %} {% endif %} {% endblock webwhois_content %}