{% include "header" %} {% include "course_version_outdated_alert", courses: courses.enrolled %}

Continue learning

View all of the courses and learning paths that you've enrolled in

{% if features.learning_paths? %}

My learning paths

{% for learning_path in learning_paths.enrolled %}
{% include "cards_learning_path" with learning_path %}
{% endfor %}
{% endif %}

My courses

{% for course in courses.enrolled %}
{% include "cards_course" with course %}
{% endfor %}
{% if features.training_events? %}
{% t .upcoming_events %}
{% include "training_events_dashboard" %}
{% endif %}
{% include "footer" %}