{% load humanize tz %} {% if form.schedule.errors %}

Invalid cron expression.
Please check the supported cron syntax features.

{% elif form.tz.errors %}

Invalid timezone.

{% else %} {% if desc %}
“{{ desc }}”
{% endif %} {% for d in dates %} {% timezone tz %} {% endtimezone %} {% endfor %}
Expected Ping Dates
{{ d|date:"M j, H:i" }}{{ d|naturaltime }}
{% endif %}