{% set fieldNames = wpdf.columns %}
{% if table_noschema != 'true' %}
Field types:
{% for colname, coltype in wpdf.dtypes.iteritems() %}
{{colname}}: {{coltype}}
{% endfor %}
{% endif %}
{% if table_noschema != 'true' %} {% endif %}
{% if table_nosearch != 'true' %} {% endif %}
{% if table_nocount != 'true' %} Showing {{wpdf.index|length}} of {{this.count}} rows {% endif %}
{% for field in fieldNames %}
{{field | decodeUTF8 }}
{% endfor %}
{% for field in fieldNames %} {% endfor %} {% for rowindex, row in wpdf.iterrows() %} {% for field in fieldNames %} {% endfor %} {% endfor %}
{{field | decodeUTF8 }}
{{row[field]}}