{% extends "base.html" %} {% from "macros.html" import icon, btn, badge %} {% block title %}{{ t('Import') }} {{ model_label }}{% endblock %} {% block content %}
{{ t('Bulk create records by uploading a CSV file') }}
{{ t('Click or drag CSV here') }}
{{ t('File must follow the column structure') }}
{{ col }}