{{ title }}

{% if intro is defined and intro %}

{{ intro }}

{% endif %}
{% if (primary_action_href is defined and primary_action_href and primary_action_label is defined and primary_action_label) or (secondary_action_href is defined and secondary_action_href and secondary_action_label is defined and secondary_action_label) %}
{% if secondary_action_href is defined and secondary_action_href and secondary_action_label is defined and secondary_action_label %} {{ secondary_action_label }} {% endif %} {% if primary_action_href is defined and primary_action_href and primary_action_label is defined and primary_action_label %} {{ primary_action_label }} {% endif %}
{% endif %}
{% include '@Kernel/partials/_admin_nav.twig' %}