{% extends "base.html" %} {% block title %}{{ filename }} - {{ modelrun.name|default:"Model Run" }} #{{ modelrun.id }}{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
File Size: {{ file_size_mb }} MB
{{ content }}
{% if is_truncated %}
This file is larger than 1MB. Only the first 1MB is shown. Download the file to see the full content.
{% endif %}
{% endblock %}