{{ file.filename }}
{% for line in tableviewer.read(file) %}
{% for field in line %}
{{ field }}
{% endfor %} {% endfor %}