Merge pull request #24084 from michaelmcandrew/dev/core#3764
[civicrm-core.git] / xml / templates / message_templates / participant_expired_text.tpl
1 {assign var="greeting" value="{contact.email_greeting_display}"}{if $greeting}{$greeting},{/if}
2
3 {ts 1=$event.event_title}Your pending event registration for %1 has expired
4 because you did not confirm your registration.{/ts}
5
6
7 {ts 1='{domain.phone}' 2='{domain.email}'}Please contact us at %1 or send email to %2 if you have questions
8 or 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|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}
16
17 {ts}Participant Role{/ts}: {$participant.role}
18
19 {if $isShowLocation}
20 {$event.location.address.1.display|strip_tags:false}
21 {/if}{*End of isShowLocation condition*}
22
23 {if !empty($event.location.phone.1.phone) || !empty($event.location.email.1.email)}
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
37 {if '{contact.email}'}
38
39 ===========================================================
40 {ts}Registered Email{/ts}
41
42 ===========================================================
43 {contact.email}
44 {/if}
45
46 {if $register_date}
47 {ts}Registration Date{/ts}: {$participant.register_date|crmDate}
48 {/if}
49
50 {ts 1='{domain.phone}' 2='{domain.email}'}Please contact us at %1 or send email to %2 if you have questions.{/ts}
51