{% if features.learning_paths? %}
{% if features.training_events? %}
{% t shared.learning_paths %}
{% include "learning_paths_index", items: learning_paths.enrolled %}
{% endif %}
{% t shared.course_vocabulary.plural, key: current_school.course_vocabulary %}
{% include "courses_index" %}
{% t .upcoming_events %}
{% include "training_events_dashboard" %}
{% endif %}
Achievements
{% include "achievements" %}
Course Progress
{% include "completion_dashboard" %}