{% extends "report_base.html" %} {% block content %}
{% include "report_buttons.html" %} Report: Largest files
Storage Service: {{ storage_service_name }}
{% if storage_location_description %} Location: {{ storage_location_description }}
{% endif %} {% if file_type == "original" %} File type: Original files {% elif file_type == "preservation" %} File type: Preservation files {% else %} File type: All files {% endif %}
Start date: {{ start_date.strftime('%Y-%m-%d') }}
End date: {{ end_date.strftime('%Y-%m-%d') }}
File type:
{% if files %} {% for column in columns %} {% endfor %} {% for file_ in files %} {% if file_["Version"] %} {% else %} {% endif %} {% if file_["PUID"] %} {% else %} {% endif %} {% endfor %}
{{ column }}
{{ file_["Name"] }}
UUID: {{ file_["UUID"] }}
{{ file_["Size"] | filesizeformat }}{{ file_["Format"] }} ({{ file_["Version"] }}){{ file_["Format"] }}{{ file_["PUID"] }}n/a{{ file_["FileType"] }} {{ file_["AIPName"] }}
UUID: {{ file_["AIPUUID"] }}
{% else %}

No files to display.

{% endif %} {% endblock %}