{* +--------------------------------------------------------------------+ | CiviCRM version 4.7 | +--------------------------------------------------------------------+ | Copyright CiviCRM LLC (c) 2004-2015 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | | CiviCRM is free software; you can copy, modify, and distribute it | | under the terms of the GNU Affero General Public License | | Version 3, 19 November 2007 and the CiviCRM Licensing Exception. | | | | CiviCRM is distributed in the hope that it will be useful, but | | WITHOUT ANY WARRANTY; without even the implied warranty of | | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | | See the GNU Affero General Public License for more details. | | | | You should have received a copy of the GNU Affero General Public | | License and the CiviCRM Licensing Exception along | | with this program; if not, contact CiviCRM LLC | | at info[AT]civicrm[DOT]org. If you have questions about the | | GNU Affero General Public License or the licensing of CiviCRM, | | see the CiviCRM license FAQ at http://civicrm.org/licensing | +--------------------------------------------------------------------+ *} {if $action & 1024} {include file="CRM/Event/Form/Registration/PreviewHeader.tpl"} {/if} {include file="CRM/common/TrackingFields.tpl"}
{if $isOnWaitlist}
{ts}Please verify the information below. Then click 'Continue' to be added to the WAIT LIST for this event. If space becomes available you will receive an email with a link to a web page where you can complete your registration.{/ts}
{elseif $isRequireApproval}
{ts}Please verify the information below. Then click 'Continue' to submit your registration. Once approved, you will receive an email with a link to a web page where you can complete the registration process.{/ts}
{else}
{ts}Please verify the information below. Click the Go Back button below if you need to make changes.{/ts} {if $contributeMode EQ 'notify' and !$is_pay_later and ! $isAmountzero } {if $paymentProcessor.payment_processor_type EQ 'Google_Checkout'} {ts 1=$paymentProcessor.name}Click the %1 button to checkout to Google, where you will select your payment method and complete the registration.{/ts} {else} {ts 1=$paymentProcessor.name}Click the Continue button to checkout to %1, where you will select your payment method and complete the registration.{/ts} {/if } {else} {ts}Otherwise, click the Continue button below to complete your registration.{/ts} {/if}
{if $is_pay_later and !$isAmountzero}
{$pay_later_receipt}
{/if} {/if}
{include file="CRM/common/formButtons.tpl" location="top"}
{if $event.confirm_text}

{$event.confirm_text}

{/if}
{ts}Event Information{/ts}
{include file="CRM/Event/Form/Registration/EventInfoBlock.tpl"}
{if $pcpBlock}
{ts}Contribution Honor Roll{/ts}
{if $pcp_display_in_roll} {ts}List my contribution{/ts} {if $pcp_is_anonymous} {ts}anonymously{/ts}. {else} {ts}under the name{/ts}: {$pcp_roll_nickname}
{if $pcp_personal_note} {ts}With the personal note{/ts}: {$pcp_personal_note} {else} {ts}With no personal note{/ts} {/if} {/if} {else} {ts}Don't list my contribution in the honor roll.{/ts} {/if}
{/if} {if $paidEvent && !$isRequireApproval && !$isOnWaitlist}
{$event.fee_label}
{if $lineItem} {include file="CRM/Price/Page/LineItem.tpl" context="Event"} {elseif $amounts || $amount == 0}
{foreach from= $amounts item=amount key=level}
{$amount.amount|crmMoney}  {$amount.label}
{/foreach}
{if $totalTaxAmount}
{ts}Total Tax Amount{/ts}:  {$totalTaxAmount|crmMoney}
{/if} {if $totalAmount}
{ts}Total Amount{/ts}:  {$totalAmount|crmMoney}
{/if} {if $hookDiscount.message}
({$hookDiscount.message})
{/if} {/if}
{/if} {if $event.participant_role neq 'Attendee' and $defaultRole}
{ts}Participant Role{/ts}
{$event.participant_role}
{/if} {include file="CRM/Event/Form/Registration/DisplayProfile.tpl"} {if $contributeMode ne 'notify' and (!$is_pay_later or $isBillingAddressRequiredForPayLater) and $paidEvent and !$isAmountzero and !$isOnWaitlist and !$isRequireApproval}
{ts}Billing Name and Address{/ts}
{$billingName}
{$address|nl2br}
{/if} {if $contributeMode eq 'direct' and ! $is_pay_later and !$isAmountzero and !$isOnWaitlist and !$isRequireApproval}
{ts}Credit Card Information{/ts}
{$credit_card_type}
{$credit_card_number}
{ts}Expires{/ts}: {$credit_card_exp_date|truncate:7:''|crmDate}
{/if} {if $contributeMode NEQ 'notify'} {* In 'notify mode, contributor is taken to processor payment forms next *}

{ts}Your registration will not be submitted until you click the Continue button. Please click the button one time only. If you need to change any details, click the Go Back button below to return to the previous screen.{/ts}

{/if} {if $paymentProcessor.payment_processor_type EQ 'Google_Checkout' and $paidEvent and !$is_pay_later and ! $isAmountzero and !$isOnWaitlist and !$isRequireApproval}
{ts}Checkout with Google{/ts}
{ts}Click the Google Checkout button to continue.{/ts}
{$form._qf_Confirm_next_checkout.html} Checkout securely. Pay without sharing your financial information.
{/if}
{include file="CRM/common/formButtons.tpl" location="bottom"}
{if $event.confirm_footer_text} {/if}
{include file="CRM/common/showHide.tpl"}