diff --git a/compta/templates/compta/import_csv.html b/compta/templates/compta/import_csv.html
index 276f4ab..cc505fa 100644
--- a/compta/templates/compta/import_csv.html
+++ b/compta/templates/compta/import_csv.html
@@ -44,6 +44,14 @@
Voir dépenses · factures.
{% endif %}
+ {% if ocr_debug %}
+ Texte lu par l'OCR (debug — {{ ocr_debug|length }} ligne(s))
+ {% for l in ocr_debug %}{{ l }}
+{% endfor %}
+