{% extends "base.html" %} {% set active_nav = "watchlist" %} {% block title %}Watchlist - Distill{% endblock %} {% block content %}
{{ channel_watches|length }} channel watches · {{ topic_watches|length }} topic watches
{% if stale %}| Channel | Topic | Lookback |
|---|---|---|
| {{ w.name }} | {{ w.topic }} | {{ w.days }}d |
| No channel watches configured | ||
| Name | Cadence | Picks | Budget | Status |
|---|---|---|---|---|
|
{{ e.name }}
{{ e.topic }} / {{ e.days }}d
|
{{ e.cadence }} | {{ e.limit }} |
~${{ "%.2f"|format(tw.projected_cost) }}/run
{% if e.monthly_budget %} ${{ "%.2f"|format(e.monthly_budget) }}/mo{% endif %} |
{% if e.paused %} paused {% else %} active {% endif %} |
| No topic watches configured | ||||