{% extends "report_base.html" %} {% block content %}
{% include "report_buttons.html" %} Report: Storage location usage time series
Storage Service: {{ storage_service_name }}
Start date: {{ start_date.strftime('%Y-%m-%d') }}
End date: {{ end_date.strftime('%Y-%m-%d') }}
Metric:
Show totals:
{{ plot|safe }}
{% endblock %}