Are you sure you want to {{ action|capfirst }} the {{ total_jobs }} selected jobs from {{ queue.name }} ? These jobs are selected:
-
{% for job in jobs %}
- {{ job.id }} {{ job | show_func_name }} {% endfor %}
{% extends "admin/scheduler/scheduler_base.html" %} {% load scheduler_tags %} {% block breadcrumbs %}
{% endblock %} {% block content_title %}Are you sure you want to {{ action|capfirst }} the {{ total_jobs }} selected jobs from {{ queue.name }} ? These jobs are selected: