{# templates/_stages.html — initial state before SSE starts streaming #}
{% for stage in stages %}
{% if loop.first %}●{% else %}·{% endif %} {{ _(stage.i18n_key) }}
{% endfor %}
{{ _('processing.entities_found').format(count=0) }}