{# Dropdown content for the topbar Process queue dropdown. Context: queue_rows (from claude_queue.all_queued_actions) and bug_meta_by_id ({bug_id: {section_slug, title}}). #}
{% if not queue_rows %}

Nothing queued.

{% else %}

{{ queue_rows|length }} queued action{{ '' if queue_rows|length == 1 else 's' }}

{% endif %}