Merge pull request #13279 from aydun/list_tokens
[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 {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}
14
15 {if $updateSubscriptionBillingUrl}
16 {ts 1=$updateSubscriptionBillingUrl}You can update billing details for this automatically renewed membership by <a href="%1">visiting this web page</a>.{/ts}
17
18 {/if}
19 {else}
20 {ts}Thanks for your recurring contribution sign-up.{/ts}
21
22
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}.
24
25 {ts}Start Date{/ts}: {$recur_start_date|crmDate}
26
27 {if $cancelSubscriptionUrl}
28 {ts 1=$cancelSubscriptionUrl}You can cancel the recurring contribution option by <a href="%1">visiting this web page</a>.{/ts}
29
30 {/if}
31
32 {if $updateSubscriptionBillingUrl}
33 {ts 1=$updateSubscriptionBillingUrl}You can update billing details for this recurring contribution by <a href="%1">visiting this web page</a>.{/ts}
34
35 {/if}
36
37 {if $updateSubscriptionUrl}
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}
39
40 {/if}
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}