{% from "partials/components.html" import table_container %}
{% call table_container("import-preview-container", hidden=True, aria_label="Import preview table", heading=table_heading or "Preview Rows") %}
Row
Status
Issues
{% for column in columns %}
{{ column }}
{% endfor %}