{##}
{% if page.breadcrumbs %} {% endif %} {% if page.helpLink and isLoggedIn %} {{ icon('outline', 'help', 'size-6', {'stroke-width': 1.5 } ) }} {% endif %}
{% if page.navigator %}
{% if page.navigator.schoolYears %} {% set buttonStyle = 'border -ml-px font-bold leading-loose text-xxs' %} {% set schoolYears = page.navigator.schoolYears %}

{{ schoolYears.current.name }}

{% for action in table.getHeader %} {{ action.getOutput|raw }} {% endfor %}
{% endif %} {% if page.navigator.actions %}
{% for action in page.navigator.actions %} {{ action.getOutput|raw }} {% endfor %}
{% endif %}
{% endif %}