[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
56658066 1{assign var="greeting" value="{contact.email_greeting}"}{if $greeting}{$greeting},{/if}
97d8187a
DG
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}
970cdb44 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}
97d8187a
DG
11
12{ts}Participant Role{/ts}: {$participant.role}
13
14{if $isShowLocation}
060625d6 15{$event.location.address.1.display|strip_tags:false}
97d8187a
DG
16{/if}{*End of isShowLocation condition*}
17
44000ca8 18{if !empty($event.location.phone.1.phone) || !empty($event.location.email.1.email)}
97d8187a
DG
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
0d6fa54d 32{if '{contact.email}'}
97d8187a
DG
33
34===========================================================
35{ts}Registered Email{/ts}
36
37===========================================================
0d6fa54d 38{contact.email}
97d8187a
DG
39{/if}
40
41{if $register_date}
42{ts}Registration Date{/ts}: {$participant.register_date|crmDate}
43{/if}
44
0d6fa54d 45{ts 1='{domain.phone}' 2='{domain.email}'}Please contact us at %1 or send email to %2 if you have questions.{/ts}