Merge pull request #18158 from mattwire/createProfileContact
[civicrm-core.git] / xml / templates / message_templates / participant_expired_text.tpl
CommitLineData
6f09413b 1{assign var="greeting" value="{contact.email_greeting_display}"}{if $greeting}{$greeting},{/if}
6a488035
TO
2
3{ts 1=$event.event_title}Your pending event registration for %1 has expired
4because you did not confirm your registration.{/ts}
5
6
6f09413b 7{ts 1='{domain.phone}' 2='{domain.email}'}Please contact us at %1 or send email to %2 if you have questions
6a488035
TO
8or want to inquire about reinstating your registration for this event.{/ts}
9
10===========================================================
11{ts}Event Information and Location{/ts}
12
13===========================================================
14{$event.event_title}
15{$event.event_start_date|crmDate}{if $event.event_end_date}-{if $event.event_end_date|date_format:"%Y%m%d" == $event.event_start_date|date_format:"%Y%m%d"}{$event.event_end_date|crmDate:0:1}{else}{$event.event_end_date|crmDate}{/if}{/if}
16
17{ts}Participant Role{/ts}: {$participant.role}
18
19{if $isShowLocation}
060625d6 20{$event.location.address.1.display|strip_tags:false}
6a488035
TO
21{/if}{*End of isShowLocation condition*}
22
44000ca8 23{if !empty($event.location.phone.1.phone) || !empty($event.location.email.1.email)}
6a488035
TO
24
25{ts}Event Contacts:{/ts}
26{foreach from=$event.location.phone item=phone}
27{if $phone.phone}
28
29{if $phone.phone_type}{$phone.phone_type_display}{else}{ts}Phone{/ts}{/if}: {$phone.phone}{/if}
30{/foreach}
31{foreach from=$event.location.email item=eventEmail}
32{if $eventEmail.email}
33
34{ts}Email{/ts}: {$eventEmail.email}{/if}{/foreach}
35{/if}
36
6f09413b 37{if '{contact.email}'}
6a488035
TO
38
39===========================================================
40{ts}Registered Email{/ts}
41
42===========================================================
6f09413b 43{contact.email}
6a488035
TO
44{/if}
45
46{if $register_date}
47{ts}Registration Date{/ts}: {$participant.register_date|crmDate}
48{/if}
49
6f09413b 50{ts 1='{domain.phone}' 2='{domain.email}'}Please contact us at %1 or send email to %2 if you have questions.{/ts}
6a488035 51