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

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

{% elif bad_tz %}

Invalid timezone

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