[REF][PHP8.1] Replace usage of the date_format modifer with crmDate to resolve issues...
[civicrm-core.git] / xml / templates / message_templates / event_offline_receipt_text.tpl
1 {assign var="greeting" value="{contact.email_greeting}"}{if $greeting}{$greeting},{/if}
2 {if !empty($event.confirm_email_text) AND (empty($isOnWaitlist) AND empty($isRequireApproval))}
3 {$event.confirm_email_text}
4 {/if}
5
6 {if !empty($isOnWaitlist)}
7 ==========================================================={if !empty($pricesetFieldsCount) }===================={/if}
8
9 {ts}You have been added to the WAIT LIST for this event.{/ts}
10
11 {if !empty($isPrimary)}
12 {ts}If space becomes available you will receive an email with a link to a web page where you can complete your registration.{/ts}
13
14 {/if}
15 ==========================================================={if !empty($pricesetFieldsCount) }===================={/if}
16
17 {elseif !empty($isRequireApproval)}
18 ==========================================================={if !empty($pricesetFieldsCount) }===================={/if}
19
20 {ts}Your registration has been submitted.{/ts}
21
22 {if !empty($isPrimary)}
23 {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}
24
25 {/if}
26 ==========================================================={if !empty($pricesetFieldsCount) }===================={/if}
27
28 {elseif $is_pay_later}
29
30 ==========================================================={if !empty($pricesetFieldsCount) }===================={/if}
31
32 {$pay_later_receipt}
33 ==========================================================={if !empty($pricesetFieldsCount) }===================={/if}
34
35 {/if}
36
37
38 ==========================================================={if !empty($pricesetFieldsCount) }===================={/if}
39
40 {ts}Event Information and Location{/ts}
41
42 ==========================================================={if !empty($pricesetFieldsCount) }===================={/if}
43
44 {$event.event_title}
45 {$event.event_start_date|crmDate}{if $event.event_end_date}-{if $event.event_end_date|crmDate:"%Y%m%d" == $event.event_start_date|crmDate:"%Y%m%d"}{$event.event_end_date|crmDate:0:1}{else}{$event.event_end_date|crmDate}{/if}{/if}
46
47 {if !empty($event.participant_role) and $event.participant_role neq 'Attendee' and empty($defaultRole)}
48 {ts}Participant Role{/ts}: {$event.participant_role}
49 {/if}
50
51 {if !empty($isShowLocation)}
52 {$location.address.1.display|strip_tags:false}
53 {/if}{*End of isShowLocation condition*}
54
55 {if !empty($location.phone.1.phone) || !empty($location.email.1.email)}
56
57 {ts}Event Contacts:{/ts}
58 {foreach from=$location.phone item=phone}
59 {if $phone.phone}
60
61 {if $phone.phone_type}{$phone.phone_type_display}{else}{ts}Phone{/ts}{/if}: {$phone.phone}{/if} {if $phone.phone_ext} {ts}ext.{/ts} {$phone.phone_ext}{/if}
62 {/foreach}
63 {foreach from=$location.email item=eventEmail}
64 {if $eventEmail.email}
65
66 {ts}Email{/ts}: {$eventEmail.email}{/if}{/foreach}
67 {/if}
68
69 {if !empty($event.is_public)}
70 {capture assign=icalFeed}{crmURL p='civicrm/event/ical' q="reset=1&id=`$event.id`" h=0 a=1 fe=1}{/capture}
71 {ts}Download iCalendar entry for this event.{/ts} {$icalFeed}
72 {capture assign=gCalendar}{crmURL p='civicrm/event/ical' q="gCalendar=1&reset=1&id=`$event.id`" h=0 a=1 fe=1}{/capture}
73 {ts}Add event to Google Calendar{/ts} {$gCalendar}
74 {/if}
75
76 {if !empty($email)}
77
78 ==========================================================={if !empty($pricesetFieldsCount) }===================={/if}
79
80 {ts}Registered Email{/ts}
81
82 ==========================================================={if !empty($pricesetFieldsCount) }===================={/if}
83
84 {$email}
85 {/if}
86 {if !empty($event.is_monetary)} {* This section for Paid events only.*}
87
88 ==========================================================={if !empty($pricesetFieldsCount) }===================={/if}
89
90 {if !empty($event.fee_label)}{$event.fee_label}{/if}
91 ==========================================================={if !empty($pricesetFieldsCount) }===================={/if}
92
93 {if !empty($lineItem)}{foreach from=$lineItem item=value key=priceset}
94
95 {if $value neq 'skip'}
96 {if !empty($isPrimary)}
97 {if $lineItem|@count GT 1} {* Header for multi participant registration cases. *}
98 {ts 1=$priceset+1}Participant %1{/ts}
99 {/if}
100 {/if}
101 ---------------------------------------------------------{if !empty($pricesetFieldsCount) }--------------------{/if}
102
103 {capture assign=ts_item}{ts}Item{/ts}{/capture}
104 {capture assign=ts_qty}{ts}Qty{/ts}{/capture}
105 {capture assign=ts_each}{ts}Each{/ts}{/capture}
106 {if !empty($dataArray)}
107 {capture assign=ts_subtotal}{ts}Subtotal{/ts}{/capture}
108 {capture assign=ts_taxRate}{ts}Tax Rate{/ts}{/capture}
109 {capture assign=ts_taxAmount}{ts}Tax Amount{/ts}{/capture}
110 {/if}
111 {capture assign=ts_total}{ts}Total{/ts}{/capture}
112 {capture assign=ts_participant_total}{if !empty($pricesetFieldsCount) }{ts}Total Participants{/ts}{/if}{/capture}
113 {$ts_item|string_format:"%-30s"} {$ts_qty|string_format:"%5s"} {$ts_each|string_format:"%10s"} {if !empty($dataArray)} {$ts_subtotal|string_format:"%10s"} {$ts_taxRate|string_format:"%10s"} {$ts_taxAmount|string_format:"%10s"} {/if} {$ts_total|string_format:"%10s"} {if !empty($ts_participant_total)}{$ts_participant_total|string_format:"%10s"}{/if}
114 ----------------------------------------------------------{if !empty($pricesetFieldsCount) }--------------------{/if}
115
116 {foreach from=$value item=line}
117 {if !empty($pricesetFieldsCount) }{capture assign=ts_participant_count}{$line.participant_count}{/capture}{/if}
118 {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|string_format:"%10s"} {if !empty($dataArray)} {$line.unit_price*$line.qty|crmMoney:$currency|string_format:"%10s"} {if $line.tax_rate || $line.tax_amount != ""} {$line.tax_rate|string_format:"%.2f"} % {$line.tax_amount|crmMoney:$currency|string_format:"%10s"} {else} {/if} {/if} {$line.line_total+$line.tax_amount|crmMoney|string_format:"%10s"} {if !empty($ts_participant_count)}{$ts_participant_count|string_format:"%10s"}{/if}
119 {/foreach}
120 {/if}
121 {/foreach}
122
123 {if !empty($dataArray)}
124 {if $totalAmount and $totalTaxAmount}
125 {ts}Amount before Tax{/ts}: {$totalAmount-$totalTaxAmount|crmMoney:$currency}
126 {/if}
127
128 {foreach from=$dataArray item=value key=priceset}
129 {if $priceset || $priceset == 0}
130 {$taxTerm} {$priceset|string_format:"%.2f"}%: {$value|crmMoney:$currency}
131 {else}
132 {ts}No{/ts} {$taxTerm}: {$value|crmMoney:$currency}
133 {/if}
134 {/foreach}
135 {/if}
136 {/if}
137
138 {if !empty($amount) && !$lineItem}
139 {foreach from=$amount item=amnt key=level}{$amnt.amount|crmMoney} {$amnt.label}
140 {/foreach}
141 {/if}
142
143 {if $totalTaxAmount}
144 {ts}Total Tax Amount{/ts}: {$totalTaxAmount|crmMoney:$currency}
145 {/if}
146 {if !empty($isPrimary)}
147
148 {if !empty($balanceAmount)}{ts}Total Paid{/ts}{else}{ts}Total Amount{/ts}{/if}: {if !empty($totalAmount)}{$totalAmount|crmMoney}{/if} {if !empty($hookDiscount.message)}({$hookDiscount.message}){/if}
149
150 {if !empty($balanceAmount)}
151 {ts}Balance{/ts}: {$balanceAmount|crmMoney}
152 {/if}
153
154 {if !empty($pricesetFieldsCount) }
155 {assign var="count" value= 0}
156 {foreach from=$lineItem item=pcount}
157 {assign var="lineItemCount" value=0}
158 {if $pcount neq 'skip'}
159 {foreach from=$pcount item=p_count}
160 {assign var="lineItemCount" value=$lineItemCount+$p_count.participant_count}
161 {/foreach}
162 {if $lineItemCount < 1 }
163 {assign var="lineItemCount" value=1}
164 {/if}
165 {assign var="count" value=$count+$lineItemCount}
166 {/if}
167 {/foreach}
168
169 {ts}Total Participants{/ts}: {$count}
170 {/if}
171
172 {if $is_pay_later}
173
174 ==========================================================={if !empty($pricesetFieldsCount) }===================={/if}
175
176 {$pay_later_receipt}
177 ==========================================================={if !empty($pricesetFieldsCount) }===================={/if}
178
179 {/if}
180
181 {if $register_date}
182 {ts}Registration Date{/ts}: {$register_date|crmDate}
183 {/if}
184 {if $receive_date}
185 {ts}Transaction Date{/ts}: {$receive_date|crmDate}
186 {/if}
187 {if !empty($financialTypeName)}
188 {ts}Financial Type{/ts}: {$financialTypeName}
189 {/if}
190 {if !empty($trxn_id)}
191 {ts}Transaction #{/ts}: {$trxn_id}
192 {/if}
193 {if !empty($paidBy)}
194 {ts}Paid By{/ts}: {$paidBy}
195 {/if}
196 {if !empty($checkNumber)}
197 {ts}Check Number{/ts}: {$checkNumber}
198 {/if}
199 {if !empty($billingName)}
200
201 ==========================================================={if !empty($pricesetFieldsCount) }===================={/if}
202
203 {ts}Billing Name and Address{/ts}
204
205 ==========================================================={if !empty($pricesetFieldsCount) }===================={/if}
206
207 {$billingName}
208 {$address}
209 {/if}
210
211 {if !empty($credit_card_type)}
212 ===========================================================
213 {ts}Credit Card Information{/ts}
214
215 ==========================================================={if !empty($pricesetFieldsCount) }===================={/if}
216
217 {$credit_card_type}
218 {$credit_card_number}
219 {ts}Expires{/ts}: {$credit_card_exp_date|truncate:7:''|crmDate}
220 {/if}
221 {/if}
222 {/if} {* End of conditional section for Paid events *}
223
224 {if !empty($customPre)}
225 ==========================================================={if !empty($pricesetFieldsCount) }===================={/if}
226
227 {$customPre_grouptitle}
228 ==========================================================={if !empty($pricesetFieldsCount) }===================={/if}
229
230 {foreach from=$customPre item=value key=customName}
231 {if ( !empty($trackingFields) and ! in_array( $customName, $trackingFields ) ) or empty($trackingFields)}
232 {$customName}: {$value}
233 {/if}
234 {/foreach}
235 {/if}
236
237 {if !empty($customPost)}
238 ==========================================================={if !empty($pricesetFieldsCount) }===================={/if}
239
240 {$customPost_grouptitle}
241 ==========================================================={if !empty($pricesetFieldsCount) }===================={/if}
242
243 {foreach from=$customPost item=value key=customName}
244 {if ( !empty($trackingFields) and ! in_array( $customName, $trackingFields ) ) or empty($trackingFields)}
245 {$customName}: {$value}
246 {/if}
247 {/foreach}
248 {/if}
249 {if !empty($customProfile)}
250
251 {foreach from=$customProfile item=value key=customName}
252 ==========================================================={if !empty($pricesetFieldsCount) }===================={/if}
253
254 {ts 1=$customName+1}Participant Information - Participant %1{/ts}
255
256 ==========================================================={if !empty($pricesetFieldsCount) }===================={/if}
257
258 {foreach from=$value item=val key=field}
259 {if $field eq 'additionalCustomPre' or $field eq 'additionalCustomPost' }
260 {if $field eq 'additionalCustomPre' }
261 ----------------------------------------------------------{if !empty($pricesetFieldsCount) }--------------------{/if}
262
263 {$additionalCustomPre_grouptitle}
264 ----------------------------------------------------------{if !empty($pricesetFieldsCount) }--------------------{/if}
265
266 {else}
267 ----------------------------------------------------------{if !empty($pricesetFieldsCount) }--------------------{/if}
268
269 {$additionalCustomPost_grouptitle}
270 ----------------------------------------------------------{if !empty($pricesetFieldsCount) }--------------------{/if}
271
272 {/if}
273 {foreach from=$val item=v key=f}
274 {$f}: {$v}
275 {/foreach}
276 {/if}
277 {/foreach}
278 {/foreach}
279 {/if}
280 {if !empty($customGroup)}
281 {foreach from=$customGroup item=value key=customName}
282 =========================================================={if !empty($pricesetFieldsCount) }===================={/if}
283
284 {$customName}
285 =========================================================={if !empty($pricesetFieldsCount) }===================={/if}
286
287 {foreach from=$value item=v key=n}
288 {$n}: {$v}
289 {/foreach}
290 {/foreach}
291 {/if}
292
293