{if $rows}
{include file="CRM/common/formButtons.tpl" location="top"}

{foreach from=$rows item=row} {/foreach}
{ts}Display Name{/ts} {ts}Amount{/ts} {ts}Register Date{/ts} {ts}Source{/ts}
{$row.display_name} {$row.amount} {$row.register_date} {$row.source}
{include file="CRM/common/formButtons.tpl" location="bottom"}
{else}
 {ts}There are no records selected.{/ts}
{/if}