Name
+{{ job.name || 'N/A' }}
+Queue
+{{ job.queue }}
+Status
+Priority
+{{ job.priority }}
+Attempts Made
+{{ job.attemptsMade }}
+Duration
+{{ jobDuration }}
+Created At
+{{ formatDate(job.timestamp) }}
+Processed At
+{{ formatDate(job.processedOn) }}
+Finished At
+{{ formatDate(job.finishedOn) }}
+{{ job.progress }}% complete
+{{ JSON.stringify(job.data, null, 2) }}+
Loading jobs...
+{{ error }}
++ Queue: {{job.queue}} + | Priority: {{job.priority}} +
++ Created: {{ formatDate(job.timestamp) }} + | Started: {{ formatDate(job.processedOn) }} + | Finished: {{ formatDate(job.finishedOn) }} + | Duration: {{(job.duration / 1000).toFixed(1)}}s +
+{{ JSON.stringify(job.data, null, 2) }}+
No jobs match your current filters in {{selectedQueueName === 'all' ? 'any queue' : selectedQueueName}}.
+Try adjusting your search or filters.
+No jobs found in {{selectedQueueName === 'all' ? 'any queue' : selectedQueueName}}.
+This queue is currently empty.
+Please select a queue from the dropdown above to view its jobs.
+