{% for i in 5..1 %}
{{ i }}.0
{% endfor %}
{% for topic in topics %} {% if loop.index <= 5 %}
({{topic.courseCount}})
{% endif %} {% endfor %}
{% for topic in topics %} {% if loop.index > 5 %}
({{topic.courseCount}})
{% endif %} {% endfor %}
{% for SubCat in SubCategories %} {% if loop.index <= 5 %}
({{SubCat.courseCount}})
{% endif %} {% endfor %}
{% for SubCat in SubCategories %} {% if loop.index > 5 %}
({{SubCat.courseCount}})
{% endif %} {% endfor %}
{# :::::::::::::::::::::::::::::::::::::::::: #}
{% for level in levels %}
({{level.courseCount}})
{% endfor %}
{% for language in languages %}
({{language.courseCount}})
{% endfor %}