{{ 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 %}
{% if instructor.name or instructor.title %}
{% if instructor.name %}{{ instructor.name }}{% endif %}{% if instructor.title %}, {{ instructor.title }}{% endif %}
{% endif %}
{{ instructor.bio }}
{% endfor %}
{% endif %}