{% load i18n wagtailadmin_tags %} {% comment %} Variables accepted by this template: title subtitle search_url - if present, display a search box. This is a URL route name (taking no parameters) to be used as the action for that search box query_parameters - a query string (without the '?') to be placed after the search URL icon - name of an icon to place against the title tabbed - if true, add the classname 'tab-merged' merged - if true, add the classname 'merged' action_url - if present, display an 'action' button. This is the URL to be used as the link URL for the button action_text - text for the 'action' button action_icon - icon for the 'action' button, default is 'icon-plus' {% endcomment %}
{% block breadcrumb %}{% endblock %}

{% if icon %}{% icon name=icon class_name="header-title-icon" %}{% endif %} {{ title }}{% if subtitle %} {{ subtitle }}{% endif %}

{% if search_url %} {% endif %}
{% if action_url %} {% endif %}