{% extends "base.html" %} {% block title %}{{project_name}}: {{label}}: {{path}}{% endblock %} {% block header %}

{{project_name}}: {{label}}

{% endblock %} {% block content %}

Return to record

{{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 %}