{{ course.name }}
{% if course.progress == 0 %} {% t shared.progress, count: course.progress %} {% elsif course.progress > 0 and course.progress < 100 %} IN PROGRESS {% else %} Completed {% endif %}
{% if course.properties.duration != blank %}
{{course.properties.duration}}
{% endif %}
{% capture course_path %}{% route course, id: course.id %}{% endcapture %}

{{ course.name }}

{{course.short_description}}
{% for category in course.categories %} {{category.name}} {% endfor %}