Merge pull request #1 from civicrm/master
[civicrm-core.git] / xml / templates / message_templates / pledge_reminder_text.tpl
1 {assign var="greeting" value="{contact.email_greeting}"}{if $greeting}{$greeting},{/if}
2
3 {ts 1=$next_payment|truncate:10:''|crmDate}This is a reminder that the next payment on your pledge is due on %1.{/ts}
4
5 ===========================================================
6 {ts}Payment Due{/ts}
7
8 ===========================================================
9 {ts}Amount Due{/ts}: {$amount_due|crmMoney:$currency}
10 {ts}Due Date{/ts}: {$scheduled_payment_date|truncate:10:''|crmDate}
11
12 {if $contribution_page_id}
13 {capture assign=contributionUrl}{crmURL p='civicrm/contribute/transact' q="reset=1&id=`$contribution_page_id`&cid=`$contact.contact_id`&pledgeId=`$pledge_id`&cs=`$checksumValue`" a=true h=0}{/capture}
14 Click this link to go to a web page where you can make your payment online:
15 {$contributionUrl}
16 {else}
17 {ts}Please mail your payment to{/ts}:
18 {$domain.address}
19 {/if}
20
21 ===========================================================
22 {ts}Pledge Information{/ts}
23
24 ===========================================================
25 {ts}Pledge Received{/ts}: {$create_date|truncate:10:''|crmDate}
26 {ts}Total Pledge Amount{/ts}: {$amount|crmMoney:$currency}
27 {ts}Total Paid{/ts}: {$amount_paid|crmMoney:$currency}
28
29 {ts 1=$domain.phone 2=$domain.email}Please contact us at %1 or send email to %2 if you have questions
30 or need to modify your payment schedule.{/ts}
31
32
33 {ts}Thank your for your generous support.{/ts}