{% if inserted > 0 %}
Import selesai! {{ inserted }} data penduduk berhasil ditambahkan
untuk tahap {{ tahap }}.
{% if cleaned > 0 %}
{{ cleaned }} baris dinormalisasi otomatis (cleansing).
{% endif %}
{% else %}
Tidak ada data baru. Semua baris dilewati atau sudah duplikat.
{% endif %}
{% if unrecognized_headers %}
Kolom tidak dikenali (diabaikan):
{% for h in unrecognized_headers %}
{{ h }}{% if not loop.last %},{% endif %}
{% endfor %}