{% from "_macros.html" import th %}
全部 All 已点亮 lit 未点亮 not lit 停滞 stalled
{{ th('源', 'Source') }}{{ th('站点', 'Site') }}{{ th('调度', 'Schedule') }}{{ th('启用', 'Enabled') }}{{ th('最近运行', 'Last run') }}{{ th('时间', 'At') }}{{ th('产出行', 'Rows') }}{{ th('待运行', 'Pending') }} {% for s in sources %}{% include "_source_row.html" %}{% else %} {% endfor %}
没有匹配的源 No matching sources.