{* catalog import from Excel *} {if $excel_import_configurator ne NULL} {* excel import configuration (columns definition) *}
{$smarty.const.ADMIN_IMPORT_DESC1}
{$smarty.const.ADMIN_IMPORT_DESC2}
{else} {* CSV file selection form *}{if $excel_import_result eq "upload_file_error"}{$smarty.const.ERROR_FAILED_TO_UPLOAD_FILE}{/if} {if $excel_import_result eq "update_column_error"}
{$smarty.const.ERROR_UPDATE_COLUMN_IS_NOT_SET}{/if} {if $excel_import_result eq "ok"}{$smarty.const.ADMIN_DB_UPDATE_SUCCESSFUL}{/if}
{/if}