{include file="CRM/common/TrackingFields.tpl"}

{ts}This is your receipt of payment made for the following event registration.{/ts}

{ts 1=$transaction_id 2=$transaction_date|date_format:"%D %I:%M %p %Z"}Your order number is #%1. Please print this confirmation for your records. You will receieve a confirmation email with the information below. Information about the workshops will be sent separately to each participant. Here's a summary of your transaction placed on %2:{/ts}

{if $pay_later_receipt && $is_pay_later}

{$pay_later_receipt}

{/if} {if $payment_required}
{ts}Billing Name and Address{/ts}
{$billing_name}
{$billing_street_address}
{$billing_city}, {$billing_state} {$billing_postal_code}
{if $credit_card_type}
{ts}Credit Card Information{/ts}
{$credit_card_type}
{$credit_card_number}
{ts}Expires{/ts}: {$credit_card_exp_date.M}/{$credit_card_exp_date.Y}
{/if} {/if} {foreach from=$line_items item=line_item} {/foreach} {if $discounts} {foreach from=$discounts key=myId item=i} {/foreach} {/if}
{ts}Event{/ts} {ts}Participants{/ts} {ts}Price{/ts} {ts}Total{/ts}
{$line_item.event->title}
{if $line_item.event->is_show_location}
{if $line_item.location.address.1.name} {$line_item.location.address.1.name} {/if} {if $line_item.location.address.1.street_address} {$line_item.location.address.1.street_address} {/if} {if $line_item.location.address.1.supplemental_address_1} {$line_item.location.address.1.supplemental_address_1} {/if} {if $line_item.location.address.1.supplemental_address_2} {$line_item.location.address.1.supplemental_address_2} {/if} {if $line_item.location.address.1.supplemental_address_3} {$line_item.location.address.1.supplemental_address_3} {/if} {if $line_item.location.address.1.city} {$line_item.location.address.1.city}, {$line_item.location.address.1.state_province} {$line_item.location.address.1.postal_code} {/if}
{/if}{*End of isShowLocation condition*}
{$line_item.event->start_date|date_format:"%D %I:%M %p"} - {$line_item.event->end_date|date_format:"%I:%M %p"}
{$line_item.num_participants}
{if $line_item.num_participants > 0}
{foreach from=$line_item.participants item=participant} {$participant.display_name}
{/foreach}
{/if} {if $line_item.num_waiting_participants > 0} {ts}Waitlisted:{/ts}
{foreach from=$line_item.waiting_participants item=participant} {$participant.display_name}
{/foreach}
{/if}
{$line_item.cost|crmMoney:$currency|string_format:"%10s"}  {$line_item.amount|crmMoney:$currency|string_format:"%10s"}
{ts}Subtotal{/ts}:  {$sub_total|crmMoney:$currency|string_format:"%10s"}
{$i.title} -{$i.amount|crmMoney:$currency|string_format:"%10s"}
{ts}Total{/ts}:  {$total|crmMoney:$currency|string_format:"%10s"}

{ts}If you have questions about the status of your registration or purchase please contact us.{/ts}