{% 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 ({{ file_size|filesizeformat }})
{% if is_large %}
Large file: This file is too large to display inline. Please download it to view the full content.
{% else %}
{{ json_data|pprint }}
{% endif %}
{% endblock %} {% block extra_js %} {% endblock %}