Merge pull request #18554 from civicrm/5.30
[civicrm-core.git] / xml / templates / message_templates / pcp_status_change_text.tpl
CommitLineData
6a488035
TO
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}:
101. {ts}Login to your account at{/ts}:
11{$loginUrl}
12
132. {ts}Click or paste this link into your browser to go to your page{/ts}:
14{$pcpInfoURL}
15
0865a4ed 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}
6a488035
TO
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
0865a4ed 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}
6a488035
TO
38
39{if $pcpNotifyEmailAddress}
40
41{ts}Please contact our site administrator for more information{/ts}:
42{$pcpNotifyEmailAddress}
43{/if}
44
45{/if}