{% for key in data.0.keys %}
{{ key }}
{% endfor %}
{% for elem in data %}
{% for value in elem.values %}
{{ value }}
{% endfor %}
{% endfor %}