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

{% t .title %}

{% if learning_path.has_progress? %} {% learning_path_item learning_path.current_person_learning_path_item %} {% endlearning_path_item %} {% else %} {% if learning_path.items.count > 0 %} {% learning_path_item learning_path.current_person_learning_path_item %} {% endlearning_path_item %} {% else %} {% endif %} {% endif %}

{{ learning_path.name }}


{% t .about_label %}

{{ learning_path.description }}

{% if learning_path.has_instructors? %}

{{ learning_path.instructors_title }}

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

{{ instructor.name }}

{{ instructor.title }}
{{ instructor.bio }}
{% endfor %}
{% endif %}

{{ learning_path.progress_text }}

{{ learning_path.progress_bar }}

{% t .outline_label %}

    {% for item in learning_path.items %}
  1. {{ item.progress_icon }} {% learning_path_item item %} {{ item.type_icon }} {{ item.name }} {% if item.optional? %} optional {% endif %} {% endlearning_path_item %}
  2. {% endfor %}