{# Queue display mode — review queue with inline transition actions UX-035 adopter #5 (after grid, list, kanban, tabbed_list). Contract: ~/.claude/skills/ux-architect/components/queue-region.md (UX-068) v0.62 CSS refactor: inline Tailwind → semantic .dz-queue-* classes (components/regions.css). Row attention accent still flows through the unchanged attention_classes macro; row hover-tint applies only when no attention attribute is present, gated via `.dz-queue-row:not([data-dz-attn])`. #} {% from 'macros/status_badge.html' import render_status_badge %} {% from 'macros/region_wrapper.html' import region_card %} {% from 'macros/attention_accent.html' import attention_classes %} {% call region_card(None) %}
{{ attn.message }}
{% endif %} {# 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 %}