{% extends 'layout/default.html' %} {% block content %}

Schedule

{% for job in schedule %} {% endfor %}
Command Params Minutes Hours Days Of Month Months Days Of Week
{{ job.command }} {{ job.params }} {{ job.minutes }} {{ job.hours }} {{ job.daysOfMonth }} {{ job.months }} {{ job.daysOfWeek }} Edit
{% endblock %}