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