{% for row in tdata["rows"] %} {% for column in tdata["columns"] %} {{ row[column] }} {% endfor %} {% endfor %}