{% extends "base.html" %} {% block title %}{{ filename }} - {{ preparation.name }}{% endblock %} {% block content %}

{{ filename }}

{{ file_size_mb }} MB {% if is_large %} Preview Mode {% endif %}
{% if is_large %}
Large file: Showing first 100 rows of {{ total_rows }} total. Download Full File
{% endif %}
{% for row in csv_rows %} {% if forloop.first %} {% for cell in row %} {% endfor %} {% else %} {% for cell in row %} {% endfor %} {% endif %} {% endfor %}
{{ cell }}
{{ cell }}
{% endblock %}