CRM-15258 - Also fixes CRM-15257. Includes new msg tpl versions and handles upgrades...
[civicrm-core.git] / xml / templates / message_templates / contribution_recurring_notify_text.tpl
CommitLineData
6a488035
TO
1{ts 1=$displayName}Dear %1{/ts},
2
3{if $recur_txnType eq 'START'}
4{if $auto_renew_membership}
5{ts}Thanks for your auto renew membership sign-up.{/ts}
6
7
8{ts 1=$recur_frequency_interval 2=$recur_frequency_unit}This membership will be automatically renewed every %1 %2(s).{/ts}
9
10{ts 1=$cancelSubscriptionUrl}This membership will be renewed automatically. You can cancel the auto-renewal option by <a href="%1">visiting this web page</a>.{/ts}
11
12{ts 1=$updateSubscriptionBillingUrl}You can update billing details for this automatically renewed membership by <a href="%1">visiting this web page</a>.{/ts}
011aeb62 13
6a488035
TO
14{else}
15{ts}Thanks for your recurring contribution sign-up.{/ts}
16
17
e2cd07fc 18{ts 1=$recur_frequency_interval 2=$recur_frequency_unit 3=$recur_installments}This recurring contribution will be automatically processed every %1 %2(s){/ts}{if $recur_installments } {ts 1=$recur_installments} for a total of %1 installment(s){/ts}{/if}.
6a488035
TO
19
20{ts}Start Date{/ts}: {$recur_start_date|crmDate}
21
22{ts 1=$cancelSubscriptionUrl}You can cancel the recurring contribution option by <a href="%1">visiting this web page</a>.{/ts}
23
24{ts 1=$updateSubscriptionBillingUrl}You can update billing details for this recurring contribution by <a href="%1">visiting this web page</a>.{/ts}
25
26{ts 1=$updateSubscriptionUrl}You can update recurring contribution amount or change the number of installments for this recurring contribution by <a href="%1">visiting this web page</a>.{/ts}
27{/if}
28
29{elseif $recur_txnType eq 'END'}
30{if $auto_renew_membership}
31{ts}Your auto renew membership sign-up has ended and your membership will not be automatically renewed.{/ts}
32
33
34{else}
35{ts}Your recurring contribution term has ended.{/ts}
36
37
38{ts 1=$recur_installments}You have successfully completed %1 recurring contributions. Thank you for your support.{/ts}
39
40
41==================================================
42{ts 1=$recur_installments}Interval of Subscription for %1 installment(s){/ts}
43
44==================================================
45{ts}Start Date{/ts}: {$recur_start_date|crmDate}
46
47{ts}End Date{/ts}: {$recur_end_date|crmDate}
48
49{/if}
50{/if}