{% extends "admin/scheduler/scheduler_base.html" %} {% load scheduler_tags %} {% block breadcrumbs %} {% endblock %} {% block content_title %}

Are you sure?

{% endblock %} {% block content %}

Are you sure you want to {{ action }} {{ job.id }} ({{ job|show_func_name }}) from {{ queue.name }}? This action can not be undone.
{% if job.is_scheduled_job %} Note: This scheduled job will be scheduled again if it is enabled {% endif %}

{% csrf_token %}
{% endblock %}