{% extends "admin/base_site.html" %} {% load static %} {% block title %}Job {{ object.id }} {{ block.super }}{% endblock %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block content_title %}

Job Info

{% endblock %} {% block content %}
{% csrf_token %}

Are you sure you want to abort this job?

You need to have allow_abort_jobs=True set for the queue to be able to abort the job. More info

No, take me back
{% endblock %}