{include file="admin/header.inc.html"}

{$title|escape}

{if $error}
{foreach from=$error item=e}
  • {$e|escape} {/foreach}
  • {/if}


    Select CSV File
    'Upload file' or 'Path to file'
    Upload file
    Path to file
    full path to file on server
    (filename only if file is
    in 'data' or 'admin' folder)
    {if $previous_files}
    previous values:
    {foreach from=$previous_files item=fn} {$fn}
    {/foreach} {/if}
    File format* fields delimited by
    If you wish to import fields with multi-select values,
    please use ^ as values separator.
    {$hidden}
    {include file="admin/footer.inc.html"}