{# templates/_status_row.html #}
{{ filename }} {% if entity_count is not none %} · {{ _('preview.entity_summary').format(count=entity_count, manual=manual_count) }} {% endif %} {% if status == "done" %}✓ {{ _('preview.done') }} {% elif status == "warning" %}⚠ {{ _('preview.done_with_warnings') }} {% elif status == "downloaded" %}↓ {{ _('preview.downloaded') }} {% elif status == "error" %}✕ {{ _('preview.failed') }} {% endif %} {% if doc_id and status != "error" %} {% include "_download_button.html" %} {% endif %}