Merge remote-tracking branch 'upstream/4.4' into 4.4-4.5-2014-09-08-20-42-29
[civicrm-core.git] / CRM / Upgrade / 3.1.alpha2.msg_template / message_templates / participant_confirm_text.tpl
CommitLineData
6a488035
TO
1{ts 1=$contact.display_name}Dear %1{/ts},
2{if !$isAdditional and $participant.id}
3
4===========================================================
5{ts}Confirm Your Registration{/ts}
6
7===========================================================
8{capture assign=confirmUrl}{crmURL p='civicrm/event/confirm' q="reset=1&participantId=`$participant.id`&cs=`$checksumValue`" a=true h=0 fe=1}{/capture}
9Click this link to go to a web page where you can confirm your registration online:
10{$confirmUrl}
11{/if}
12
13===========================================================
14{ts}Event Information and Location{/ts}
15
16===========================================================
17{$event.event_title}
18{$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}
19
20{ts}Participant Role{/ts}: {$participant.role}
21
22{if $isShowLocation}
23{if $event.location.address.1.name}
24
25{$event.location.address.1.name}
26{/if}
27{if $event.location.address.1.street_address}{$event.location.address.1.street_address}
28{/if}
29{if $event.location.address.1.supplemental_address_1}{$event.location.address.1.supplemental_address_1}
30{/if}
31{if $event.location.address.1.supplemental_address_2}{$event.location.address.1.supplemental_address_2}
32{/if}
33{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}
34{/if}
35
36{/if}{*End of isShowLocation condition*}
37
38{if $event.location.phone.1.phone || $event.location.email.1.email}
39
40{ts}Event Contacts:{/ts}
41{foreach from=$event.location.phone item=phone}
42{if $phone.phone}
43
44{if $phone.phone_type}{$phone.phone_type_display}{else}{ts}Phone{/ts}{/if}: {$phone.phone}{/if}
45{/foreach}
46{foreach from=$event.location.email item=eventEmail}
47{if $eventEmail.email}
48
49{ts}Email{/ts}: {$eventEmail.email}{/if}{/foreach}
50{/if}
51
52{capture assign=icalFeed}{crmURL p='civicrm/event/ical' q="reset=1&id=`$event.id`" h=0 a=1 fe=1}{/capture}
53{ts}Download iCalendar File{/ts}: {$icalFeed}
54{if $contact.email}
55
56===========================================================
57{ts}Registered Email{/ts}
58
59===========================================================
60{$contact.email}
61{/if}
62
63{if $register_date}
64{ts}Registration Date{/ts}: {$participant.register_date|crmDate}
65{/if}
66
67{ts 1=$domain.phone 2=$domain.email}Please contact us at %1 or send email to %2 if you have questions.{/ts}
68