{% for course in courses.enrolled %} {% if course.progress == 100 and course.properties.badge_course == true %} {% if course.name contains 'Omni' %}
{% elsif course.name contains 'Core' %}
{% endif %} {% if course.id == "0e5dc9ea-3ace-408c-8b8d-2841ba88bc66" %}
{% endif %} {% if course.id == "75be65eb-2941-42a5-9088-c0df68bf3fd8" %}
{% endif %} {% endif %} {% endfor %}