{% extends "base.html" %} {% load i18n %} {% load staticfiles %} {% block menu %} {% include "tabs.html" with active_tab="stats" %} {% endblock %} {% block subtitle %}{% trans "Available statistics" %}{% endblock %} {% block main_content %}
{% for group_rec in stat_groups %}

{{ group_rec.group.name }}

{% endfor %}

{% trans "About .cz statistics" %}

{% blocktrans %} This website contains a compilation of statistical data published by CZ.NIC, z.s.p.o., the .cz domain registry. {% endblocktrans %}

{% blocktrans %} The statistics are divided into several categories and may be easily navigated using the menu on the left side of this page. {% endblocktrans %}

{% trans "Beta" %}

{% blocktrans %} This web is currently in a beta stage and we are constantly improving it. Short periods of unavailability as well as temporary errors may occur during updates. {% endblocktrans %}

{% trans "Note" %}

{% blocktrans %} JavaScript is necessary to view the charts displayed on this website. If you do not have JavaScript turned on in your browser, you will not be able to see the presented statistical data. {% endblocktrans %}

{% trans "Used technologies" %}

{% blocktrans %} The charts displayed on these pages are rendered by the Highcharts library using the OGRA adaptor library. {% endblocktrans %}

{% endblock %}