{% assign omni = false %} {% assign core = false %} {% assign partners = false %} {% assign log_out = true %} {% if current_person.signed_in? %} {% assign log_out = false %} {% for group in current_person.groups %} {% if group.name contains 'Partners' %} {% assign partners = true %} {% else %} {% if group.name contains 'Core' %} {% assign core = true %} {% elsif group.name contains 'Omni' %} {% assign omni = true %} {% endif %} {% endif %} {% endfor %} {% endif %}
{% if current_person.signed_in? %} {% endif %}
{% if current_school.logo_url %}

{{ current_school.name }}

{% else %} {{ current_school.name }} {% endif %} {% if current_person.signed_in? %}
{% else %} {% endif %}
{% if current_person.signed_in? %} {{ current_person.name }}
{{ current_person.name }}
{% endif %}
{% for website_navigation in navigations.header_navigations %} {{ website_navigation.name }} {% endfor %}
{% unless current_school.sso_active? %} {% t .profile_settings %} {% endunless %} {% t .sign_out %}
{% include "messages" %}