{% for course in courses.enrolled %} {% for category in course.categories %} {% if category.name contains "Featured Courses" %}
{% if course.ribbon %}
{{ course.ribbon }}
{% endif %}

{{ course.name }}

{{ course.name }}
{% if course.short_description != "" %}
{{ course.short_description }} {% endif %}
{% endif %} {% endfor %} {% endfor %}