{% extends "base.html" %} {% block content %}

Spend Report

Aggregate cost analysis per user.

Back to Admin
Period Overview

${{ "%.4f"|format(total) }}

Total Spend ({{ 'Last ' ~ days ~ ' Days' if days > 0 else 'All Time' }})
{% for row in report %} {% else %} {% endfor %}
User Runs Generated Total Cost
{{ row.username }} {{ row.runs }} ${{ "%.4f"|format(row.cost) }}
No spending data found for this period.
{% endblock %}