{% for group in current_person.groups %} {% if group.enrollment_code == "176629fa82da1d03f3d58c81e751e61b9836a46d" %} {% include "styles_hh" %} {% elsif group.enrollment_code == "1817d8c96780f13abbf0f2023e3b26b3bd43d248" %} {% include "styles_at" %} {% elsif group.enrollment_code == "ccd2aa2f1e41ebbac8fa878f806e3ccc20ae3f38" or group.enrollment_code == "aa6fe8d22ec1e75d2e8c54c6d5452dcd585e415d" %} {% include "styles_hh" %} {% endif %} {% endfor %} {% assign card_arrow = '' %} {% assign external_icon = '' %} {% assign download_icon = '' %}
{% if current_school.apps.instructor_led_training.active? %} {% if current_person.upcoming_registered_events.any? %} {% include "events" %} {% else %} {% include "events_empty" %} {% endif %} {% endif %} {% if my_content.learning_paths? %} {% include "my_paths" %} {% endif %}

My Courses

{% comment %} {% include "filters" with "" %} {% endcomment %} {% if current_school.filtering_enabled? and current_person.filterable_categories.count > 0 %}
{% else %}
{% endif %}
    {% for course in my_content.courses %} {% if course.progress < 100 and course.progress > 0 %} {% include "course" %} {% endif %} {% endfor %}

Completed Courses

{% comment %} {% include "filters" with "" %} {% endcomment %} {% if current_school.filtering_enabled? and current_person.filterable_categories.count > 0 %}
{% else %}
{% endif %}
    {% for course in my_content.courses %} {% if course.progress == 100 %} {% include "course" %} {% endif %} {% endfor %}