Merge pull request #24115 from kcristiano/5.52-token
[civicrm-core.git] / templates / CRM / Contribute / Form / PCP / PCPAccount.tpl
1 {*
2 +--------------------------------------------------------------------+
3 | Copyright CiviCRM LLC. All rights reserved. |
4 | |
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 |
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}
12 <div class="help">
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">
19 <i class="crm-i fa-exclamation-triangle" aria-hidden="true"></i>
20 <strong>{ts}Profile is not configured with Email address.{/ts}</strong>
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}