{# Modal-body fragment: loaded via AJAX into #csvPreviewBody (see host_list.html). Do NOT wrap it in page chrome — the modal is the frame. #}
{# Multi-line CSV rides in a hidden textarea so the import (and the header re-preview) work without server state. #}
Forgot the header? Uncheck this — the first row is then kept as data and columns are numbered instead.

Preview of the first {{ preview_rows|length }} of {{ row_count }} row(s). Every column except the hostname, folder, lifecycle_state and inventory_<name> becomes a host label (an label_<name> prefix is stripped for the Export CSV round-trip).

{% for col in columns %} {% endfor %} {% for row in preview_rows %} {% for col in columns %} {% endfor %} {% endfor %} {% if not preview_rows %} {% endif %}
{{ col if col else '(empty)' }} {% if col == hostname_column %} hostname {% endif %}
{{ row[col] }}
No data rows found.