{% for hot_course in hot_courses %} {% if hot_course.extra_info.title %}
{{ hot_course.extra_info.title|e }}

{{ hot_course.extra_info.title}}

{{ hot_course.extra_info.teachers }}
{{ hot_course.extra_info.rating_html }}
{{ hot_course.extra_info.description_button }} {{ hot_course.extra_info.register_button }} {{ hot_course.extra_info.unsubscribe_button }}
{% endif %} {% endfor %}