{% extends 'utilities/confirmation_form.html' %} {% load form_helpers %} {% load helpers %} {% block title %} Revoke Job? {% endblock %} {% block message %}

Are you sure you want to revoke {{ object.name }}?

As of {{ timestamp|date:"DATETIME_FORMAT" }} this job is: {{ job_liveness_state.display }}

Would you like revoke the job? Which will REAP, TERMINATE or ABANDON the job.

This action cannot be undone.

What's the difference between REAP, TERMINATE and ABANDON?
{% endblock %}