{% extends "frontend/base.html" %} {% block content %}

Data Heat

{% from "frontend/macros/data/group/heat.html" import Chart, List with context %}
{{ Chart(group)}}
{{ List(group) }}
{% endblock %}