Welcome, {{ current_person.first_name }}! 👋
Welcome to your personalized learning dashboard! Here, you'll discover all the courses and learning paths assigned to you. Additionally, you'll see an overview of upcoming workshops you've signed up for.
Your Courses
{% comment %} {% t shared.course_vocabulary.plural, key: current_school.course_vocabulary %} {% endcomment %}
{% include "courses_index", class: "col-xs-12 col-sm-6 np-stretch-content" %}
{% if features.learning_paths? %}
Your Learning Paths
{% comment %} {% t shared.learning_paths %} {% endcomment %}
{% include "learning_paths_index", items: learning_paths.enrolled %}
{% endif %}
Upcoming Workshops
{% comment %} {% t .upcoming_events %} {% endcomment %}
{% include "training_events_dashboard" %}