{if $importForm}
{if $die}
FAILURE: Unable to require import module, possible syntax error?
{else}
{if $validateData}
{$CONST.IMPORT_STARTING}
{if $result != true}
{$CONST.IMPORT_FAILED}: {$result}
{else}
{$CONST.IMPORT_DONE}
{/if}
{else}
{$CONST.IMPORT_PLEASE_ENTER}