|
||
| {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}
|
{if $m.status == 0} {"Pause"|i18n} {elseif $m.status == 3} {"Resume"|i18n} {/if} |
|
{"Stop"|i18n} |
{if $list.a_rq == 1 and !$m.stop}
|
{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'} |