+
+
+ {% if features.learning_paths? %}
+
+
+
+ {% 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", class: "col-xs-12 col-sm-6 np-stretch-content" %}
+
+
+
+
+
+ {% assign courseCompletedCouter = 0 %}
+ {% for course in courses.enrolled %}
+ {% if course.progress == 100 %}
+ {% assign courseCompletedCouter = courseCompletedCouter | plus: 1 %}
+ {% endif %}
+ {% endfor %}
+ My Points
+
+
+
+
+ {{ current_person.properties.learner_points }}
+Points
+
+
+
+ {% if features.training_events? %}
+ Recent Achievements
+ {% include "widget_achievements" %}
+
+
+ {% endif %}
+
+ {% t .upcoming_events %}
+
+ {% include "training_events_dashboard" %}
+