diff --git a/static/js/kiwix.js b/static/js/kiwix.js
index 5b21f66..c85ee93 100644
--- a/static/js/kiwix.js
+++ b/static/js/kiwix.js
@@ -44,9 +44,13 @@
'
' + s.zim_filename + '
' +
'' + (s.language || '\u2014') + ' | ' +
'' + RECON.fmt(s.article_count) + ' | ' +
- '' + (es === 'processing' ?
+ ' | ' + (es === 'complete' && pipeComplete > 0 ?
+ RECON.fmt(pipeComplete) + ' in Qdrant' :
+ es === 'processing' ?
RECON.fmt(pipeComplete) + ' / ' + RECON.fmt(pipeTotal) + ' in Qdrant (' + pctDone + '%)' :
- RECON.fmt(s.processed_count) + ' / ' + RECON.fmt(s.article_count) + ' extracted') + ' | ' +
+ es === 'extracting' ?
+ RECON.fmt(s.processed_count) + ' / ' + RECON.fmt(s.article_count) + ' extracted' :
+ '\u2014') + '' +
'' + statusBadge + ' | ' +
'' + toggle + ' | ' +
'Browse | ' +