{% load toolbar_tags %}
{# This div will be connected to the right place #} {% for button in toolbar_extra_group.button_set.all %} {% toolbar_button button %} {% endfor %}

{% for group in toolbar_groups %} {% endfor %}

{% for group in toolbar_groups %}

{# buttons for this group #} {% for button in group.button_set.all %} {% toolbar_button button %} {% endfor %}

{% endfor %}