{* +--------------------------------------------------------------------+ | Copyright CiviCRM LLC. All rights reserved. | | | | This work is published under the GNU AGPLv3 license with some | | permitted exceptions and without any warranty. For full license | | and copyright information, see https://civicrm.org/licensing | +--------------------------------------------------------------------+ *} {if call_user_func(array('CRM_Core_Permission','check'), 'administer CiviCRM') } {capture assign="buttonTitle"}{ts}Configure Event{/ts}{/capture} {crmButton target="_blank" p="civicrm/event/manage/settings" q="reset=1&action=update&id=`$event.id`" fb=1 title="$buttonTitle" icon="fa-wrench"}{ts}Configure{/ts}{/crmButton}
{/if} {* Callback snippet: Load payment processor *} {if $action & 1024} {include file="CRM/Event/Form/Registration/PreviewHeader.tpl"} {/if} {include file="CRM/common/TrackingFields.tpl"}
{* moved to tpl since need to show only for primary participant page *} {if $requireApprovalMsg || $waitlistMsg}
{if $requireApprovalMsg}
{$requireApprovalMsg}
{/if} {if $waitlistMsg}
{$waitlistMsg}
{/if}
{/if} {crmRegion name='event-register-not-you-block'} {if $contact_id}
{ts 1=$display_name}Welcome %1{/ts}. ({ts 1=$display_name}Not %1, or want to register a different person{/ts}?)
{/if} {/crmRegion} {if $event.intro_text}

{$event.intro_text}

{/if} {include file="CRM/common/cidzero.tpl"} {if $pcpSupporterText}
{$pcpSupporterText}
{/if} {if !empty($form.additional_participants.html)}
{$form.additional_participants.label} *
{$form.additional_participants.html}{if $contact_id || $contact_id == NULL}{ts}(including yourself){/ts}{/if}
{ts}Fill in your registration information on this page. If you are registering additional people, you will be able to enter their registration information after you complete this page and click "Review your registration".{/ts}
{/if}
{* User account registration option. Displays if enabled for one of the profiles on this page. *} {include file="CRM/common/CMSUser.tpl"}
{* Display "Top of page" profile immediately after the introductory text *} {include file="CRM/UF/Form/Block.tpl" fields=$customPre}
{if $priceSet} {if ! $quickConfig}
{$event.fee_label}{/if} {include file="CRM/Price/Form/PriceSet.tpl" extends="Event"} {include file="CRM/Price/Form/ParticipantCount.tpl"} {if ! $quickConfig}
{/if} {/if} {if $pcp && $is_honor_roll }
{$form.pcp_display_in_roll.html}   {$form.pcp_display_in_roll.label}
{$form.pcp_is_anonymous.html}
{$form.pcp_roll_nickname.label}
{$form.pcp_roll_nickname.html}
{ts}Enter the name you want listed with this contribution. You can use a nick name like 'The Jones Family' or 'Sarah and Sam'.{/ts}
{$form.pcp_personal_note.label}
{$form.pcp_personal_note.html}
{ts}Enter a message to accompany this contribution.{/ts}
{/if} {if !empty($form.payment_processor_id.label)} {/if} {if $priceSet} {include file='CRM/Core/BillingBlockWrapper.tpl'} {/if}
{include file="CRM/UF/Form/Block.tpl" fields=$customPost}
{if $isCaptcha} {include file='CRM/common/ReCAPTCHA.tpl'} {/if}
{include file="CRM/common/formButtons.tpl" location="bottom"}
{if $event.footer_text} {/if}
{/literal} {include file="CRM/Form/validate.tpl"}