{% 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 preview of the first 10 items. {% if json_data.preview_info %} Total {{ json_data.preview_info.key }} items: {{ json_data.preview_info.total_items }} {% elif total_items %} Total items: {{ total_items }} {% endif %} Download Full File
{% endif %}
{{ json_data|json_script:"json-data" }} {% load static %} {% endblock %}