{% for row in rows %} {% endfor %}
{{ row['name'] }} {{ row['value'] }}
{% if caption %}
{{ caption }}
{% endif %}