{% extends base_template %} {% load i18n %} {% block content %}
{% block webwhois_main %} {% block webwhois_header %}

{% trans "Search in the Registry (Whois)" %}

{% trans "Search results for handle" %} {{ handle }}:

{% endblock webwhois_header %} {% block webwhois_content %}{% endblock webwhois_content %} {% block webwhois_footer %} {% trans "New search in the registry" %} {% endblock webwhois_footer %} {% endblock webwhois_main %}
{% endblock content %}