{% extends "base.html" %} {% block title %}Schedules — Netcanon{% endblock %} {% block content %}
No schedules yet. Fill in the form above to create one.
{% else %}| Name | Interval | Status | Next run | Last run | Last job | Actions |
|---|---|---|---|---|---|---|
| {{ sched.name }}
{{ sched.id[:8] }}…
|
{{ format_interval(sched.interval_minutes) }} | {% if sched.next_run_at %} {{ sched.next_run_at.strftime('%Y-%m-%d %H:%M') }} {% else %} — {% endif %} | {% if sched.last_run_at %} {{ sched.last_run_at.strftime('%Y-%m-%d %H:%M') }} {% else %} Never {% endif %} | {% if sched.last_job_id %} {{ sched.last_job_id[:8] }}… {% else %} — {% endif %} |