{% extends 'base.html' %} {% block content %}

Pending jobs on {{ data.queue }}

Showing {{ data.start }} to {{ data.end }} of {{ data.size }} jobs

{% if data.jobs %} {% for job in data.jobs %} {% endfor %} {% else %} {% endif %}
Class Args
{{ job.class }} {{ job.args }}
There are no pending jobs in this queue
{% endblock %}