Merge pull request #19066 from colemanw/tabCleanup
[civicrm-core.git] / xml / templates / message_templates / participant_expired_text.tpl
CommitLineData
56658066 1{assign var="greeting" value="{contact.email_greeting}"}{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
7{ts 1=$domain.phone 2=$domain.email}Please contact us at %1 or send email to %2 if you have questions
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
23{if $event.location.phone.1.phone || $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
6a488035
TO
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