{% 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 "Registrar" %} | {% trans "Website" %} | {% trans "Technologies" %} | {% if is_retail %}{% trans "Certification" %} | {% trans "Evaluation protocol" %} | {% endif %} {% endblock webwhois_registrar_list_header %}
---|---|---|---|---|
{{ registrar.name }} | {{ registrar.url|strip_scheme }} |
{% if registrar.handle in groups.dnssec.members %}
|
{% if is_retail %}
{% for position in stars %}
|
{% if cert.evaluation_file_id %}
|
{% endif %}
{% endblock webwhois_registrar_list_row %}
{% blocktrans with link=HOW_TO_BECOME_A_REGISTRAR_URL trimmed %} Follow the instructions to become a .cz domains registrar. {% endblocktrans %}
{% endif %} {% endblock webwhois_footer %}