534c1c6578fcd90785d902e2b07e6ce419060325
[civicrm-core.git] / xml / templates / message_templates / participant_expired_text.tpl
1 {ts 1=$contact.display_name}Dear %1{/ts},
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|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}
20 {if $event.location.address.1.name}
21
22 {$event.location.address.1.name}
23 {/if}
24 {if $event.location.address.1.street_address}{$event.location.address.1.street_address}
25 {/if}
26 {if $event.location.address.1.supplemental_address_1}{$event.location.address.1.supplemental_address_1}
27 {/if}
28 {if $event.location.address.1.supplemental_address_2}{$event.location.address.1.supplemental_address_2}
29 {/if}
30 {if $event.location.address.1.city}{$event.location.address.1.city} {$event.location.address.1.postal_code}{if $event.location.address.1.postal_code_suffix} - {$event.location.address.1.postal_code_suffix}{/if}
31 {/if}
32
33 {/if}{*End of isShowLocation condition*}
34
35 {if $event.location.phone.1.phone || $event.location.email.1.email}
36
37 {ts}Event Contacts:{/ts}
38 {foreach from=$event.location.phone item=phone}
39 {if $phone.phone}
40
41 {if $phone.phone_type}{$phone.phone_type_display}{else}{ts}Phone{/ts}{/if}: {$phone.phone}{/if}
42 {/foreach}
43 {foreach from=$event.location.email item=eventEmail}
44 {if $eventEmail.email}
45
46 {ts}Email{/ts}: {$eventEmail.email}{/if}{/foreach}
47 {/if}
48
49 {if $contact.email}
50
51 ===========================================================
52 {ts}Registered Email{/ts}
53
54 ===========================================================
55 {$contact.email}
56 {/if}
57
58 {if $register_date}
59 {ts}Registration Date{/ts}: {$participant.register_date|crmDate}
60 {/if}
61
62 {ts 1=$domain.phone 2=$domain.email}Please contact us at %1 or send email to %2 if you have questions.{/ts}
63