{% block breadcrumb %}{% endblock %}
{% endif %}
{# Page header: title on the left, actions on the right #}
{% if self.page_heading() or self.header_actions() %}
{% block page_heading %}{% endblock %}
{% block header_actions %}{% endblock %}