{% extends "report_base.html" %} {% block content %}
{% include "report_buttons.html" %} Report: AIPs by file format
Storage Service: {{ storage_service_name }}
{% if storage_location_description %} Location: {{ storage_location_description }}
{% endif %} File format: {{ file_format }}
{% if original_files %} File type: original files {% else %} File type: preservation files {% endif %}
{% if aips %} {% for column in columns %} {% endfor %} {% for aip in aips %} {% endfor %}
{{ column }}
{{ aip["AIPName"] }} {{ aip["UUID"] }} {{ aip["Count"] }} {{ aip["Size"] | filesizeformat }}
{% else %}

No AIPs with file format "{{ file_format }}" to display.

{% endif %} {% endblock %}