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