Merge pull request #10080 from agileware/CRM-20360
[civicrm-core.git] / xml / templates / message_templates / pcp_status_change_text.tpl
1 {if $pcpStatus eq 'Approved'}
2 ============================
3 {ts}Your Personal Campaign Page{/ts}
4
5 ============================
6
7 {ts}Your personal campaign page has been approved and is now live.{/ts}
8
9 {ts}Whenever you want to preview, update or promote your page{/ts}:
10 1. {ts}Login to your account at{/ts}:
11 {$loginUrl}
12
13 2. {ts}Click or paste this link into your browser to go to your page{/ts}:
14 {$pcpInfoURL}
15
16 {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}
17
18 {if $isTellFriendEnabled}
19
20 {ts}After logging in, you can use this form to promote your fundraising page{/ts}:
21 {$pcpTellFriendURL}
22
23 {/if}
24
25 {if $pcpNotifyEmailAddress}
26 {ts}Questions? Send email to{/ts}:
27 {$pcpNotifyEmailAddress}
28 {/if}
29
30 {* Rejected message *}
31 {elseif $pcpStatus eq 'Not Approved'}
32 ============================
33 {ts}Your Personal Campaign Page{/ts}
34
35 ============================
36
37 {ts}Your personal campaign page has been reviewed. There were some issues with the content which prevented us from approving the page. We are sorry for any inconvenience.{/ts}
38
39 {if $pcpNotifyEmailAddress}
40
41 {ts}Please contact our site administrator for more information{/ts}:
42 {$pcpNotifyEmailAddress}
43 {/if}
44
45 {/if}