{extends file="layout.html"} {block name=title}::: LMS :{$layout.pagetitle|striphtml} :::{/block} {block name=module_content}

{$layout.pagetitle}

{cycle values="light,lucid" print=false} {foreach $userchanges as $change} {foreachelse} {/foreach}
{trans("Customer:")} {trans("Field:")} {trans("Old value:")} {trans("New value:")}  
{$change.customername|truncate:50:" ..."} ({$change.customerid|string_format:"%04d"}) {t}{$change.fieldname|regex_replace:"/[^a-z]/":""}{/t} {$change.oldvalue} {$change.newvalue}

{trans("There are any changes to accept.")}

{trans("Save")} / {trans("Delete")}

{/block}