{% if pretitle is defined and pretitle %}
{{ pretitle }}
{% endif %} {% if title is defined and title %}

{{ title }}

{% endif %}
{% if actions is defined and actions|length > 0 %}
{% for action in actions %} {% if action.dropdown is defined and action.dropdown|length > 0 %}
{{ action.name }}
{% for dropdown_item in action.dropdown %} {{ dropdown_item.name }} {% endfor %}
{% else %} {{ action.name }} {% endif %} {% endfor %}
{% endif %}