{% from "_macros.html" import th %} {{ th('策略', 'Policy') }}{{ th('下次触发(本地)', 'Next fire (local)') }}{{ th('还有', 'In') }}{{ th('Cron') }} {% for u in upcoming %} {% else %} {% endfor %}
{{ u.policy }} {{ u.next_fire_local }} {% if u.minutes_until < 60 %}{{ u.minutes_until }}m {% else %}{{ (u.minutes_until // 60) }}h {{ u.minutes_until % 60 }}m{% endif %} {{ u.cron_expr }} · {{ u.timezone }}
暂无启用的策略 No enabled policies.