{% if current_person.signed_in? %}
{% unless current_person.email contains "+preview" %}
{% comment %}
{% assign medicaid_id = "preview" %}
{% if current_person.properties.medicaid_id == "" %}
{% assign medicaid_id = "null" %}
{% else %}
{% assign medicaid_id = current_person.properties.medicaid_id %}
{% endif %}
{% endcomment %}
{% assign groups_count = 0 %}
{% for group in current_person.groups %}
{% assign groups_count = groups_count | plus: 1 %}
{% endfor %}
{% endunless %}
{% endif %}
{% else %}
{{ current_school.name }}
{% endif %}
{% for website_navigation in navigations.header_navigations_external %}