{* +--------------------------------------------------------------------+ | Copyright CiviCRM LLC. All rights reserved. | | | | This work is published under the GNU AGPLv3 license with some | | permitted exceptions and without any warranty. For full license | | and copyright information, see https://civicrm.org/licensing | +--------------------------------------------------------------------+ *} {include file="CRM/common/pager.tpl" location="top"}

{ts}Click arrow to view pledge payments.{/ts}

{strip} {if ! $single and $context eq 'Search' } {/if} {foreach from=$columnHeaders item=header} {/foreach} {counter start=0 skip=1 print=false} {foreach from=$rows item=row} {cycle values="odd-row,even-row" assign=rowClass} {if $context eq 'Search' } {assign var=cbName value=$row.checkbox} {/if} {if ! $single } {/if} {/foreach} {* Dashboard only lists 10 most recent pledges. *} {if $context EQ 'dashboard' and $limit and $pager->_totalItems GT $limit } {/if}
{$form.toggleSelect.html} {if $header.sort} {assign var='key' value=$header.sort} {$sort->_response.$key.link} {else} {$header.name} {/if}
{$form.$cbName.html} {$row.contact_type} {$row.sort_name} {$row.pledge_amount|crmMoney:$row.pledge_currency} {$row.pledge_total_paid|crmMoney:$row.pledge_currency} {$row.pledge_amount-$row.pledge_total_paid|crmMoney:$row.pledge_currency} {$row.pledge_financial_type} {$row.pledge_create_date|truncate:10:''|crmDate} {$row.pledge_next_pay_date|truncate:10:''|crmDate} {$row.pledge_next_pay_amount|crmMoney:$row.pledge_currency} {$row.pledge_status} {$row.action|replace:'xx':$row.pledge_id}
{ts}Find more pledges{/ts}...
{/strip} {include file="CRM/common/pager.tpl" location="bottom"} {crmScript file='js/crm.expandRow.js'}