{% include 'welcome_section_opencall' %}
{% for learning_path in learning_paths.enrolled %}
{% for category in learning_path.categories %}
{% if category.name == "Sam's Club" %}
{% include "cards_learning_paths_squares" %}
{% endif %}
{% endfor %}
{% endfor %}
{% include "footer" %}