Merge pull request #24115 from kcristiano/5.52-token
[civicrm-core.git] / templates / CRM / Contribute / Form / PCP / PCPAccount.tpl
CommitLineData
6a488035
TO
1{*
2 +--------------------------------------------------------------------+
1188c7a8 3 | Copyright CiviCRM LLC. All rights reserved. |
6a488035 4 | |
1188c7a8
TO
5 | This work is published under the GNU AGPLv3 license with some |
6 | permitted exceptions and without any warranty. For full license |
7 | and copyright information, see https://civicrm.org/licensing |
6a488035
TO
8 +--------------------------------------------------------------------+
9*}
10{* Displays account creation and supporter profile form (step 1 in creating a personal campaign page as well as Update Contact info). *}
11{if $action EQ 1}
f6eedce7 12<div class="help">
6a488035
TO
13 {ts}Creating your own fundraising page is simple. Fill in some basic information below, which will allow you to manage your page and invite friends to make a contribution. Then click 'Continue' to personalize and announce your page.{/ts}
14</div>
15{/if}
16
17{if $profileDisplay}
18<div class="messages status no-popup">
13a3d214 19 <i class="crm-i fa-exclamation-triangle" aria-hidden="true"></i>
d6aeb89d 20 <strong>{ts}Profile is not configured with Email address.{/ts}</strong>
6a488035
TO
21</div>
22{else}
23<div class="form-item">
24{include file="CRM/common/CMSUser.tpl"}
25{include file="CRM/UF/Form/Block.tpl" fields=$fields}
26{if $isCaptcha}
27{include file='CRM/common/ReCAPTCHA.tpl'}
28{/if}
29</div>
30<div class="crm-submit-buttons">
31{include file="CRM/common/formButtons.tpl" location="bottom"}
32</div>
33{/if}