{{ title }}

{% if heatmap_matrix %}
{% for col in heatmap_col_values %} {% endfor %} {% for row in heatmap_matrix %} {% for cell in row.cells %} {% endfor %} {% endfor %}
{{ col }}
{{ row.row }} {{ "%.1f"|format(cell.value) }}
{% if total > items|length %}

Showing {{ items|length }} of {{ total }}

{% endif %} {% else %}

{{ empty_message | default("No data available.") }}

{% endif %}