{% extends "base.html" %}{% block content %}
This list contains all the jobs that are currently queued. You can delete a job by clicking the delete button and filter the search by job state and queue name.
ID | Status | Name | Date | Options |
---|---|---|---|---|
{{ job.id }} | {{ state }} | {{ job.name }} | {{ job.created_at }} |