{% for link in navigations.sub_navigation %}
{% if link.label == "Dashboard" %}
{% endif %}
{% endfor %}
{% for course in courses.enrolled %}
{% for category in course.categories %}
{% if category.name == "Instructor-Led" %}
{% endif %}
{% endfor %}
{% endfor %}