{% assign content_counter = 0 %} {% if current_person.groups.any? %} {% for group in current_person.groups %} {% for course in courses.enrolled %} {% for category in course.categories %} {% if group.id == '2d93e49d-48e0-4419-baf8-88f31ad78349' and category.name == 'Recommended - Access Agent ' %} {% assign content_counter = content_counter | plus: 1 %} {% elsif category.name == 'Recommended' %} {% assign content_counter = content_counter | plus: 1 %} {% endif %} {% endfor %} {% endfor %} {% endfor %} {% endif %} {% if current_person.groups.any? %} {% for group in current_person.groups %} {% for learning_path in learning_paths.available %} {% for category in learning_path.categories %} {% if group.id == '2d93e49d-48e0-4419-baf8-88f31ad78349' and category.name == 'Recommended - Access Agent ' %} {% assign content_counter = content_counter | plus: 1 %} {% elsif category.name == 'Recommended' %} {% assign content_counter = content_counter | plus: 1 %} {% endif %} {% endfor %} {% endfor %} {% endfor %} {% endif %} {% comment %} {% endcomment%}