{% extends "base.html" %} {% block title %}Spend · HivePlane{% endblock %} {% block content %}
| Workload | Team | Total | Runs |
|---|---|---|---|
| {{ row.workload }} | {{ row.team or "—" }} | ${{ "%.2f"|format(row.total_usd) }} | {{ row.run_count }} |
No spend recorded.
{% endif %}| Team | Total | Runs |
|---|---|---|
| {{ row.team }} | ${{ "%.2f"|format(row.total_usd) }} | {{ row.run_count }} |
No spend recorded.
{% endif %} {% endblock %}