{% from "_macros.html" import th %} {{ th('源总数', 'Sources') }}{{ th('已点亮', 'Lit') }}{{ th('停滞', 'Stalled') }}{{ th('24h 成功', '24h ok') }}{{ th('24h 失败', '24h failed') }}
{{ h.total }} {{ h.lit }} {% if h.stalled %}{{ h.stalled }}{% else %}0{% endif %} {{ h.success_24h }} {{ h.failed_24h }}