{{ learning_path.name }}

{{ learning_path.name }}
{{ learning_path.description }}
{% if current_person.enrolled_in_learning_path? %} {{ learning_path.go_to_label }} {% else %} {% t .enroll %} {% endif %}

{{ learning_path.outline_label }}

{% for item in learning_path.items %}

{{ item.name }}

{% endfor %}

{{ learning_path.about_label }}

{{ learning_path.description }}
{% if learning_path.instructors.count > 0 %}

{% pluralize learning_path.instructors.count, .instructor_bio_title %}

{% for instructor in learning_path.instructors %}
{{ instructor.name }}
{% if instructor.name or instructor.title %}

{% if instructor.name %}{{ instructor.name }}{% endif %}{% if instructor.title %}, {{ instructor.title }}{% endif %}

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