{foreach from=$messages item=m} {foreachelse} {/foreach}
{if $m.msg.subject}{$m.msg.subject}{else}{"No Subject"|i18n}{/if}
{"%d%% Complete"|i18n:$m.nvs}
{if $m.comp_transfer == 1} {"%d messages out of %d messages sent."|i18n:$m.send_amt:$m.total_amt} {else} {"Currently preparing to initiate sending."|i18n} {"%d%% of preparation completed."|i18n:$m.percent_comp} {/if}
{if $m.status == 0} {elseif $m.status == 3} {/if} {if $m.status == 0} {"Pause"|i18n} {elseif $m.status == 3} {"Resume"|i18n} {/if} {"Stop"|i18n}    {if $list.a_rq == 1 and !$m.stop} {/if} {if $list.a_rq == 1 and !$m.stop} {"Re-Queue"|i18n} {/if}

{"Date/Time Sending Started"|i18n} {$m.mdate|acpdate:'%Y-%m-%d'} / {$m.mtime|acpdate:'%H-%M-%S'}
   
{"Last Updated"|i18n} {$m.ldate|acpdate:'%Y-%m-%d'} / {$m.ltime|acpdate:'%H-%M-%S'}
 
{"No messages remain in the mail queue."|i18n} {if $admin.messages_archive} {"View the Message Archive for messages that have already been sent."|i18n} ( {"Message Archive"|i18n} ) {/if}