{% if current_person.signed_in? %} {% endif %}
{% if current_school.logo_url %}

{{ current_school.name }}

{% else %}

{{ current_school.name }}

{% endif %}
{% if current_person.signed_in? %} {% if features.commerce? %} {% t .cart %} {% commerce_cart_badge %} {% endif %}
{% 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 %} {% if current_person.signed_in? %} {% t .transcript %} {% endif %} {% if current_person.signed_in? and features.commerce? %} {% t .order_history %} {% endif %} {% if current_person.signed_in? and features.commerce? %}
{% t .cart %} {% commerce_cart_badge %} {% endif %} {% t .sign_out %}
{% include "messages" %}