{% extends "ox_layout.html" %} {% block body %}

Cleanup Job

{% if jid %} Cleaned up and removed job {{ jid }} with result:
{{ cleanup }}
{% else %} Enter job id to cleanup:
job id: ID of failed job to cleanup and remove from history.
{% endif %}
{% endblock %}