{% extends "report_base.html" %} {% block head_content %} {% endblock %} {% block content %}
{% include "report_buttons.html" %} User ingest log
Storage Service: {{ storage_service_name }}
{% if storage_location_description %} Location: {{ storage_location_description }}
{% endif %} Start date: {{ start_date.strftime('%Y-%m-%d') }}
End date: {{ end_date.strftime('%Y-%m-%d') }}
Number of transfers: {{ number_of_transfers }}
{% for row in data %} {% endfor %}
User Transfer AIP UUID Start Date End Date Duration
{{ row["User"] }} {{ row["AIPName"] }} {{ row["AIPUUID"] }} {{ row["IngestStartDate"] }} {{ row["IngestFinishDate"] }} {{ row["Duration"] }}
{% endblock %}