Queued Mails

{form} {if $queue} {foreach from=$queue item=q key=qId} {/foreach}
{smartlink ititle="Email" isort="email" offset=$offset} {smartlink ititle="Content Title" isort="title" offset=$offset} {smartlink ititle="Newsletter" isort="newsletter" offset=$offset} {smartlink ititle="Queue Date" isort="queue_date" offset=$offset} {smartlink ititle="Sent Date" isort="sent_date" offset=$offset}
{$q.email} {$q.title} {$q.newsletter_title} {$q.queue_date|bit_short_datetime} {$q.sent_date}
{/if}
With checked:
{/form}