Merge pull request #23932 from webmaster-cses-org-uk/patch-4
[civicrm-core.git] / xml / templates / message_templates / contribution_recurring_billing_text.tpl
1 {assign var="greeting" value="{contact.email_greeting}"}{if $greeting}{$greeting},{/if}
2
3 {ts 1=$amount 2=$recur_frequency_interval 3=$recur_frequency_unit}Billing details for your recurring contribution of %1, every %2 %3 have been updated.{/ts}
4
5 ===========================================================
6 {ts}Billing Name and Address{/ts}
7
8 ===========================================================
9 {$billingName}
10 {$address}
11
12 {$email}
13
14 ===========================================================
15 {ts}Credit Card Information{/ts}
16
17 ===========================================================
18 {$credit_card_type}
19 {$credit_card_number}
20 {ts}Expires{/ts}: {$credit_card_exp_date|truncate:7:''|crmDate}
21
22
23 {ts 1=$receipt_from_email}If you have questions please contact us at %1{/ts}