{##}
{% if page.breadcrumbs %} {% endif %} {% if page.helpLink and isLoggedIn %} {% endif %}
{% if page.navigator %}
{% if page.navigator.schoolYears %} {% set buttonStyle = 'border -ml-px px-2 py-1 font-bold leading-loose text-xxs' %} {% set schoolYears = page.navigator.schoolYears %}

{{ schoolYears.current.name }}

{% for action in table.getHeader %} {{ action.getOutput|raw }} {% endfor %}
{% for name, value in schoolYears.params %} {% endfor %}
{% endif %} {% if page.navigator.actions %}
{% for action in page.navigator.actions %} {{ action.getOutput|raw }} {{ not loop.last ? ' | ' : '' }} {% endfor %}
{% endif %}
{% endif %}