{% load static %}
{% if with_data_table %} {% for metric, value in metrics.items %} {% endfor %}
{{ slug }} data
Time PeriodValue
{{ metric|title }} {{ value|default_if_none:"-" }}
{% endif %}