{% assign group_count = 0 %} {% assign groups = current_person.groups %} {% for item in groups %} {% assign group_count = group_count | plus: 1 %} {% if group_count >= 2 and item.id contains 'd8b83557-aad1-4a4e-85ee-ddbde5d1e507'%} {% endif %} {% endfor %} {% include "header" %}
Welcome!
Please choose the option that best matches your current role to enroll in the appropriate learning path.
{% form_authenticity_token %}
Please provide your store number
{% include "footer" %}