{% assign ANZ_group = 'eeabc17d-8364-42fc-b667-c83ca18797f8' %} {% assign groups = current_person.groups | map: 'name'%} {% comment %} Single variable determining if user is part of NZ training group {% endcomment %} {% if groups contains 'NZ Mandatory Training' %} {% assign nz_status = true%} {% else %} {% assign nz_status = false%} {% endif %} {% if current_school.id == '30e76dee-eb3f-46d1-9faf-852e8650287f' %} {% comment %} sandbox school variables {% endcomment %} {% assign ANZ_group = 'f7cf641a-3198-4897-81c9-993ca28f7f6c' %} {% endif %} {% assign ANZ = false %} {% for group in current_person.groups %} {% if group.id == ANZ_group %} {% assign ANZ = true %} {% break %} {% endif %} {% endfor %} {% if current_school.properties.anz_address_form and current_person.signed_in? and current_person.properties.learner_vehicle == "None" and ANZ == true %} {% unless current_person.email contains "+preview" %} {% endunless %} {% endif %}
{% comment %}
{% if current_person.signed_in? %} {% endif %}
{% endcomment %} {% if current_school.logo_url %}

{% comment %} {% endcomment %} {{ current_school.name }} {% comment %} {% endcomment %}

{% else %} {{ current_school.name }} {% endif %}
{% comment %} {% if current_person.signed_in? %}
{% else %}
{% endif %} {% endcomment %}
{% endcomment %}
{% include "messages" %}