Merge pull request #14667 from hoegrammer/master
[civicrm-core.git] / tests / templates / message_templates / event_online_receipt_text.tpl
1 {assign var="greeting" value="{contact.email_greeting}"}{if $greeting}{$greeting},{/if}
2
3 contactID:::{$contactID}
4 event.confirm_email_text:::{$event.confirm_email_text}
5 isOnWaitlist:::{$isOnWaitlist}
6 isRequireApproval:::{$isRequireApproval}
7 participant_status:::{$participant_status}
8 pricesetFieldsCount:::{$pricesetFieldsCount}
9 isPrimary:::{$isPrimary}
10 conference_sessions:::{$conference_sessions}
11 is_pay_later:::{$is_pay_later}
12 isAmountzero:::{$isAmountzero}
13 isAdditionalParticipant:::{$isAdditionalParticipant}
14 pay_later_receipt:::{$pay_later_receipt}
15 event.event_title:::{$event.event_title}
16 event.event_start_date:::{$event.event_start_date|date_format:"%A"}
17 event.event_end_date:::{$event.event_end_date|date_format:"%Y%m%d"}
18 event.is_monetary:::{$event.is_monetary}
19 event.fee_label:::{$event.fee_label}
20 conference_sessions:::{$conference_sessions}
21 event.participant_role::{$event.participant_role}
22 defaultRole:::{$defaultRole}
23 isShowLocation:::{$isShowLocation}
24 location.address.1.display:::{$location.address.1.display}
25 location.phone.1.phone:::{$location.phone.1.phone}
26 location.phone.1.phone_type_display:::{$location.phone.1.phone_type_display}
27 location.phone.1.phone_ext:::{$location.phone.1.phone_ext}
28 location.email.1.email:::{$location.email.1.email}
29 event.is_public:::{$event.is_public}
30 payer.name:::{$payer.name}
31 lineitem:::{if $lineItem}
32 {foreach from=$lineItem item=value key=priceset}
33 {foreach from=$value item=line}
34 line.html_type:::{$line.html_type}
35 line.label:::{$line.label}
36 line.field_title:::{$line.field_title}
37 line.description:::{$line.description}
38 line.qty:::{$line.qty}
39 line.unit_price:::{$line.unit_price}
40 line.tax_rate:::{$line.tax_rate}
41 line.tax_amount:::{$line.tax_amount}
42 line.line_total:::{$line.line_total}
43 {/foreach}
44 {/foreach}
45 {/if}
46
47 part:::{foreach from=$part item=value key=key}
48 {$key}{$value}
49 {/foreach}
50
51 dataArray:::{$dataArray}
52
53 totalTaxAmount:::{$totalTaxAmount}
54 amounts:::{$amounts}
55 register_date:::{$register_date|crmDate}
56 receive_date:::{$receive_date|crmDate}
57 financialTypeName:::{$financialTypeName}
58 trxn_id:::{$trxn_id}
59 paidBy:::{$paidBy}
60 checkNumber:::{$checkNumber}
61 billingName:::{$billingName}
62 credit_card_type:::{$credit_card_type}
63 credit_card_number:::{$credit_card_number}
64 address:::{$address}
65 credit_card_exp_date:::{$credit_card_exp_date}
66 {foreach from=$customPre item=customValue key=customName}
67 customPre: customName:::$customName
68 customPre: customValue:::$customValue
69 {/foreach}
70 {foreach from=$customPost item=customValue key=customName}
71 customPost: customName:::$customName
72 customPost: customValue:::$customValue
73 {/foreach}