{% if not tasks %} {% else %} {% for t in tasks %} {% endfor %} {% endif %}
ID / Name Trigger Next run Store Actions
No tasks yet.
{{ t.id }}
{{ t.name or '-' }}
{% if t.next_run_time %} Scheduled {% else %} Paused {% endif %}
{{ t.trigger }}
{{ t.next_run_time or '-' }}
{{ t.store }}
{% if t.next_run_time %}
{% else %}
{% endif %}