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