{if $rows}
{$form.buttons.html}

{foreach from=$rows item=row} {/foreach}
{ts}Display Name{/ts} {ts}Amount{/ts} {ts}Source{/ts} {ts}Receive Date{/ts}
{$row.display_name} {$row.amount} {$row.source} {$row.receive_date}
{$form.buttons.html}
{else}
{ts}There are no records selected.{/ts}
{/if}