{% for item in items %}
{% if loop.index == 1 %} {% else %} {% endif %}
{{ item['chart_html'] | safe }}
{% endfor %}