{include file="header.tpl.html"} {if $result_msg != ''}
{if $result_msg == -1} {t}An error occurred while trying to run your query{/t} {elseif $result_msg == 1} {t}Thank you, the emails were {if $smarty.post.cat == 'remove'}removed{else}restored{/if} successfully{/t} {/if}
{else}
{t}Removed Emails{/t}
{literal} {/literal}
{section name="i" loop=$list} {cycle values=$cycle assign="row_color"} {sectionelse} {/section}
{t}Date{/t} {t}From{/t} {t}Subject{/t}
{$list[i].sup_date} {$list[i].sup_from|escape:"html"} {$list[i].sup_subject|escape:"html"}
{t}No emails could be found.{/t}

{include file="app_info.tpl.html"} {/if} {include file="footer.tpl.html"}