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

Invalid cron expression

{% elif bad_tz %}

Invalid timezone

{% else %} {% for naive, aware in dates %} {% endfor %}
Expected Ping Dates
{{ naive|date:"M j, H:i" }} {{ aware|naturaltime }}
{% endif %}