Are you sure you want to {{ action|capfirst }} the selected jobs from {{ queue.name }}? These jobs are selected:
-
{% for job_id in job_ids %}
- {{ job_id }} {% endfor %}
{% extends "admin/base_site.html" %} {% load static %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block breadcrumbs %}
{% endblock %} {% block content_title %}Are you sure you want to {{ action|capfirst }} the selected jobs from {{ queue.name }}? These jobs are selected: