{% if status.error %}

{{ status.error }}

Fix
Check the kairix logs on this machine for the failing file or credential.
Next
Go back one step and start indexing again.
{% else %}
{{ pct }}%
Chunks indexed
{{ "{:,}".format(status.chunks_done) }} of {{ "{:,}".format(status.chunks_total) }}
{% if status.done %}

Indexing complete. Moving on…

{% else %}

Indexing in progress — this page will advance automatically.

{% endif %} {% endif %}