{{ title }} - {{ subtitle }}

    {% for stat in metrics %}
  1. {% if stat.0 and stat.0 != 'NULL' %} {{ country_name(stat.0) }} {% else %} {{ _("Not defined Country") }} {% endif %} {% if type_kb %} {{ stat.1|filesizeformat }} {% else %} {{ stat.1|numberformat }} {% endif %}

  2. {% endfor %}