{% for group in chart_groups %}

{{ group.title }}

{% for chart in group.charts %}

{{ chart.label }}

{% if chart.current %} {{ chart.current }} {% endif %}
{% if chart.use_svg %}
{{ chart.svg_light | safe }}
{{ chart.svg_dark | safe }}
{% else %} {{ chart.label }} over the past {{ period }} {% endif %} {% if chart.stats %} {% endif %}
{% endfor %}
{% endfor %} {% include "credit.html" %}