{# Sales-over-time bar chart. Shared by the item, project and user analytics tabs, which rendered three byte-identical copies of this before. Expects `bars` in the parent context. #}
{% for bar in bars %}
{{ bar.label }}
{% endfor %}