{{ learning_path.name }}

{{ learning_path.name }}
{{ learning_path.description }}
{% learning_path_next_step_button learning_path, class: "uk-button uk-button-primary uk-button-large" %}

{{ 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 %}