{% extends 'utilities/confirmation_form.html' %} {% load form_helpers %} {% load helpers %} {% block title %} Cancel Job? {% endblock %} {% block message %}
Are you sure you want to cancel {{ object.name }}?
As of {{ timestamp|date:"DATETIME_FORMAT" }} this job is: {{ job_liveness_state.display }}
Would you like to cancel the job? This action cannot be undone.
{% endblock %}