{% include "header" %} {% include "course_version_outdated_alert", courses: courses.enrolled %} {% include "sub_navigation" %}
My Webinars
{% if training_events.enrolled and training_events.enrolled.size > 0 %} {% for training_event in training_events.enrolled %} {% for session in training_event.sessions %} {% if session.registered? %}
On {{ session.month }} {{ session.day }} at {{ session.starts }} {{ session.time_zone }} is your {{ session.title }} event that is being held online Join
{% endif %} {% endfor %} {% endfor %} {% else %}
You haven't registered for any webinars yet.
{% endif %}
My Paths
Learning Paths in which you're currently enrolled
{% if learning_paths.enrolled and learning_paths.enrolled.size > 0 %}
Filter by:
{% assign lp_categories = '' | split: '' %} {% for lp in learning_paths.enrolled %} {% for cat in lp.categories %} {% assign cat_name = cat.name | split: '!@#$%^&*()' %} {% assign lp_categories = lp_categories | concat: cat_name %} {% endfor %} {% endfor %} {% assign lp_categories = lp_categories | uniq %}
All
{% for cat in lp_categories %}
{{cat}}
{% endfor %}
{% for learning_path in learning_paths.enrolled %} {% include 'cards_learning_path_new' with learning_path %} {% endfor %}
{% else %}
You haven't enrolled into any learning_paths yet.
{% endif %}
My Courses
Courses in which you're currently enrolled
{% if courses.enrolled and courses.enrolled.size > 0 %}
Filter by:
{% assign lp_categories = '' | split: '' %} {% for lp in courses.enrolled %} {% for cat in lp.categories %} {% assign cat_name = cat.name | split: '!@#$%^&*()' %} {% assign lp_categories = lp_categories | concat: cat_name %} {% endfor %} {% endfor %} {% assign lp_categories = lp_categories | uniq %}
All
{% for cat in lp_categories %}
{{cat}}
{% endfor %}
{% for course in courses.enrolled %} {% include 'cards_course_new' with course %} {% endfor %}
{% else %}
You haven't enrolled into any courses yet.
{% endif %}
{% include "footer" %}