{% include "partial/head.html" %}
Description and general information about the schedule
{{ schedule.task_name }}
{{ schedule.cron }}
{{ schedule.time.strftime('%Y-%m-%d %H:%M:%S') if schedule.time else '-' }}
{{ schedule.cron_offset }}
Information about positional and keyword arguments of scheduled task
{{ schedule.args | tojson(indent=2) }}
No arguments provided
{{ schedule.kwargs | tojson(indent=2) }}
No keyword arguments provided
{{ schedule.labels | tojson(indent=2) }}
No labels provided