{% if not actions_list_hide_default and not actions_detail_hide_default %}
{% if actions_items %}
{{ actions_items }}
{% endif %}
{% if nav_global %}
{{ nav_global }}
{% endif %}
{% endif %}
{% for action in actions_list %}
{% include "unfold/helpers/tab_action.html" with title=action.title link=action.path %}
{% endfor %}
{% for action in actions_detail %}
{% include "unfold/helpers/tab_action.html" with title=action.title link=action.path %}
{% endfor %}