{$method->exe_noauth($meth.0,'tpl_search_show')}
{foreach from=$search_show item=record}
{include file='file:../core/user_search_show_tr_record.tpl'}
{$record.name} |
{$list->bool('',$record.status,'')} |
{$list->bool('',$record.new_status,'')}
{if $record.new_status == '1'}
({if $record.new_type == 0}{math equation="x * y" x=$record.new_rate y=100}%{else}{$list->format_currency($record.new_rate,'')}{/if})
{/if}
|
{$list->bool('',$record.recurr_status,'')}
{if $record.recurr_status == '1'}
({if $record.recurr_type == 0}{math equation="x * y" x=$record.recurr_rate y=100}%{else}{$list->format_currency($record.recurr_rate,'')}{/if})
{/if}
|
{/foreach}