{* +--------------------------------------------------------------------+ | CiviCRM version 4.6 | +--------------------------------------------------------------------+ | Copyright CiviCRM LLC (c) 2004-2015 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | | CiviCRM is free software; you can copy, modify, and distribute it | | under the terms of the GNU Affero General Public License | | Version 3, 19 November 2007 and the CiviCRM Licensing Exception. | | | | CiviCRM is distributed in the hope that it will be useful, but | | WITHOUT ANY WARRANTY; without even the implied warranty of | | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | | See the GNU Affero General Public License for more details. | | | | You should have received a copy of the GNU Affero General Public | | License and the CiviCRM Licensing Exception along | | with this program; if not, contact CiviCRM LLC | | at info[AT]civicrm[DOT]org. If you have questions about the | | GNU Affero General Public License or the licensing of CiviCRM, | | see the CiviCRM license FAQ at http://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} {if $single} {/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} {if ! $single }  {$row.contact_type}
{/if} > ^
{$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"} {* Build pledge payment details*} {literal} {/literal}