{if $overview['nzbs']|@count gt 0} {foreach from=$overview['nzbs'] item=nzb}
{$nzb['uiTitle']}
{if $nzb['isPaused'] == 1} {else} {/if}

{$nzb['state']}{if $nzb['statusText'] neq ''} ({$nzb['statusText']|lower}){/if}: {$nzb['progress']|round} % of {math|string_format:"%.2f" equation="size / 1024 / 1024" size=$nzb['totalDownloadSize']} MB {if $nzb['transferedSpeed'] neq 0}@ {math|string_format:"%.2f" equation="size / 1024 / 1024" size=$nzb['transferedSpeed']} MB/s{/if}
{if $nzb['isPaused'] == 1} {else} {/if}

{/foreach} {else}
Nothing in queue, go ahead and add something!
{/if}