{% endif %}
{% if job.minute %}{{ job.minute }}{% else %} * {% endif %} |
{% if job.hour %}{{ job.hour }}{% else %} * {% endif %} |
{% if job.day_of_month %}{{ job.day_of_month }}{% else %} * {% endif %} |
{% if job.month %}{{ job.month }}{% else %} * {% endif %} |
{% if job.day_of_week %}{{ job.day_of_week }}{% else %} * {% endif %} |
{% if job.command %}{{ job.command }}{% else %} * {% endif %} |
{% if job.assigned_to %}{{ job.assigned_to.ip }}{% else %} * {% endif %} |
|
|
{% endfor %}