{% extends "admin/layout.html" %} {% block admin_title %}{{ job.name_str() }}{% endblock admin_title %} {% block content %}
| {{ t.jobs_description }} | {{ job.description_str() }} |
|---|---|
| {{ t.jobs_cron }} | {{ job.cron_expression_str() }} |
| {{ t.jobs_enabled }} | {% if job.enabled() %}✅{% else %}❌{% endif %} |
| {{ t.jobs_last_run }} | {{ job.last_run_at_str() }} |
| {{ t.jobs_next_run }} | {{ job.next_run_at_str() }} |
{{ t.jobs_cron_help }}
{% endif %}No runs yet.
{% else %}| ID | {{ t.jobs_run_status }} | {{ t.jobs_run_started }} | {{ t.jobs_run_duration }} | {{ t.jobs_run_trigger }} | {{ t.jobs_actions }} |
|---|---|---|---|---|---|
| {{ run.id_val() }} | {{ run.status_str() }} | {{ run.started_at_str() }} | {{ run.duration_display() }} | {{ run.trigger_str() }} | {{ t.reviews_view }} |