{% if rows %}
{% for row in rows %} {% endfor %}
Project Dispatched Ollama Rate SENTINEL Lessons Last Outcome
{{ row.project_id }} {{ row.total }} {{ "%.0f"|format(row.ollama_rate) }}% {{ row.lesson_count }} {{ row.last_outcome }}

Updated every 10s

{% else %}

No dispatch data yet

{% endif %}