{% if courses.enrolled.any? %}
{% include "activity_overview" %}
{% endif %}
{% if features.learning_paths? %}
{% include "learning_paths_dashboard_index", items: learning_paths.enrolled %}
{% endif %}
{% include "courses_index", class: "col-xs-12 col-sm-6 np-stretch-content" %}
{%- comment -%} {% if features.training_events? %}
{% t .upcoming_events %}
{% include "training_events_dashboard" %}
{% endif %} {%- endcomment -%}
{% include "footer" %}