+ {{ if .Schema.CSVImporter }}
+ {{ $CSVFileInfo := "A CSV file should respect the fields order of this form"}}
+ {{ $HasHeaders := "CSV file without headers" }}
+
+
+
+ {{$CSVFileInfo}}
+
+
+ {{$HasHeaders}}
+
+
+
+
+
+
+
+
+
+ {{ end }}
{{ if eq .Schema.ModelID 0 }}
{{ else }}
{{ range $inlineIndex, $inlineSchema := .Schema.Inlines }}
@@ -1352,9 +1381,191 @@