Name | Expression | Description | Next run | Last run | Last status | Run | ||
---|---|---|---|---|---|---|---|---|
{{ job.name }} | {{ job.registered_expression }} | {{ job.description }} | {% if job.next_run is string %}{{ job.next_run }} | {% else %}{{ job.next_run.strftime("%d-%m-%Y %H:%M:%S") }} | {% endif %} {% if job.last_run is string %}{{ job.last_run }} | {% else %}{{ job.last_run.strftime("%d-%m-%Y %H:%M:%S") }} | {% endif %}{{ job.last_state.status }} {% if job.last_state.detail is not none %} ({{ job.last_state.detail }}) {% endif %} |