{% for key, values in data.items %} {{key}}: {% for v in values %} {{v}}
{% endfor %}
{% endfor %}