{% assign ready = false %} {% if current_person.signed_in? %} {% if current_person.properties.city and current_person.properties.state and current_person.properties.store_name and current_person.properties.city.size > 0 and current_person.properties.state.size > 0 and current_person.properties.store_name.size > 0 %} {% assign ready = true %} {% endif %} {% endif %} {% if ready == true %} {% else %} {% endif %}
Thank you for entering your Region and Store Name! Please wait while we configure the school for you. You’ll be automatically redirected when it's ready!