{% extends "webwhois/form_whois.html" %} {% load i18n %} {% block title %}{{ block.super }} - {% trans "form" %}{% endblock %} {% block webwhois_header %}
{% blocktrans trimmed %} Whois searches in domain names, contacts and name server sets. Enter domain names without www. prefix and followed by the zone (i.e. nic.cz, not www.nic.cz, nor nic). Enter contact handles or name server sets as 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 %}.
{% endif %}{% blocktrans with link="https://www.nic.cz/page/306/intended-use-of-supplied-data-and-information/" trimmed %} You will find the Terms of Service in: Intended use of supplied data and information. {% endblocktrans %}
{% endblock webwhois_header %} {% block webwhois_footer %}{% endblock webwhois_footer %}