{* +--------------------------------------------------------------------+ | 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 | +--------------------------------------------------------------------+ *} {math equation="x / y" x=$amount y=$installments format="%.2f" assign="currentInstallment"} {* Check if current Total Pledge Amount is different from original pledge amount. *} {if $currentInstallment NEQ $original_installment_amount} {assign var=originalPledgeAmount value=`$installments*$original_installment_amount`} {/if}
{include file="CRM/common/formButtons.tpl" location="top"}
{if $start_date} {/if} {if $end_date} {/if} {if $cancel_date} {/if} {if $campaign} {/if} {if $acknowledge_date} {/if} {if $contribution_page} {/if} {$pledge_status} {if $honor_contact_id} {/if} {include file="CRM/Custom/Page/CustomDataView.tpl"}
{ts}Pledge By{/ts}{$displayName}
{ts}Total Pledge Amount{/ts} {$amount|crmMoney:$currency} {if $originalPledgeAmount}
{ts 1=$originalPledgeAmount|crmMoney:$currency} Pledge total has changed due to payment adjustments. Original pledge amount was %1.{/ts}
{/if}
{ts}To be paid in{/ts}{$installments} {ts}installments of{/ts} {$original_installment_amount|crmMoney:$currency} {ts}every{/ts} {$frequency_interval} {$frequencyUnit}
{ts}Payments are due on the{/ts}{$frequency_day} day of the period
{ts}Pledge Made{/ts}{$create_date|truncate:10:''|crmDate}
{ts}Payment Start{/ts}{$start_date|truncate:10:''|crmDate}
{ts}End Date{/ts}{$end_date|truncate:10:''|crmDate}
{ts}Cancelled Date{/ts}{$cancel_date|truncate:10:''|crmDate}
{ts}Financial Type{/ts}{$financial_type}  {if $is_test} {ts}(test){/ts} {/if}
{ts}Campaign{/ts} {$campaign}
{ts}Received{/ts}{$acknowledge_date|truncate:10:''|crmDate} 
{ts}Self-service Payments Page{/ts}{$contribution_page}
{ts}Pledge Status{/ts}
{$honor_type}{$honor_display}
{ts}Initial Reminder Day{/ts}{$initial_reminder_day} days prior to schedule date
{ts}Maximum Reminders Send{/ts}{$max_reminders} 
{ts}Send additional reminders{/ts}{$additional_reminder_day} days after the last one sent
{include file="CRM/common/formButtons.tpl" location="bottom"}