{{ s.source }} {% if s.stalled %}⚠ 停滞 stalled{% endif %} {{ s.site or '—' }} {% if s.schedule %}{{ s.schedule }}{% else %}未点亮 not lit{% endif %} {{ '启用 ON' if s.enabled else '停用 OFF' }} {% if s.last_run_status %}{{ s.last_run_status }}{% else %}从未运行 never ran{% endif %} {{ s.last_run_at or '—' }} {{ s.last_run_rows if s.last_run_rows is not none else '—' }} {% if s.pending %}{{ s.pending }} 待运行 pending{% else %}—{% endif %}