commiting uncommited changes on live site
[weblabels.fsf.org.git] / crm.fsf.org / 20131203 / files / sites / all / modules-old / civicrm / CRM / Upgrade / 4.4.alpha1.msg_template / message_templates / event_online_receipt_text.tpl
1 Dear {contact.display_name},
2
3 {if $event.confirm_email_text AND (not $isOnWaitlist AND not $isRequireApproval)}
4 {$event.confirm_email_text}
5
6 {else}
7 Thank you for your participation. This letter is a confirmation that your registration has been received and your status has been updated to {if $participant_status}$participant_status{else}{if $isOnWaitlist}waitlisted{else}registered{/if}{/if} for the following:
8
9 {/if}
10
11 {if $isOnWaitlist}
12 ==========================================================={if $pricesetFieldsCount }===================={/if}
13
14 {ts}You have been added to the WAIT LIST for this event.{/ts}
15
16 {if $isPrimary}
17 {ts}If space becomes available you will receive an email with a link to a web page where you can complete your registration.{/ts}
18 {/if}
19 ==========================================================={if $pricesetFieldsCount }===================={/if}
20
21 {elseif $isRequireApproval}
22 ==========================================================={if $pricesetFieldsCount }===================={/if}
23
24 {ts}Your registration has been submitted.{/ts}
25
26 {if $isPrimary}
27 {ts}Once your registration has been reviewed, you will receive an email with a link to a web page where you can complete the registration process.{/ts}
28
29 {/if}
30 ==========================================================={if $pricesetFieldsCount }===================={/if}
31
32 {elseif $is_pay_later && !$isAmountzero && !$isAdditionalParticipant}
33
34 ==========================================================={if $pricesetFieldsCount }===================={/if}
35
36 {$pay_later_receipt}
37 ==========================================================={if $pricesetFieldsCount }===================={/if}
38
39 {else}
40
41 {ts}Please print this confirmation for your records.{/ts}
42 {/if}
43
44
45 ==========================================================={if $pricesetFieldsCount }===================={/if}
46
47 {ts}Event Information and Location{/ts}
48
49 ==========================================================={if $pricesetFieldsCount }===================={/if}
50
51 {$event.event_title}
52 {$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}
53 {if $conference_sessions}
54
55
56 {ts}Your schedule:{/ts}
57 {assign var='group_by_day' value='NA'}
58 {foreach from=$conference_sessions item=session}
59 {if $session.start_date|date_format:"%Y/%m/%d" != $group_by_day|date_format:"%Y/%m/%d"}
60 {assign var='group_by_day' value=$session.start_date}
61
62 {$group_by_day|date_format:"%m/%d/%Y"}
63
64
65 {/if}
66 {$session.start_date|crmDate:0:1}{if $session.end_date}-{$session.end_date|crmDate:0:1}{/if} {$session.title}
67 {if $session.location} {$session.location}{/if}
68 {/foreach}
69 {/if}
70
71 {if $event.participant_role neq 'Attendee' and $defaultRole}
72 {ts}Participant Role{/ts}: {$event.participant_role}
73 {/if}
74
75 {if $isShowLocation}
76 {if $location.address.1.name}
77
78 {$location.address.1.name}
79 {/if}
80 {if $location.address.1.street_address}{$location.address.1.street_address}
81 {/if}
82 {if $location.address.1.supplemental_address_1}{$location.address.1.supplemental_address_1}
83 {/if}
84 {if $location.address.1.supplemental_address_2}{$location.address.1.supplemental_address_2}
85 {/if}
86 {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}
87 {/if}
88
89 {/if}{*End of isShowLocation condition*}
90
91 {if $location.phone.1.phone || $location.email.1.email}
92
93 {ts}Event Contacts:{/ts}
94 {foreach from=$location.phone item=phone}
95 {if $phone.phone}
96
97 {if $phone.phone_type}{$phone.phone_type_display}{else}{ts}Phone{/ts}{/if}: {$phone.phone}{/if}
98 {/foreach}
99 {foreach from=$location.email item=eventEmail}
100 {if $eventEmail.email}
101
102 {ts}Email{/ts}: {$eventEmail.email}{/if}{/foreach}
103 {/if}
104
105 {capture assign=icalFeed}{crmURL p='civicrm/event/ical' q="reset=1&id=`$event.id`" h=0 a=1 fe=1}{/capture}
106 {ts}Download iCalendar File:{/ts} {$icalFeed}
107
108 {if $payer.name}
109 You were registered by: {$payer.name}
110 {/if}
111 {if $event.is_monetary} {* This section for Paid events only.*}
112
113 ==========================================================={if $pricesetFieldsCount }===================={/if}
114
115 {$event.fee_label}
116 ==========================================================={if $pricesetFieldsCount }===================={/if}
117
118 {if $lineItem}{foreach from=$lineItem item=value key=priceset}
119
120 {if $value neq 'skip'}
121 {if $isPrimary}
122 {if $lineItem|@count GT 1} {* Header for multi participant registration cases. *}
123 {ts 1=$priceset+1}Participant %1{/ts} {$part.$priceset.info}
124
125 {/if}
126 {/if}
127 -----------------------------------------------------------{if $pricesetFieldsCount }--------------------{/if}
128
129 {capture assign=ts_item}{ts}Item{/ts}{/capture}
130 {capture assign=ts_qty}{ts}Qty{/ts}{/capture}
131 {capture assign=ts_each}{ts}Each{/ts}{/capture}
132 {capture assign=ts_total}{ts}Total{/ts}{/capture}
133 {if $pricesetFieldsCount }{capture assign=ts_participant_total}{ts}Total Participants{/ts}{/capture}{/if}
134 {$ts_item|string_format:"%-30s"} {$ts_qty|string_format:"%5s"} {$ts_each|string_format:"%10s"} {$ts_total|string_format:"%10s"} {$ts_participant_total|string_format:"%10s"}
135 -----------------------------------------------------------{if $pricesetFieldsCount }--------------------{/if}
136
137 {foreach from=$value item=line}
138 {if $pricesetFieldsCount }{capture assign=ts_participant_count}{$line.participant_count}{/capture}{/if}
139 {capture assign=ts_item}{if $line.html_type eq 'Text'}{$line.label}{else}{$line.field_title} - {$line.label}{/if} {if $line.description} {$line.description}{/if}{/capture}{$ts_item|truncate:30:"..."|string_format:"%-30s"} {$line.qty|string_format:"%5s"} {$line.unit_price|crmMoney:$currency|string_format:"%10s"} {$line.line_total|crmMoney:$currency|string_format:"%10s"}{$ts_participant_count|string_format:"%10s"}
140 {/foreach}
141 {/if}
142 {/foreach}
143 {/if}
144 {if $amounts && !$lineItem}
145 {foreach from=$amounts item=amnt key=level}{$amnt.amount|crmMoney:$currency} {$amnt.label}
146 {/foreach}
147 {/if}
148 {if $isPrimary }
149
150 {ts}Total Amount{/ts}: {$totalAmount|crmMoney:$currency} {if $hookDiscount.message}({$hookDiscount.message}){/if}
151
152 {if $pricesetFieldsCount }
153 {assign var="count" value= 0}
154 {foreach from=$lineItem item=pcount}
155 {assign var="lineItemCount" value=0}
156 {if $pcount neq 'skip'}
157 {foreach from=$pcount item=p_count}
158 {assign var="lineItemCount" value=$lineItemCount+$p_count.participant_count}
159 {/foreach}
160 {if $lineItemCount < 1 }
161 {assign var="lineItemCount" value=1}
162 {/if}
163 {assign var="count" value=$count+$lineItemCount}
164 {/if}
165 {/foreach}
166
167 {ts}Total Participants{/ts}: {$count}
168 {/if}
169
170 {if $register_date}
171 {ts}Registration Date{/ts}: {$register_date|crmDate}
172 {/if}
173 {if $receive_date}
174 {ts}Transaction Date{/ts}: {$receive_date|crmDate}
175 {/if}
176 {if $contributionTypeName}
177 {ts}Financial Type{/ts}: {$contributionTypeName}
178 {/if}
179 {if $trxn_id}
180 {ts}Transaction #{/ts}: {$trxn_id}
181 {/if}
182 {if $paidBy}
183 {ts}Paid By{/ts}: {$paidBy}
184 {/if}
185 {if $checkNumber}
186 {ts}Check Number{/ts}: {$checkNumber}
187 {/if}
188 {if $contributeMode ne 'notify' and !$isAmountzero and !$is_pay_later and !$isOnWaitlist and !$isRequireApproval}
189
190 ==========================================================={if $pricesetFieldsCount }===================={/if}
191
192 {ts}Billing Name and Address{/ts}
193
194 ==========================================================={if $pricesetFieldsCount }===================={/if}
195
196 {$billingName}
197 {$address}
198 {/if}
199
200 {if $contributeMode eq 'direct' and !$isAmountzero and !$is_pay_later and !$isOnWaitlist and !$isRequireApproval}
201 ==========================================================={if $pricesetFieldsCount }===================={/if}
202
203 {ts}Credit Card Information{/ts}
204
205 ==========================================================={if $pricesetFieldsCount }===================={/if}
206
207 {$credit_card_type}
208 {$credit_card_number}
209 {ts}Expires{/ts}: {$credit_card_exp_date|truncate:7:''|crmDate}
210 {/if}
211 {/if}
212 {/if} {* End of conditional section for Paid events *}
213
214 {if $customPre}
215 {foreach from=$customPre item=customPr key=i}
216 ==========================================================={if $pricesetFieldsCount }===================={/if}
217
218 {$customPre_grouptitle.$i}
219 ==========================================================={if $pricesetFieldsCount }===================={/if}
220
221 {foreach from=$customPr item=customValue key=customName}
222 {if ( $trackingFields and ! in_array( $customName, $trackingFields ) ) or ! $trackingFields}
223 {$customName}: {$customValue}
224 {/if}
225 {/foreach}
226 {/foreach}
227 {/if}
228
229 {if $customPost}
230 {foreach from=$customPost item=customPos key=j}
231 ==========================================================={if $pricesetFieldsCount }===================={/if}
232
233 {$customPost_grouptitle.$j}
234 ==========================================================={if $pricesetFieldsCount }===================={/if}
235
236 {foreach from=$customPos item=customValue key=customName}
237 {if ( $trackingFields and ! in_array( $customName, $trackingFields ) ) or ! $trackingFields}
238 {$customName}: {$customValue}
239 {/if}
240 {/foreach}
241 {/foreach}
242 {/if}
243 {if $customProfile}
244
245 {foreach from=$customProfile.profile item=eachParticipant key=participantID}
246 ==========================================================={if $pricesetFieldsCount }===================={/if}
247
248 {ts 1=$participantID+2}Participant Information - Participant %1{/ts}
249
250 ==========================================================={if $pricesetFieldsCount }===================={/if}
251
252 {foreach from=$eachParticipant item=eachProfile key=pid}
253 ----------------------------------------------------------{if $pricesetFieldsCount }--------------------{/if}
254
255 {$customProfile.title.$pid}
256 ----------------------------------------------------------{if $pricesetFieldsCount }--------------------{/if}
257
258 {foreach from=$eachProfile item=val key=field}
259 {foreach from=$val item=v key=f}
260 {$field}: {$v}
261 {/foreach}
262 {/foreach}
263 {/foreach}
264 {/foreach}
265 {/if}
266 {if $customGroup}
267 {foreach from=$customGroup item=value key=customName}
268 =========================================================={if $pricesetFieldsCount }===================={/if}
269
270 {$customName}
271 =========================================================={if $pricesetFieldsCount }===================={/if}
272
273 {foreach from=$value item=v key=n}
274 {$n}: {$v}
275 {/foreach}
276 {/foreach}
277 {/if}