{% load tags %} {% for key, series in data.normalized.items %}
{% if key != 'default' %}
{{ key }}
{% endif %}
{% include "app/charts/legend.html" %}
{% endfor %}