{% set firstButton = true %}
{% for plugin in plugins.actionbar %}
{% for key, action in plugin.getActionBar().push|default([]) %}
{% if firstButton %}
{% if not (loop.last and loop.parent.loop.last) %}
{% endif %}
{% if not loop.first %}{% endif %}
{% if not firstButton %}