{% if current_person.signed_in? %} {% if current_person.properties.enterprise == "none"%} {{ current_person.properties.enterprise }} {% endif %} {% if current_person.properties.enterprise == "oswalt"%} {{ current_person.properties.enterprise }} {% endif %} {% endif %}
{% if current_school.logo_url %}

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

{% else %} {{ current_school.name }} {% endif %}
{% if current_person.signed_in? %}
{% if current_person.properties.enterprise == "none"%} {{ current_person.properties.enterprise }} {% endif %} {% if current_person.properties.enterprise == "oswalt"%} {{ current_person.properties.enterprise }} {% endif %}
{% else %}
{% endif %}
{% include "messages" %}