{% extends "webwhois/registrar_list.html" %} {% load i18n static %} {% block webwhois_header %} {{ block.super }}

{% blocktrans with link="http://www.dnssec.cz/" %} Registrar supports secured domains DNSSEC {% endblocktrans %}
{% blocktrans with link="http://www.mojeid.cz/" %} Registrar supports mojeID {% endblocktrans %}
{% trans "Registrar supports IPv6" %}
{% if is_retail %}
{% blocktrans with link=REGISTRAR_CERTIFIED_FOR_RETAIL_URL %} Registrar Certified for Retail {% endblocktrans %}
{% endif %}

{% endblock webwhois_header %} {% block webwhois_registrar_list_header %} {{ block.super }} {% blocktrans with link="http://www.dobradomena.cz/" %} How to register a Dobrá doména. {% endblocktrans %} {% endblock webwhois_registrar_list_header %} {% block webwhois_registrar_list_row %} {{ block.super }} {% if row.dobradomena %} PDF {% endif %} {% endblock webwhois_registrar_list_row %}