{% if job_type == 'search' and source_count %} Searching across {{ source_count }} source(s)… {% elif job_type == 'similar' %} Finding similar papers… {% else %} Working… {% endif %} {% if progress %}
{% for name, status in progress.items() %} {{ name }} {% endfor %}
{% endif %}