{% extends "webwhois/form_whois.html" %} {% load i18n %} {% block title %}{{ block.super }} - {% trans "form" %}{% endblock %} {% block webwhois_header %}
{% blocktrans %} Whois searches in domain names, contacts and name server sets. Enter a domain name without www. prefix and append the zone, eg. .cz (ie., enter nic.cz). As regards handles of a contact or a name server set, enter them as a plain text. {% endblocktrans %}
{% trans "In this form you can search for domains in the following zones only:" %}
{% 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 %}.
{% blocktrans with link="https://www.nic.cz/page/306/intended-use-of-supplied-data-and-information/" %} Terms of Service are given in the document: Intended use of supplied data and information. {% endblocktrans %}
{% endblock webwhois_header %} {% block webwhois_footer %}{% endblock webwhois_footer %}