Merge pull request #10080 from agileware/CRM-20360
[civicrm-core.git] / xml / templates / message_templates / contribution_recurring_notify_text.tpl
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 {if $updateSubscriptionBillingUrl}
13 {ts 1=$updateSubscriptionBillingUrl}You can update billing details for this automatically renewed membership by <a href="%1">visiting this web page</a>.{/ts}
14
15 {/if}
16 {else}
17 {ts}Thanks for your recurring contribution sign-up.{/ts}
18
19
20 {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}.
21
22 {ts}Start Date{/ts}: {$recur_start_date|crmDate}
23
24 {ts 1=$cancelSubscriptionUrl}You can cancel the recurring contribution option by <a href="%1">visiting this web page</a>.{/ts}
25
26 {if $updateSubscriptionBillingUrl}
27 {ts 1=$updateSubscriptionBillingUrl}You can update billing details for this recurring contribution by <a href="%1">visiting this web page</a>.{/ts}
28
29 {/if}
30 {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}
31 {/if}
32
33 {elseif $recur_txnType eq 'END'}
34 {if $auto_renew_membership}
35 {ts}Your auto renew membership sign-up has ended and your membership will not be automatically renewed.{/ts}
36
37
38 {else}
39 {ts}Your recurring contribution term has ended.{/ts}
40
41
42 {ts 1=$recur_installments}You have successfully completed %1 recurring contributions. Thank you for your support.{/ts}
43
44
45 ==================================================
46 {ts 1=$recur_installments}Interval of Subscription for %1 installment(s){/ts}
47
48 ==================================================
49 {ts}Start Date{/ts}: {$recur_start_date|crmDate}
50
51 {ts}End Date{/ts}: {$recur_end_date|crmDate}
52
53 {/if}
54 {/if}