{assign var=title value="Events: Attendees"} {include file="admin/header.inc.html"}

{$title} - {$p.title}

{foreach from=$ul item=u} {/foreach}
Username Name E-Mail Payments for this event  
Pending Paid
{$u.login} {$u.name_f|escape} {$u.name_l|escape} {$u.email|escape} {if $u.count_of_pending}{$u.count_of_pending} - ${$u.summa_of_pending}{/if} {if $u.count_of_completed}{$u.count_of_completed} - ${$u.summa_of_completed}{/if} Profile Payments
Total {if $t.count_of_pending}{$t.count_of_pending} - ${$t.summa_of_pending|string_format:"%.2f"}{/if} {if $t.count_of_completed}{$t.count_of_completed} - ${$t.summa_of_completed|string_format:"%.2f"}{/if}
Export List of Attendees {$paginator} {include file="admin/footer.inc.html"}