{include file="header.html"} {include file="balanceheader.html"} {literal} {/literal}

{$layout.pagetitle}

{if $import}

{cycle values="#DFD5BD,#EBE4D6" print=false} {counter start=0 print=false} {section name=import loop=$import.id} {counter assign=n} {/section}
{t}No.{/t} {t}ID{/t} {t}Name/Surname and Forename{/t} {t}Value{/t} {t}Description{/t} {t}Date{/t}
{cycle print=false} {$n|string_format:"%04d"} {$import.name[import]} {$import.lastname[import]}
{t}Select All{/t} {t}Import Selected{/t}
{else}

{t}Enter path to file with data for import{/t}
{t}Import file:{/t}
{t}Submit{/t}
{/if} {include file="footer.html"}