{% extends "layout.html" %} {% block content %}
| Job | Class | Queue | Priority | Attempts | When | |
|---|---|---|---|---|---|---|
| #{{ j.id }} | {{ j.class_name }} | {{ j.queue_name }} | {{ j.priority }} | {% if attempts > 1 %}{{ attempts }}{% else %}{{ attempts }}{% endif %} | {% if state == "failed" %} {% endif %} |