{% if show_widget_actions %} {% else %} {{ button_label|default:"Graphs" }} {% endif %}
Page
Custom Graph
{% for group in graph_groups %}

{{ group.title }}

{% for item in group.items %} {% if show_widget_actions %} {% else %} {{ item.title }} {% endif %} {% endfor %} {% endfor %}