{% from "_macros.html" import th %} {{ th('策略', 'Policy') }}{{ th('错过的触发', 'Missed fire') }}{{ th('晚了', 'Late by') }}{{ th('原因', 'Reason') }} {% for m in missed %} {% else %} {% endfor %}
{{ m.policy }} {{ m.missed_fire_local or m.missed_fire }} ({{ m.timezone }}) {{ m.minutes_late }}m {{ m.reason }}
没有错过的运行 No missed runs. ✓