{% extends "layout.html" %} {% block content %}
| ID / Name | Trigger | Next run | Store | Status |
|---|---|---|---|---|
| No tasks yet. Create one. | ||||
|
{{ t.id }}
{{ t.name or '-' }}
|
{{ t.trigger }} | {{ t.next_run_time or '-' }} | {{ t.store }} | {% if t.next_run_time %} Scheduled {% else %} Paused {% endif %} |