The last {{ days }} days ({{ since_date }} → {{ today }}) — the same figures as daily-epub stats --days {{ days }}.
No explicit ratings in the window.
{% else %}{% for line in ratings %}{{ line.key }} {{ line.value }}{% endfor %}
{% endif %}Explicit verdicts only; cleared ones still count as events.
No rated picks by admitting retriever in the window.
{% else %}| admitted by | rated | up | down | ratio |
|---|---|---|---|---|
| {{ line.retriever }} | {{ line.rated }} | {{ line.up }} | {{ line.down }} | {{ line.ratio }} |
Window spend divided by {{ days }} days, per provider.
No provider costs recorded in the window.
{% else %}{% if cost_rows.len() > 1 %}{% endif %}| day (UTC) | {% for provider in providers %}{{ provider }} | {% endfor %}total |
|---|---|---|
| {{ row.date }} | {% for cell in row.cells %}{{ cell }} | {% endfor %}{{ row.total }} |
No finished runs in the window.
{% else %}{% if runs.len() > 1 %}{% endif %}| run | date | status | cost | selected | duration |
|---|---|---|---|---|---|
| {{ run.run_id }} | {{ run.date }} | {{ run.status }} | {{ run.cost }} | {{ run.selected }} | {{ run.duration }} |
daily-epub stats --days {{ days }}){{ text }}