Merge pull request #2182 from totten/master-optionvalue-cancelaction
[civicrm-core.git] / xml / templates / message_templates / participant_expired_text.tpl
CommitLineData
6a488035
TO
1{ts 1=$contact.display_name}Dear %1{/ts},
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}
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{capture assign=icalFeed}{crmURL p='civicrm/event/ical' q="reset=1&id=`$event.id`" h=0 a=1 fe=1}{/capture}
50{ts}Download iCalendar File{/ts}: {$icalFeed}
51{if $contact.email}
52
53===========================================================
54{ts}Registered Email{/ts}
55
56===========================================================
57{$contact.email}
58{/if}
59
60{if $register_date}
61{ts}Registration Date{/ts}: {$participant.register_date|crmDate}
62{/if}
63
64{ts 1=$domain.phone 2=$domain.email}Please contact us at %1 or send email to %2 if you have questions.{/ts}
65