{% load humanize tz %} {% if bad_schedule %}

Invalid OnCalendar expression.

{% elif bad_tz %}

Invalid timezone.

{% else %} {% for d in dates %} {% if tz != 'UTC' %} {% endif %} {% endfor %}
Expected Ping Dates
{% if forloop.first %} Next elapse: {% else %} #{{ forloop.counter }}: {% endif %} {% timezone tz %} {{ d|date:"D Y-m-d H:i:s T" }} {% endtimezone %}
(in UTC): {{ d|date:"D Y-m-d H:i:s T" }}
{{ d|naturaltime }}
{% endif %}