{assign var=title value="Email Queue"} {include file="admin/header.inc.html"}

{$title}


{span count=$count} {foreach from=$list item=p} {/foreach}
Added Subject Text Sent  
{$p.added|date_format:$config.time_format} {$p.subject|truncate:60|escape} {$p.text|truncate:60|escape} {if $p.status} YES
date:{$p.sent|date_format:$config.time_format}
{else} NO
last_error:{$p.error|escape}
failures:{$p.failures|escape}
{/if}
Del
{span count=$count}

{include file="admin/footer.inc.html"}