Merge pull request #12647 from compucorp/fix-case-type-issues
[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
f926d56f
MWMC
10{if $cancelSubscriptionUrl}
11{ts 1=$cancelSubscriptionUrl}You can cancel the auto-renewal option by <a href="%1">visiting this web page</a>.{/ts}
12
13{/if}
6a488035 14
4072b132 15{if $updateSubscriptionBillingUrl}
6a488035 16{ts 1=$updateSubscriptionBillingUrl}You can update billing details for this automatically renewed membership by <a href="%1">visiting this web page</a>.{/ts}
011aeb62 17
4072b132 18{/if}
6a488035
TO
19{else}
20{ts}Thanks for your recurring contribution sign-up.{/ts}
21
22
e2cd07fc 23{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
24
25{ts}Start Date{/ts}: {$recur_start_date|crmDate}
26
f926d56f 27{if $cancelSubscriptionUrl}
6a488035
TO
28{ts 1=$cancelSubscriptionUrl}You can cancel the recurring contribution option by <a href="%1">visiting this web page</a>.{/ts}
29
f926d56f
MWMC
30{/if}
31
4072b132 32{if $updateSubscriptionBillingUrl}
6a488035
TO
33{ts 1=$updateSubscriptionBillingUrl}You can update billing details for this recurring contribution by <a href="%1">visiting this web page</a>.{/ts}
34
4072b132 35{/if}
f926d56f
MWMC
36
37{if $updateSubscriptionUrl}
6a488035 38{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}
f926d56f
MWMC
39
40{/if}
6a488035
TO
41{/if}
42
43{elseif $recur_txnType eq 'END'}
44{if $auto_renew_membership}
45{ts}Your auto renew membership sign-up has ended and your membership will not be automatically renewed.{/ts}
46
47
48{else}
49{ts}Your recurring contribution term has ended.{/ts}
50
51
52{ts 1=$recur_installments}You have successfully completed %1 recurring contributions. Thank you for your support.{/ts}
53
54
55==================================================
56{ts 1=$recur_installments}Interval of Subscription for %1 installment(s){/ts}
57
58==================================================
59{ts}Start Date{/ts}: {$recur_start_date|crmDate}
60
61{ts}End Date{/ts}: {$recur_end_date|crmDate}
62
63{/if}
64{/if}