{# Primary target (the acted card) is replaced by NOTHING via outerHTML → card removed. #}
{{ action_label }}: {{ item_desc }}. {% if remaining_count > 0 %}{{ remaining_count }} item{{ 's' if remaining_count != 1 }} remaining in queue. {% else %}Queue is now empty.{% endif %}
{# Visible toast mirrors the SR announcement above (M9). Host is aria-hidden; SR users hear #sr-status. #}
{{ action_label }}: {{ item_desc }}. {% if remaining_count > 0 %}{{ remaining_count }} item{{ 's' if remaining_count != 1 }} remaining in queue. {% else %}Queue is now empty.{% endif %}
{% if remaining_count > 0 %}{{ remaining_count }}{% endif %} {% if remaining_count == 0 %}
{% include "_partials/queue_empty.html" %}
{% endif %}