{% from "macros.html" import icon, empty_state %}

{{ icon('clock', 'w-3.5 h-3.5') }} Schedulers

{% if not schedulers %} {{ empty_state('clock', 'No schedulers') }} {% else %} {% for s in schedulers %} {% endfor %}
nameschedulenext runactions
{{ s.name }} {{ s|schedule }} {{ s.next|clock }}
{% endif %}