{#tr_header#} {if $CONF.show_status===YES} {/if} {$PALANG.pOverview_alias_address} {$PALANG.pOverview_alias_goto} {$PALANG.pOverview_alias_modified} {$PALANG.pOverview_alias_active}   {foreach from=$tAlias item=item key=i} {#tr_hilightoff#} {if $CONF.show_status===YES} {$gen_show_status[$i]} {/if} {if $search eq ""} {$item.address} {else} {$item.address|replace:$search:"$search"} {/if} {if $CONF.alias_goto_limit>0} sorry, alias_goto_limit > 0 not handled {else} {foreach key=key2 item=singlegoto from=$item.goto} {if $search eq ""} {$singlegoto}
{else} {$singlegoto|replace:$search:"$search"}
{/if} {/foreach} {/if} {$item.modified} {if $check_alias_owner[$i]==true} {if $item.active==1}{$PALANG.YES}{else}{$PALANG.NO}{/if} {$PALANG.edit} {$PALANG.del} {else} {if $item.active==1}{$PALANG.YES}{else}{$PALANG.NO}{/if}     {/if} {/foreach}