{% comment %} 3p Sandbox Group UUID = 490ab1f6-9ac0-4d02-9234-07707bee700b Basic Sandbox Group UUID = 9f5c51a3-8e02-4b81-9e48-7ec3adff7c70 {% endcomment %} {% assign basic_3p_user = false %} {% if current_person.groups.any? %} {% for group in current_person.groups %} {% if group.name contains "BASIC" %} {% assign basic_3p_user = true %} {% endif %} {% endfor %} {% endif %} {% comment %} This goes to replace the group.name if statement. Make sure you remove the endif {% endcomment %} {% comment %} {% if group.id == '9f5c51a3-8e02-4b81-9e48-7ec3adff7c70' or group.id == '490ab1f6-9ac0-4d02-9234-07707bee700b' %} {% endif %}{% endcomment %}
{% if current_person.signed_in? %} {% endif %}
{% if current_school.logo_url %}

Scintilla Learn
Learn
Scintilla Learn

{% else %} {{ current_school.name }} {% endif %}
{% if current_person.signed_in? %} {% if features.commerce? %} {% t.cart %} {% commerce_cart_badge %} {% endif %} {% unless basic_3p_user %} {% endunless %}
{% else %}
{% endif %}
{% include "messages" %}