{% t shared.learning_path.title %}
{{ learning_path.name }}
{{ learning_path.name }}
{% include "learning_path_progress_and_cta" %}
{% if learning_path.in_progress? %} {% include "learning_path_outline" %}
{% include "learning_path_description" %}
{% else %}
{% include "learning_path_description" %}
{% include "learning_path_outline" %}
{% endif %} {% if learning_path.instructors.any? %}
{% include "learning_path_instructors" %}
{% endif %}