6c50c9b4508168134e79b9ad18d33fca8c30974b
[civicrm-core.git] / xml / templates / message_templates / participant_transferred_text.tpl
1 {ts 1=$contact.display_name}Dear %1{/ts},
2
3 {ts 1=$to_participant}Your Event Registration has been transferred to %1.{/ts}
4
5 ===========================================================
6 {ts}Event Information and Location{/ts}
7
8 ===========================================================
9 {$event.event_title}
10 {$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}
11
12 {ts}Participant Role{/ts}: {$participant.role}
13
14 {if $isShowLocation}
15 {if $event.location.address.1.name}
16
17 {$event.location.address.1.name}
18 {/if}
19 {if $event.location.address.1.street_address}{$event.location.address.1.street_address}
20 {/if}
21 {if $event.location.address.1.supplemental_address_1}{$event.location.address.1.supplemental_address_1}
22 {/if}
23 {if $event.location.address.1.supplemental_address_2}{$event.location.address.1.supplemental_address_2}
24 {/if}
25 {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}
26 {/if}
27
28 {/if}{*End of isShowLocation condition*}
29
30 {if $event.location.phone.1.phone || $event.location.email.1.email}
31
32 {ts}Event Contacts:{/ts}
33 {foreach from=$event.location.phone item=phone}
34 {if $phone.phone}
35
36 {if $phone.phone_type}{$phone.phone_type_display}{else}{ts}Phone{/ts}{/if}: {$phone.phone}{/if}
37 {/foreach}
38 {foreach from=$event.location.email item=eventEmail}
39 {if $eventEmail.email}
40
41 {ts}Email{/ts}: {$eventEmail.email}{/if}{/foreach}
42 {/if}
43
44 {if $contact.email}
45
46 ===========================================================
47 {ts}Registered Email{/ts}
48
49 ===========================================================
50 {$contact.email}
51 {/if}
52
53 {if $register_date}
54 {ts}Registration Date{/ts}: {$participant.register_date|crmDate}
55 {/if}
56
57 {ts 1=$domain.phone 2=$domain.email}Please contact us at %1 or send email to %2 if you have questions.{/ts}