Merge pull request #15566 from civicrm/5.19
[civicrm-core.git] / tests / templates / message_templates / event_online_receipt_text.tpl
CommitLineData
7a2ee417 1{assign var="greeting" value="{contact.email_greeting}"}{if $greeting}{$greeting},{/if}
2
3contactID:::{$contactID}
4event.confirm_email_text:::{$event.confirm_email_text}
5isOnWaitlist:::{$isOnWaitlist}
6isRequireApproval:::{$isRequireApproval}
7participant_status:::{$participant_status}
8pricesetFieldsCount:::{$pricesetFieldsCount}
9isPrimary:::{$isPrimary}
10conference_sessions:::{$conference_sessions}
11is_pay_later:::{$is_pay_later}
12isAmountzero:::{$isAmountzero}
13isAdditionalParticipant:::{$isAdditionalParticipant}
14pay_later_receipt:::{$pay_later_receipt}
15event.event_title:::{$event.event_title}
16event.event_start_date:::{$event.event_start_date|date_format:"%A"}
17event.event_end_date:::{$event.event_end_date|date_format:"%Y%m%d"}
18event.is_monetary:::{$event.is_monetary}
19event.fee_label:::{$event.fee_label}
20conference_sessions:::{$conference_sessions}
21event.participant_role::{$event.participant_role}
22defaultRole:::{$defaultRole}
23isShowLocation:::{$isShowLocation}
24location.address.1.display:::{$location.address.1.display}
25location.phone.1.phone:::{$location.phone.1.phone}
26location.phone.1.phone_type_display:::{$location.phone.1.phone_type_display}
27location.phone.1.phone_ext:::{$location.phone.1.phone_ext}
28location.email.1.email:::{$location.email.1.email}
29event.is_public:::{$event.is_public}
30payer.name:::{$payer.name}
31lineitem:::{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
47part:::{foreach from=$part item=value key=key}
48{$key}{$value}
49{/foreach}
50
51dataArray:::{$dataArray}
52
53totalTaxAmount:::{$totalTaxAmount}
54amounts:::{$amounts}
55register_date:::{$register_date|crmDate}
56receive_date:::{$receive_date|crmDate}
57financialTypeName:::{$financialTypeName}
58trxn_id:::{$trxn_id}
59paidBy:::{$paidBy}
60checkNumber:::{$checkNumber}
61billingName:::{$billingName}
62credit_card_type:::{$credit_card_type}
63credit_card_number:::{$credit_card_number}
64address:::{$address}
65credit_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}