+ {% for row in l: %}
+
+
+
+ {% endfor %}
+
+ {% for col in h: %}
+
+
+ {% if col == 'name': %}
+ {{ row[col]['value'] }}
+ {% else %}
+ {{ row[col]['value'] }}
+ {% endif %}
+
+ {% endfor %}
+