+
+ |
+ {ts}Event Information and Location{/ts}
+ |
+
+
+
+ {$event.event_title}
+ {$event.event_start_date|date_format:"%A"} {$event.event_start_date|crmDate}{if $event.event_end_date}-{if $event.event_end_date|date_format:"%Y%m%d" == $event.event_start_date|date_format:"%Y%m%d"}{$event.event_end_date|crmDate:0:1}{else}{$event.event_end_date|date_format:"%A"} {$event.event_end_date|crmDate}{/if}{/if}
+ |
+
+
+
+ {if $conference_sessions}
+
+ |
+ {ts}Your schedule:{/ts}
+ |
+
+
+
+ {assign var='group_by_day' value='NA'}
+ {foreach from=$conference_sessions item=session}
+ {if $session.start_date|date_format:"%Y/%m/%d" != $group_by_day|date_format:"%Y/%m/%d"}
+ {assign var='group_by_day' value=$session.start_date}
+ {$group_by_day|date_format:"%m/%d/%Y"}
+ {/if}
+ {$session.start_date|crmDate:0:1}{if $session.end_date}-{$session.end_date|crmDate:0:1}{/if} {$session.title}
+ {if $session.location} {$session.location} {/if}
+ {/foreach}
+ |
+
+ {/if}
+
+ {if $event.participant_role neq 'Attendee' and $defaultRole}
+
+ |
+ {ts}Participant Role{/ts}
+ |
+
+ {$event.participant_role}
+ |
+
+ {/if}
+
+ {if $isShowLocation}
+
+
+ {if $location.address.1.name}
+ {$location.address.1.name}
+ {/if}
+ {if $location.address.1.street_address}
+ {$location.address.1.street_address}
+ {/if}
+ {if $location.address.1.supplemental_address_1}
+ {$location.address.1.supplemental_address_1}
+ {/if}
+ {if $location.address.1.supplemental_address_2}
+ {$location.address.1.supplemental_address_2}
+ {/if}
+ {if $location.address.1.city}
+ {$location.address.1.city}, {$location.address.1.state_province} {$location.address.1.postal_code}{if $location.address.1.postal_code_suffix} - {$location.address.1.postal_code_suffix}{/if}
+ {/if}
+ |
+
+ {/if}
+
+ {if $location.phone.1.phone || $location.email.1.email}
+
+ |
+ {ts}Event Contacts:{/ts}
+ |
+
+ {foreach from=$location.phone item=phone}
+ {if $phone.phone}
+
+ |
+ {if $phone.phone_type}
+ {$phone.phone_type_display}
+ {else}
+ {ts}Phone{/ts}
+ {/if}
+ |
+
+ {$phone.phone} {if $phone.phone_ext} {ts}ext.{/ts} {$phone.phone_ext}{/if}
+ |
+
+ {/if}
+ {/foreach}
+ {foreach from=$location.email item=eventEmail}
+ {if $eventEmail.email}
+
+ |
+ {ts}Email{/ts}
+ |
+
+ {$eventEmail.email}
+ |
+
+ {/if}
+ {/foreach}
+ {/if}
+ {if $event.is_public}
+
+ |
+ {capture assign=icalFeed}{crmURL p='civicrm/event/ical' q="reset=1&id=`$event.id`" h=0 a=1 fe=1}{/capture}
+ {ts}Download iCalendar File{/ts}
+ |
+
+ {/if}
+ {if $event.is_share}
+
+ |
+ {capture assign=eventUrl}{crmURL p='civicrm/event/info' q="id=`$event.id`&reset=1" a=true fe=1 h=1}{/capture}
+ {include file="CRM/common/SocialNetwork.tpl" emailMode=true url=$eventUrl title=$event.title pageURL=$eventUrl}
+ |
+
+ {/if}
+ {if $payer.name}
+
+ |
+ {ts}You were registered by:{/ts}
+ |
+
+
+ |
+ {$payer.name}
+ |
+
+ {/if}
+ {if $event.is_monetary}
+
+
+ |
+ {$event.fee_label}
+ |
+
+
+ {if $lineItem}
+ {foreach from=$lineItem item=value key=priceset}
+ {if $value neq 'skip'}
+ {if $isPrimary}
+ {if $lineItem|@count GT 1} {* Header for multi participant registration cases. *}
+
+ |
+ {ts 1=$priceset+1}Participant %1{/ts} {$part.$priceset.info}
+ |
+
+ {/if}
+ {/if}
+
+
+ {* FIXME: style this table so that it looks like the text version (justification, etc.) *}
+
+ | {ts}Item{/ts} |
+ {ts}Qty{/ts} |
+ {ts}Each{/ts} |
+ {ts}Total{/ts} |
+ {if $pricesetFieldsCount }{ts}Total Participants{/ts} | {/if}
+
+ {foreach from=$value item=line}
+
+ |
+ {if $line.html_type eq 'Text'}{$line.label}{else}{$line.field_title} - {$line.label}{/if} {if $line.description} {$line.description|truncate:30:"..."} {/if}
+ |
+
+ {$line.qty}
+ |
+
+ {$line.unit_price|crmMoney:$currency}
+ |
+
+ {$line.line_total|crmMoney:$currency}
+ |
+ {if $pricesetFieldsCount }{$line.participant_count} | {/if}
+
+ {/foreach}
+
+ |
+
+ {/if}
+ {/foreach}
+ {/if}
+
+ {if $amounts && !$lineItem}
+ {foreach from=$amounts item=amnt key=level}
+
+ |
+ {$amnt.amount|crmMoney:$currency} {$amnt.label}
+ |
+
+ {/foreach}
+ {/if}
+
+ {if $isPrimary}
+
+ |
+ {ts}Total Amount{/ts}
+ |
+
+ {$totalAmount|crmMoney:$currency} {if $hookDiscount.message}({$hookDiscount.message}){/if}
+ |
+
+ {if $pricesetFieldsCount }
+
+ |
+ {ts}Total Participants{/ts} |
+
+ {assign var="count" value= 0}
+ {foreach from=$lineItem item=pcount}
+ {assign var="lineItemCount" value=0}
+ {if $pcount neq 'skip'}
+ {foreach from=$pcount item=p_count}
+ {assign var="lineItemCount" value=$lineItemCount+$p_count.participant_count}
+ {/foreach}
+ {if $lineItemCount < 1 }
+ {assign var="lineItemCount" value=1}
+ {/if}
+ {assign var="count" value=$count+$lineItemCount}
+ {/if}
+ {/foreach}
+ {$count}
+ |
+ {/if}
+
+ {if $register_date}
+
+ |
+ {ts}Registration Date{/ts}
+ |
+
+ {$register_date|crmDate}
+ |
+
+ {/if}
+
+ {if $receive_date}
+
+ |
+ {ts}Transaction Date{/ts}
+ |
+
+ {$receive_date|crmDate}
+ |
+
+ {/if}
+
+ {if $contributionTypeName}
+
+ |
+ {ts}Financial Type{/ts}
+ |
+
+ {$contributionTypeName}
+ |
+
+ {/if}
+
+ {if $trxn_id}
+
+ |
+ {ts}Transaction #{/ts}
+ |
+
+ {$trxn_id}
+ |
+
+ {/if}
+
+ {if $paidBy}
+
+ |
+ {ts}Paid By{/ts}
+ |
+
+ {$paidBy}
+ |
+
+ {/if}
+
+ {if $checkNumber}
+
+ |
+ {ts}Check Number{/ts}
+ |
+
+ {$checkNumber}
+ |
+
+ {/if}
+
+ {if $contributeMode ne 'notify' and !$isAmountzero and !$is_pay_later and !$isOnWaitlist and !$isRequireApproval}
+
+ |
+ {ts}Billing Name and Address{/ts}
+ |
+
+
+
+ {$billingName}
+ {$address|nl2br}
+ |
+
+ {/if}
+
+ {if $contributeMode eq 'direct' and !$isAmountzero and !$is_pay_later 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}
+
+ {/if} {* End of conditional section for Paid events *}
+
+
+{if $customPre}
+{foreach from=$customPre item=customPr key=i}
+ | {$customPre_grouptitle.$i} |
+ {foreach from=$customPr item=customValue key=customName}
+ {if ( $trackingFields and ! in_array( $customName, $trackingFields ) ) or ! $trackingFields}
+
+ | {$customName} |
+ {$customValue} |
+
+ {/if}
+ {/foreach}
+{/foreach}
+{/if}
+
+{if $customPost}
+{foreach from=$customPost item=customPos key=j}
+ | {$customPost_grouptitle.$j} |
+ {foreach from=$customPos item=customValue key=customName}
+ {if ( $trackingFields and ! in_array( $customName, $trackingFields ) ) or ! $trackingFields}
+
+ | {$customName} |
+ {$customValue} |
+
+{/if}
+{/foreach}
+{/foreach}
+{/if}
+
+{if $customProfile}
+{foreach from=$customProfile.profile item=eachParticipant key=participantID}
+ | {ts 1=$participantID+2}Participant %1{/ts} |
+ {foreach from=$eachParticipant item=eachProfile key=pid}
+ | {$customProfile.title.$pid} |
+ {foreach from=$eachProfile item=val key=field}
+ {foreach from=$val item=v key=f}
+ | {$field} |
+ {$v} |
+ {/foreach}
+
+ {/foreach}
+{/foreach}
+{/foreach}
+{/if}
+
+ {if $customGroup}
+ {foreach from=$customGroup item=value key=customName}
+
+ |
+ {$customName}
+ |
+
+ {foreach from=$value item=v key=n}
+
+ |
+ {$n}
+ |
+
+ {$v}
+ |
+
+ {/foreach}
+ {/foreach}
+ {/if}
+
+
+