{% extends "show_file_base.html" %} {% block content %}

{{path}}

{% for row in reader %} {% if forloop.first %} {% for col in row %}{% endfor %} {% else %} {% for col in row %}{% endfor %} {% endif %} {% endfor %}
{{col}}{{col}}
{% if truncated %}

File contents truncated. Show entire contents

{% endif %}

Download content

{{errmsg}} {% endblock %}