{% if current_school.logo_url %} {% else %} {{ current_school.name }} {% endif %}
{% if preview_banner %} {{ preview_banner }} {% endif %}

{{ course.superscript }}

{% if course.learner_can_retake? %}
{% else %} {{ course.start_or_continue }} {% endif %} {% if current_school.filtering_enabled? %}

{{ course.course_category_names }}

{% endif %}

{{ course.name }}


{{ course.about_label }}

{{ course.full_description }}

{% if course.instructors.count > 0 %}

{{ course.instructors_title }}

{% for instructor in course.instructors %}
{{ instructor.name }}

{{ instructor.name }}

{{ instructor.title }}
{{ instructor.bio }}
{% endfor %}
{% endif %}
{{ upcoming_events }}
{% if course.discover_events_path %} {% t .see_all_events %} {% endif %}
{% if course.has_outline? %}

{{ course.progress_title }}

{{ course.progress_bar }}

{{ course.outline_label }}

    {% for section in learner_syllabus.sections %}
  1. {{ section.name }}

    {% if section.will_be_published? %}
    {% t .scheduled_info %} {{ section.published_at }}
    {% else %}
      {% for activity in section.activities %}
    1. {% if activity.locked? %} {% if activity.milestone? %} {% endif %} {{ activity.title }} {% else %} {% if activity.milestone? %} {% endif %} {{ activity.title }} {% endif %}
    2. {% endfor %}
    {% endif %}
  2. {% endfor %}
{% endif %}