{% load toolbar_tags %}
{% for group in toolbar_groups %}
{{ group.name }}
{% endfor %}
<
{% for group in toolbar_groups %}
{# buttons for this group #} {% for button in group.button_set.all %}
{% toolbar_button button %}
{% endfor %}
{% endfor %}
>