{# Queue display mode — review queue with inline transition actions #}
{{ attn.message }}
{% endif %} {# Show date columns as secondary info #} {% for col in columns %} {% if col.type == "date" and item[col.key] %} {{ col.label }}: {{ item[col.key] | timeago }} {% endif %} {% endfor %}Showing {{ items | length }} of {{ total }}
{% endif %} {% else %}{{ empty_message | default("Queue is empty.") }}
{% endif %}