{assign var=title value="Events: Attendees"} {include file="admin/header.inc.html"}
Username | Name | Payments for this event | Pending | Paid | {foreach from=$ul item=u}|
---|---|---|---|---|---|
{$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} |