{if $formSubmitted}
{if $submitResult.name == 'delete'} {if $submitResult.status} {"Saved Message successfully deleted."|i18n} {else} {"Saved Message was NOT deleted. Possible reason is that message could not be found."|i18n} {/if} {elseif $submitResult.name == 'stop'} {if $submitResult.status} {"Message successfully stopped."|i18n} {else} {"Message was NOT stopped. Possible reason is that message could not be found."|i18n} {/if} {/if}
{/if}

{"Saved Messages"|i18n}

{if $messages}
{foreach from=$messages item=m} {/foreach}
{"Date"|i18n} {"Time"|i18n} {"Subject"|i18n}    
{$m.mdate|acpdate:'%Y-%m-%d'} {$m.mtime|acpdate:'%H:%M:%S'} {if $m.subject == ''}{"No Subject"|i18n}{else}{$m.subject}{/if} {"Use Saved Message"|i18n}
{"Delete"|i18n}

{include file="pagination.inc.tpl.htm"} {else} {"There are currently no saved messages for this list."|i18n} {/if}