{% if data %} {% for x in cols %} {% if data[0][cols.index(x)] %} {% endif %} {% endfor %}
{{ x }}{{ data[0][cols.index(x)] }}
{% endif %}