{% if scan.ok %}

Scan complete

Folder
{{ folder_path }}
Files found
{{ "{:,}".format(scan.files) }}
Estimated words
{{ "{:,}".format(scan.words_estimate) }}
Estimated cost
${{ "%.2f"|format(scan.cost_estimate_usd) }}
{% else %}

{{ scan.error }}

Fix
Check the folder path exists and kairix can read it.
Next
Enter the path again, then scan once more.
{% endif %}