{% extends "wafer/base.html" %} {% load i18n %} {% load crispy_forms_tags %} {% block content %}
Video tasks for tasks starting after {{ view.lead_time }} in the future.
To override this cut-off, pass ?lead_time=<DURATION>, e.g.
?lead_time=12:00:00.
Checked tasks already exist.
Times are in {{ TIME_ZONE }}.
{% crispy form %} {% endblock %} {% block extra_foot %} {% endblock %}