[REF][PHP8.1] Replace usage of the date_format modifer with crmDate to resolve issues...
[civicrm-core.git] / xml / templates / message_templates / participant_transferred_text.tpl
... / ...
CommitLineData
1{assign var="greeting" value="{contact.email_greeting}"}{if $greeting}{$greeting},{/if}
2
3{ts 1=$to_participant}Your Event Registration has been transferred to %1.{/ts}
4
5===========================================================
6{ts}Event Information and Location{/ts}
7
8===========================================================
9{$event.event_title}
10{$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}
11
12{ts}Participant Role{/ts}: {$participant.role}
13
14{if $isShowLocation}
15{$event.location.address.1.display|strip_tags:false}
16{/if}{*End of isShowLocation condition*}
17
18{if !empty($event.location.phone.1.phone) || !empty($event.location.email.1.email)}
19
20{ts}Event Contacts:{/ts}
21{foreach from=$event.location.phone item=phone}
22{if $phone.phone}
23
24{if $phone.phone_type}{$phone.phone_type_display}{else}{ts}Phone{/ts}{/if}: {$phone.phone}{/if}
25{/foreach}
26{foreach from=$event.location.email item=eventEmail}
27{if $eventEmail.email}
28
29{ts}Email{/ts}: {$eventEmail.email}{/if}{/foreach}
30{/if}
31
32{if '{contact.email}'}
33
34===========================================================
35{ts}Registered Email{/ts}
36
37===========================================================
38{contact.email}
39{/if}
40
41{if $register_date}
42{ts}Registration Date{/ts}: {$participant.register_date|crmDate}
43{/if}
44
45{ts 1='{domain.phone}' 2='{domain.email}'}Please contact us at %1 or send email to %2 if you have questions.{/ts}