Merge pull request #24084 from michaelmcandrew/dev/core#3764
[civicrm-core.git] / xml / templates / message_templates / pledge_reminder_text.tpl
CommitLineData
21585345 1{assign var="greeting" value="{contact.email_greeting_display}"}{if $greeting}{$greeting},{/if}
6a488035
TO
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}
21585345 13{capture assign=contributionUrl}{crmURL p='civicrm/contribute/transact' q="reset=1&id=`$contribution_page_id`&cid=`{contact.id}`&pledgeId=`$pledge_id`&cs=`$checksumValue`" a=true h=0 fe=1}{/capture}
6a488035
TO
14Click 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}:
21585345 18{domain.address}
6a488035
TO
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
21585345 29{ts 1='{domain.phone}' 2='{domain.email}'} Please contact us at %1 or send email to %2 if you have questions
6a488035
TO
30or need to modify your payment schedule.{/ts}
31
32
33{ts}Thank your for your generous support.{/ts}