{% unless current_person.email contains '+preview' %}
{% 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 == false %}
{% endif %}
{% endunless %}
{% if current_school.logo_url %}
{% else %}
{% endif %}
{% include "messages" %}