[% 'These mappings can be used to map heading from non standard csv files to known columns. These will also be saved in profiles, so you can save profiles for every source of formats.' | $T8 %]
+
+
+
+
+
[% 'Text in CSV File' | $T8 %]
+
[% 'Known Column' | $T8 %]
+
+
+
[% 'There is nothing here yet (csv_import)' | $T8 %]
+
+[%- FOREACH row = SELF.mappings %]
+ [% PROCESS 'csv_import/_mapping_item.html', item=row IF row.from %]
+[%- END %]
+ [% PROCESS 'csv_import/_mapping_item.html', item={} %]
+