{% for header in headers %} {% endfor %} {% for row in rows %} {% for col in row[1] %} {% endfor %} {% endfor %}
VariablesGroup {{ header }}
{{ row[0] }}{{ col|round(3) }}