{% extends "webwhois/block_main.html" %} {% load i18n static webwhois_filters %} {% block title %}{{ block.super }} - {% trans "List of registrars" %}{% endblock %} {% block webwhois_header %} {% if is_retail %}

{% trans "Registrars offering also retail services" %}

{% else %}

{% trans "Registrars offering only wholesale services" %}

{% endif %} {% endblock webwhois_header %} {% block webwhois_content %} {% block webwhois_registrar_list_header %} {% if is_retail %} {% endif %} {% endblock webwhois_registrar_list_header %} {% for row in registrars|dictsortreversed:"score" %} {% with registrar=row.registrar stars=row.stars cert=row.cert %} {% block webwhois_registrar_list_row %} {% if is_retail %} {% endif %} {% endblock webwhois_registrar_list_row %} {% endwith %} {% endfor %}
{% trans "Registrar" %} {% trans "Website" %} {% trans "Technologies" %}{% trans "Certification" %} {% trans "Evaluation protocol" %}
{{ registrar.name }} {{ registrar.url|strip_scheme }} {% if registrar.handle in groups.dnssec.members %} {% endif %} {% if registrar.handle in groups.mojeid.members %} {% endif %} {% if registrar.handle in groups.ipv6.members %} {% endif %} {% for position in stars %} {% endfor %} {% if cert.evaluation_file_id %} PDF {% endif %}
{% endblock webwhois_content %} {% block webwhois_footer %} {% if HOW_TO_BECOME_A_REGISTRAR_URL %}

{% blocktrans with link=HOW_TO_BECOME_A_REGISTRAR_URL trimmed %} Follow the instructions to become a .cz domains registrar. {% endblocktrans %}

{% endif %} {% endblock webwhois_footer %}