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

{{ course.name }}

{% if course.instructor_names != "" %}
{{ course.instructor_names }}
{% endif %}
{% include "course_content_info", info: course.sections %}
{% capture course_path %}{% route course, id: course.id %}{% endcapture %} {% t shared.view %} {% if course.has_to_restart? %} {% include "course_version_outdated_popup", path: course_path %} {% endif %}