• {% if current_person.enrolled_in_learning_path? %} {% else %} {% endif %}
    {% if current_school.filtering_enabled? and current_school.learning_paths_enabled? %} {{ learning_path.learning_path_category_names }} {% endif %}

    {% if current_person.enrolled_in_learning_path? %} {{ learning_path.name }} {% else %} {{ learning_path.name }} {% endif %}

    {{ learning_path.instructor_names }}

    {{ learning_path.progress_text }}

    {% if current_person.enrolled_in_learning_path? %} {{ learning_path.go_to_label }} {% else %} {{ learning_path.view_label }} {% endif %}