{include file='ls:top.tpl'} {if $pagetitle != ''}

{$pagetitle}

{/if}
{tr msg='yes'} {tr msg='no'}
{tr msg='yes'} {tr msg='no'}
{if is_array($result)}

{tr msg='Result'}

{if !empty($result.errors)}

{tr msg='Errors'}

{foreach $result.errors as $error}

Object {$error@iteration}

{if !empty($error.errors.globals)} {/if}
{/foreach} {/if}

{tr msg='Imported objects'} ({count($result.imported)})

{if !empty($result.updated)}

{tr msg='Updated objects'} ({count($result.updated)})

{/if} {/if} {include file='ls:bottom.tpl'}