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

{$layout.pagetitle}

{foreach $userchanges as $change} {foreachelse} {/foreach}
{trans("Customer")} {trans("Field")} {trans("Old value")} {trans("New value")} {trans("Date")}  
{$change.customername|trunescape:50} ({$change.customerid|string_format:"%04d"}) {t}{$change.fieldname|regex_replace:"/[^a-z]/":""}{/t} {$change.oldvalue} {$change.newvalue} {$change.cdate|date_format:"Y/m/d H:i:s"}
{trans("There are any changes to accept.")}
{button icon="save" label="Save" class="submit-changes-button" data_action="save"} / {button icon="delete" label="Delete" class="submit-changes-button" data_action="delete"}
{/block}