commiting uncommited changes on live site
[weblabels.fsf.org.git] / crm.fsf.org / 20131203 / files / sites / all / modules-old / civicrm / CRM / Upgrade / 4.2.alpha1.msg_template / message_templates / pledge_acknowledge_text.tpl
1 {ts 1=$contact.display_name}Dear %1{/ts},
2
3 {ts}Thank you for your generous pledge. Please print this acknowledgment for your records.{/ts}
4
5 ===========================================================
6 {ts}Pledge Information{/ts}
7
8 ===========================================================
9 {ts}Pledge Received{/ts}: {$create_date|truncate:10:''|crmDate}
10 {ts}Total Pledge Amount{/ts}: {$total_pledge_amount|crmMoney:$currency}
11
12 ===========================================================
13 {ts}Payment Schedule{/ts}
14
15 ===========================================================
16 {ts 1=$scheduled_amount|crmMoney:$currency 2=$frequency_interval 3=$frequency_unit 4=$installments}%1 every %2 %3 for %4 installments.{/ts}
17
18 {if $frequency_day}
19
20 {ts 1=$frequency_day 2=$frequency_unit}Payments are due on day %1 of the %2.{/ts}
21 {/if}
22
23 {if $payments}
24 {assign var="count" value="1"}
25 {foreach from=$payments item=payment}
26
27 {ts 1=$count}Payment %1{/ts}: {$payment.amount|crmMoney:$currency} {if $payment.status eq 1}{ts}paid{/ts} {$payment.receive_date|truncate:10:''|crmDate}{else}{ts}due{/ts} {$payment.due_date|truncate:10:''|crmDate}{/if}
28 {assign var="count" value=`$count+1`}
29 {/foreach}
30 {/if}
31
32
33 {ts 1=$domain.phone 2=$domain.email}Please contact us at %1 or send email to %2 if you have questions
34 or need to modify your payment schedule.{/ts}
35
36 {if $honor_block_is_active}
37 ===========================================================
38 {$honor_type}
39 ===========================================================
40 {$honor_prefix} {$honor_first_name} {$honor_last_name}
41 {if $honor_email}
42 {ts}Honoree Email{/ts}: {$honor_email}
43 {/if}
44 {/if}
45
46 {if $customGroup}
47 {foreach from=$customGroup item=value key=customName}
48 ===========================================================
49 {$customName}
50 ===========================================================
51 {foreach from=$value item=v key=n}
52 {$n}: {$v}
53 {/foreach}
54 {/foreach}
55 {/if}