{% if current_person.signed_in? %} {% if current_person.properties.country == "US"%} {{ current_person.properties.country }} {% endif %} {% if current_person.properties.country == "CA"%} {{ current_person.properties.country }} {% endif %} {% endif %}
{% if current_school.logo_url %}

{% for group in current_person.groups %} {% if group.name == "Audi" %} {{ current_school.name }} {% elsif group.name == "VW"%} {{ current_school.name }} {% endif %} {% endfor %}

{% else %} {{ current_school.name }} {% endif %}
{% if current_person.signed_in? %}
{% if current_person.properties.country == "US"%} {{ current_person.properties.country }} {% endif %} {% if current_person.properties.country == "CA"%} {{ current_person.properties.country }} {% endif %}
{% else %}
{% endif %}
{% include "messages" %}