{% if course.ribbon %}
{{ course.ribbon }}
{% endif %} {{ course.name }}

{{ course.name }}

{% if course.instructor_names.size > 1 %}
{{ course.instructor_names }}
{% endif %}
{%- comment -%}
{% t shared.progress, count: course.progress %}
{%- endcomment -%} {% capture course_path %}{% route course, id: course.id %}{% endcapture %} {% if course.has_to_restart? %} {% include "course_version_outdated_popup", path: course_path %} {% endif %} {% t shared.view %}