{% extends "appbuilder/base.html" %} {% import 'appbuilder/general/lib.html' as lib %} {% block content %} {% for group_by in group_by_columns %} {{label_columns[group_by]}} Month {{label_columns[group_by]}} Year {% endfor %}
{{ widgets.get('chart')()|safe }} {% endblock %}