{include file="CRM/common/TrackingFields.tpl"} {if $contact}
{ts 1=$contact.display_name}Welcome %1{/ts}. ({ts 1=$contact.display_name}Not %1, or want to register a different person{/ts}?)
{/if} {foreach from=$events_in_carts key=index item=event_in_cart} {if !$event_in_cart.main_conference_event_id} {assign var=event_id value=$event_in_cart->event_id}

{$event_in_cart->event->title} ({$event_in_cart->event->start_date|date_format:"%m/%d/%Y %l:%M%p"})

{foreach from=$event_in_cart->participants item=participant} {include file="CRM/Event/Cart/Form/Checkout/Participant.tpl"} {/foreach} {ts}Add Another Participant{/ts}
{if $event_in_cart->event->is_monetary }
{foreach from=$price_fields_for_event.$event_id key=price_index item=price_field_name}
{$form.$price_field_name.label}
{$form.$price_field_name.html|replace:'/label> ':'/label>
'}
{/foreach}
{else}

{ts}There is no charge for this event.{/ts}

{/if}
{/if} {/foreach}
{include file="CRM/common/formButtons.tpl" location="bottom"}
{include file="CRM/Event/Cart/Form/viewCartLink.tpl"} {literal} {/literal}