{assign var=meth value=':'|explode:$VAR._page}
{$method->exe($meth.0,$meth.1)}
{if ($method->result == false)}
{$block->display('core:method_error')}
{else}
{include file='file:../core/view_pre.tpl'}
{if $record.id == $VAR.log_error_id}
{foreach from=$form_validation item=record}
{assign var=$record.field value='true'}
{$record.field_trans|upper}: {$record.error}
{/foreach}
{/if}