{% extends 'report.html' %} {% block content %} {% if result %} {% for row in result %} {% endfor %}
User Total Size Total Cost
{{ row.name }} {{ row.total_size }} ${{ row.total_cost|float|round(4) }}
{% if sum_result %}

Size Sum: {{ sum_result.total_size_sum }}

Cost Sum: ${{ sum_result.total_cost_sum|float|round(4) }}

{% endif %} {% else %}

No data available.

{% endif %} {% endblock %}