Merge pull request #23932 from webmaster-cses-org-uk/patch-4
[civicrm-core.git] / xml / templates / message_templates / pcp_supporter_notify_text.tpl
1 {assign var="greeting" value="{contact.email_greeting}"}{if $greeting}{$greeting},{/if}
2
3 {ts 1="$contribPageTitle"}Thanks for creating a personal campaign page in support of %1.{/ts}
4
5 {if $pcpStatus eq 'Approved'}
6 ====================
7 {ts}Promoting Your Page{/ts}
8
9 ====================
10 {if $isTellFriendEnabled}
11
12 {ts}You can begin your fundraising efforts using our "Tell a Friend" form{/ts}:
13
14 1. {ts}Login to your account at{/ts}:
15 {$loginUrl}
16
17 2. {ts}Click or paste this link into your browser and follow the prompts{/ts}:
18 {$pcpTellFriendURL}
19 {else}
20
21 {ts}Send email to family, friends and colleagues with a personal message about this campaign.{/ts}
22 {ts}Include this link to your fundraising page in your emails{/ts}:
23 {$pcpInfoURL}
24 {/if}
25
26 ===================
27 {ts}Managing Your Page{/ts}
28
29 ===================
30 {ts}Whenever you want to preview, update or promote your page{/ts}:
31 1. {ts}Login to your account at{/ts}:
32 {$loginUrl}
33
34 2. {ts}Click or paste this link into your browser to go to your page{/ts}:
35 {$pcpInfoURL}
36
37 {ts}When you view your campaign page WHILE LOGGED IN, the page includes links to edit your page, tell friends, and update your contact info.{/ts}
38
39
40 {elseif $pcpStatus EQ 'Waiting Review'}
41 {ts}Your page requires administrator review before you can begin your fundraising efforts.{/ts}
42
43
44 {ts}A notification email has been sent to the site administrator, and you will receive another notification from them as soon as the review process is complete.{/ts}
45
46
47 {ts}You can still preview your page prior to approval{/ts}:
48 1. {ts}Login to your account at{/ts}:
49 {$loginUrl}
50
51 2. {ts}Click or paste this link into your browser{/ts}:
52 {$pcpInfoURL}
53
54 {/if}
55 {if $pcpNotifyEmailAddress}
56 {ts}Questions? Send email to{/ts}:
57 {$pcpNotifyEmailAddress}
58 {/if}