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