{# Queue display mode — review queue with inline transition actions #} {# UX-035 adopter #5 (after grid, list, kanban, tabbed_list). #} {% from 'macros/status_badge.html' import render_status_badge %} {% from 'macros/region_wrapper.html' import region_card %} {% call region_card(None) %} {# Count badge row — dashboard slot owns the title (#794 second follow-up), we just surface the total item count here. #} {% if total > 0 %}
{{ 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 %} {% endcall %}