{% if require_authentication %} {% endif %}

Job Control Panel

{% for job in jobs %} {% endfor %}
Job Name Last Execution Next Execution Actions
{% if job.func.__doc__ %} {{ job.name }} {% else %} {{ job.name }} {% endif %} {% if find_in_store %} {% set call_log = find_in_store(job.id) %} {% if call_log %} {{ call_log.strftime('%Y-%m-%d %H:%M:%S') }} {% endif %} {% endif %} {{ job.next_run_time.strftime('%Y-%m-%d %H:%M:%S') if job.next_run_time else 'Not scheduled' }}
{% if require_authentication %} {% endif %}