{% for item in hot_courses %} {% if item.title %}
{% if item.categoryName != '' %} {{ item.categoryName }}
{% endif %}
{% for teacher in item.teachers %} {% set counter = counter + 1 %} {% if counter <= 3 %} {% endif %} {% endfor %}

{{ item.title}}

{{ item.rating_html }}
{{ item.register_button }} {{ item.unsubscribe_button }}
{% endif %} {% endfor %}