{# templates/_stages.html — initial state before SSE starts streaming #} {% set skipped = skipped_stage_ids|default([]) %}
{% for stage in stages %}
{% if loop.first %}●{% elif stage.id in skipped %}-{% else %}·{% endif %} {{ _(stage.i18n_key) }}
{% endfor %}
{{ _('processing.entities_found').format(count=0) }}