{# Dashboard spend-by-author tile. ``cost_by_author`` is a list of dicts: {author_email, cost_usd, job_count, cost_share_pct} built in routes/findings.py via a single SQL aggregate over ``bigquery_jobs.user_email``. #} {% if cost_by_author %}

Spend by author

{{ cost_by_author | length }} author{{ "s" if cost_by_author | length != 1 else "" }}

Which BigQuery principal submitted each job. Click a row to filter the opportunities table to that author.

{% endif %}