Merge pull request #21473 from mattwire/contributionrecurtplupdate
[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}
ff708ff0 4{if !empty($event.confirm_email_text)}
7a2ee417 5event.confirm_email_text:::{$event.confirm_email_text}
ff708ff0
SL
6{/if}
7{if isset($isOnWaitlist)}
7a2ee417 8isOnWaitlist:::{$isOnWaitlist}
ff708ff0
SL
9{/if}
10{if isset($isRequireApproval)}
7a2ee417 11isRequireApproval:::{$isRequireApproval}
ff708ff0 12{/if}
7a2ee417 13participant_status:::{$participant_status}
ff708ff0 14{if isset($pricesetFieldsCount)}
7a2ee417 15pricesetFieldsCount:::{$pricesetFieldsCount}
ff708ff0 16{/if}
a221e1e0 17{if !empty($isPrimary)}
7a2ee417 18isPrimary:::{$isPrimary}
a221e1e0 19{/if}
ff708ff0 20{if isset($conference_sessions)}
7a2ee417 21conference_sessions:::{$conference_sessions}
ff708ff0
SL
22{/if}
23{if isset($is_pay_later)}
7a2ee417 24is_pay_later:::{$is_pay_later}
ff708ff0
SL
25{/if}
26{if isset($isAmountzero)}
7a2ee417 27isAmountzero:::{$isAmountzero}
ff708ff0
SL
28{/if}
29{if isset($isAdditionalParticipant)}
7a2ee417 30isAdditionalParticipant:::{$isAdditionalParticipant}
ff708ff0
SL
31{/if}
32{if isset($pay_later_receipt)}
7a2ee417 33pay_later_receipt:::{$pay_later_receipt}
ff708ff0 34{/if}
7a2ee417 35event.event_title:::{$event.event_title}
36event.event_start_date:::{$event.event_start_date|date_format:"%A"}
37event.event_end_date:::{$event.event_end_date|date_format:"%Y%m%d"}
ff708ff0 38{if isset($event.is_monetary)}
7a2ee417 39event.is_monetary:::{$event.is_monetary}
ff708ff0
SL
40{/if}
41{if !empty($event.fee_label)}
7a2ee417 42event.fee_label:::{$event.fee_label}
ff708ff0
SL
43{/if}
44{if !empty($conference_sessions)}
7a2ee417 45conference_sessions:::{$conference_sessions}
ff708ff0
SL
46{/if}
47{if !empty($event.participant_role)}
48 event.participant_role::{$event.participant_role}
49 defaultRole:::{$defaultRole}
50{/if}
51{if !empty($isShowLocation)}
7a2ee417 52isShowLocation:::{$isShowLocation}
53location.address.1.display:::{$location.address.1.display}
54location.phone.1.phone:::{$location.phone.1.phone}
55location.phone.1.phone_type_display:::{$location.phone.1.phone_type_display}
56location.phone.1.phone_ext:::{$location.phone.1.phone_ext}
57location.email.1.email:::{$location.email.1.email}
ff708ff0
SL
58{/if}
59{if !empty($event.is_public)}
7a2ee417 60event.is_public:::{$event.is_public}
ff708ff0
SL
61{/if}
62{if !empty($payer.name)}
7a2ee417 63payer.name:::{$payer.name}
ff708ff0
SL
64{/if}
65lineitem:::{if !empty($lineItem)}
7a2ee417 66 {foreach from=$lineItem item=value key=priceset}
67 {foreach from=$value item=line}
68 line.html_type:::{$line.html_type}
69 line.label:::{$line.label}
70 line.field_title:::{$line.field_title}
71 line.description:::{$line.description}
72 line.qty:::{$line.qty}
73 line.unit_price:::{$line.unit_price}
ff708ff0 74 {if isset($line.tax_rate)}
7a2ee417 75 line.tax_rate:::{$line.tax_rate}
76 line.tax_amount:::{$line.tax_amount}
ff708ff0 77 {/if}
7a2ee417 78 line.line_total:::{$line.line_total}
79 {/foreach}
80 {/foreach}
81{/if}
82
ff708ff0 83{if !empty($part)}
7a2ee417 84part:::{foreach from=$part item=value key=key}
85{$key}{$value}
86{/foreach}
ff708ff0 87{/if}
7a2ee417 88
ff708ff0 89{if !empty($dataArray)}
7a2ee417 90dataArray:::{$dataArray}
ff708ff0 91{/if}
7a2ee417 92
ff708ff0 93{if isset($totalTaxAmount)}
7a2ee417 94totalTaxAmount:::{$totalTaxAmount}
ff708ff0
SL
95{/if}
96{if !empty($amounts)}
97{foreach from=$amounts item=amountValue key=amountKey}
98amounts:::$amountKey $amountValue
99{/foreach}
100{/if}
7a2ee417 101register_date:::{$register_date|crmDate}
ff708ff0 102{if !empty($receive_date)}
7a2ee417 103receive_date:::{$receive_date|crmDate}
ff708ff0
SL
104{/if}
105{if !empty($financialTypeName)}
7a2ee417 106financialTypeName:::{$financialTypeName}
ff708ff0
SL
107{/if}
108{if !empty($trxn_id)}
7a2ee417 109trxn_id:::{$trxn_id}
ff708ff0
SL
110{/if}
111{if !empty($paidBy)}
7a2ee417 112paidBy:::{$paidBy}
ff708ff0
SL
113{/if}
114{if isset($checkNumber)}
7a2ee417 115checkNumber:::{$checkNumber}
ff708ff0
SL
116{/if}
117{if isset($billingName)}
7a2ee417 118billingName:::{$billingName}
ff708ff0
SL
119{/if}
120{if isset($credit_card_type)}
7a2ee417 121credit_card_type:::{$credit_card_type}
122credit_card_number:::{$credit_card_number}
123address:::{$address}
124credit_card_exp_date:::{$credit_card_exp_date}
ff708ff0
SL
125{/if}
126{if !empty($customPre)}
7a2ee417 127{foreach from=$customPre item=customValue key=customName}
128 customPre: customName:::$customName
129 customPre: customValue:::$customValue
130{/foreach}
ff708ff0
SL
131{/if}
132{if !empty($customPost)}
7a2ee417 133{foreach from=$customPost item=customValue key=customName}
134 customPost: customName:::$customName
135 customPost: customValue:::$customValue
136{/foreach}
ff708ff0 137{/if}