{% extends "_base.html" %} {% block title %}Active run — yt-shorts-trends{% endblock %} {% block content %} {% if active %}

Active run

Mode: {{ active.mode }} · Started: {{ active.started_at }} · Run ID: {{ active.run_id }}
Streaming output…




{% else %}

No run in progress

Start a query run or channel analysis.

{% endif %} {% endblock %}