{% assign customer_care_badges = "https://s3.amazonaws.com/static.northpass.com/Williams-Sonoma/badge-customer-service.png,https://s3.amazonaws.com/static.northpass.com/Williams-Sonoma/badge-furniture.png,https://s3.amazonaws.com/static.northpass.com/Williams-Sonoma/badge-registry-management.png,https://s3.amazonaws.com/static.northpass.com/Williams-Sonoma/badge-sales.png" %}
My Badges
{% comment %} If user is in CCC group {% endcomment %} {% assign customer_care_badges_array = customer_care_badges | split: "," %} {% for customer_care_badge in customer_care_badges_array %}
{% endfor %} {% for course in enrolled_courses %} {% if course.properties.course_badge contains "http" %}
{% endif %} {% endfor %}