{capture assign="extra_title"}Mail Queue{/capture} {include file="header.tpl.html" extra_title=$extra_title} {include file="navigation.tpl.html"} {if $denied == 1}
{t}Sorry, you do not have permission to view this page{/t}
{else}
{t 1=$issue_id}Mail Queue for Issue #%1{/t}
{section name="i" loop=$data} {cycle values=$cycle assign="row_color"} {include file="expandable_cell/body.tpl.html" ec_id="mailqueue" list_id=$data[i].maq_id colspan="5"} {sectionelse} {/section}
{include file="expandable_cell/buttons.tpl.html" ec_id="mailqueue"} {t}Recipient{/t} {t}Queued Date{/t} {t}Status{/t} {t}Subject{/t}
{include file="expandable_cell/buttons.tpl.html" ec_id="mailqueue" list_id=$data[i].maq_id} {$data[i].maq_recipient|escape:"html"} {$data[i].maq_queued_date} {$data[i].maq_status} {$data[i].maq_subject|escape:"html"}
{t}No mail queue could be found.{/t}
{/if} {include file="app_info.tpl.html"} {include file="footer.tpl.html"}