|
31 | 31 | </span> |
32 | 32 | </td> |
33 | 33 | <td valign="middle" align="right"> |
34 | | - <a t-attf-href="/event/{{ object.event_id.id }}/my_tickets?badge_mode=1&registration_ids={{ registration_ids }}&tickets_hash={{ object.event_id._get_tickets_access_hash(registration_ids) }}" target="_blank" t-attf-style="padding: 8px 12px; font-size: 12px; color: {{object.event_id.user_id.company_id.email_primary_color or '#FFFFFF'}}; text-decoration: none !important; font-weight: 400; background-color: {{object.event_id.user_id.company_id.email_secondary_color or '#875A7B'}}; border-radius:3px"> |
| 34 | + <a t-attf-href="/event/{{ object.event_id.id }}/my_tickets?badge_mode=1&registration_ids={{ registration_ids }}&tickets_hash={{ object.event_id._get_tickets_access_hash(registration_ids) }}" target="_blank" t-attf-style="padding: 8px 12px; font-size: 12px; color: {{object.event_id.company_id.email_primary_color or '#FFFFFF'}}; text-decoration: none !important; font-weight: 400; background-color: {{object.event_id.company_id.email_secondary_color or '#875A7B'}}; border-radius:3px"> |
35 | 35 | Download Badges |
36 | 36 | </a> |
37 | 37 | <t t-if="not object.company_id.uses_default_logo"> |
|
56 | 56 | <div><t t-set="default_name">Guest</t> |
57 | 57 | Hello <t t-out="object.name or default_name"/>,<br/><br/> |
58 | 58 | Please find attached your badge for |
59 | | - <t t-if="event_website_url"><a t-att-href="event_website_url" t-attf-style="font-weight:bold;color:{{object.event_id.user_id.company_id.email_secondary_color or '#875A7B'}}; text-decoration:none;" t-out="object.event_id.name or ''">OpenWood Collection Online Reveal</a></t> |
| 59 | + <t t-if="event_website_url"><a t-att-href="event_website_url" t-attf-style="font-weight:bold;color:{{object.event_id.company_id.email_secondary_color or '#875A7B'}}; text-decoration:none;" t-out="object.event_id.name or ''">OpenWood Collection Online Reveal</a></t> |
60 | 60 | <t t-else=""><strong t-out="object.event_id.name or ''">OpenWood Collection Online Reveal</strong>. |
61 | 61 | </t> |
62 | 62 | </div> |
|
189 | 189 | <t t-out="event_organizer.name or ''">YourCompany</t> |
190 | 190 | </li> |
191 | 191 | <t t-if="event_organizer.email"> |
192 | | - <li>Mail: <a t-attf-href="mailto:{{ event_organizer.email }}" t-attf-style="text-decoration:none;color: {{object.event_id.user_id.company_id.email_secondary_color or '#875A7B'}};" t-out="event_organizer.email">info@yourcompany.com</a></li> |
| 192 | + <li>Mail: <a t-attf-href="mailto:{{ event_organizer.email }}" t-attf-style="text-decoration:none;color: {{object.event_id.company_id.email_secondary_color or '#875A7B'}};" t-out="event_organizer.email">info@yourcompany.com</a></li> |
193 | 193 | </t> |
194 | 194 | <t t-if="event_organizer.phone"> |
195 | 195 | <li>Phone: <t t-out="event_organizer.phone">+1 650-123-4567</t></li> |
|
260 | 260 | <table width="590" border="0" cellpadding="0" cellspacing="0" style="min-width: 590px; background-color: #F1F1F1; color: #454748; padding: 8px; border-collapse:separate;"> |
261 | 261 | <tr> |
262 | 262 | <td style="text-align: center; font-size: 14px;"> |
263 | | - Sent by <a target="_blank" t-attf-href="{{ object.company_id.website }}" t-attf-style="color: {{object.event_id.user_id.company_id.email_secondary_color or '#875A7B'}};" t-out="object.company_id.name or ''">YourCompany</a> |
| 263 | + Sent by <a target="_blank" t-attf-href="{{ object.company_id.website }}" t-attf-style="color: {{object.event_id.company_id.email_secondary_color or '#875A7B'}};" t-out="object.company_id.name or ''">YourCompany</a> |
264 | 264 | <t t-if="is_online"><br/> |
265 | | - Discover <a href="/event" t-attf-style="color: {{object.event_id.user_id.company_id.email_secondary_color or '#875A7B'}};">all our events</a>. |
| 265 | + Discover <a href="/event" t-attf-style="color: {{object.event_id.company_id.email_secondary_color or '#875A7B'}};">all our events</a>. |
266 | 266 | </t> |
267 | 267 | </td> |
268 | 268 | </tr> |
|
301 | 301 | <t t-set="default_name">Guest</t> |
302 | 302 | <span style="font-size: 20px; font-weight: bold;" t-out="object.name or default_name"/> |
303 | 303 | <div style="margin-bottom: 5px;margin-top: 18px;"> |
304 | | - <a t-if="object.event_id.address_id" t-attf-href="/event/{{ object.event_id.id }}/my_tickets?registration_ids={{ object.ids }}&tickets_hash={{ object.event_id._get_tickets_access_hash(object.ids) }}&responsive_html=1" target="_blank" style="padding: 8px 12px; font-size: 12px; color: {{object.event_id.user_id.company_id.email_primary_color or '#FFFFFF'}}; text-decoration: none !important; font-weight: 400; background-color: {{object.event_id.user_id.company_id.email_secondary_color or '#875A7B'}}; border-radius:3px"> |
| 304 | + <a t-if="object.event_id.address_id" t-attf-href="/event/{{ object.event_id.id }}/my_tickets?registration_ids={{ object.ids }}&tickets_hash={{ object.event_id._get_tickets_access_hash(object.ids) }}&responsive_html=1" target="_blank" style="padding: 8px 12px; font-size: 12px; color: {{object.event_id.company_id.email_primary_color or '#FFFFFF'}}; text-decoration: none !important; font-weight: 400; background-color: {{object.event_id.company_id.email_secondary_color or '#875A7B'}}; border-radius:3px"> |
305 | 305 | View Tickets |
306 | 306 | </a> |
307 | 307 | <a t-else="event_website_url" t-att-href="event_website_url" target="_blank" style="padding: 8px 12px; font-size: 12px; color: #FFFFFF; text-decoration: none !important; font-weight: 400; background-color: #875A7B; border: 0px solid #875A7B; border-radius:3px"> |
|
337 | 337 | <div><t t-set="default_name">Guest</t> |
338 | 338 | Hello <t t-out="object.name or default_name"/>,<br/><br/> |
339 | 339 | We are excited to remind you that the event |
340 | | - <t t-if="event_website_url"><a t-att-href="event_website_url" t-attf-style="font-weight:bold;color: {{object.event_id.user_id.company_id.email_secondary_color or '#875A7B'}}; text-decoration:none;" t-out="object.event_id.name or ''">OpenWood Collection Online Reveal</a></t> |
| 340 | + <t t-if="event_website_url"><a t-att-href="event_website_url" t-attf-style="font-weight:bold;color: {{object.event_id.company_id.email_secondary_color or '#875A7B'}}; text-decoration:none;" t-out="object.event_id.name or ''">OpenWood Collection Online Reveal</a></t> |
341 | 341 | <t t-else=""><strong t-out="object.event_id.name or ''">OpenWood Collection Online Reveal</strong></t> |
342 | 342 | is starting <strong t-out="object.event_date_range or ''">today</strong>. |
343 | 343 | </div> |
|
468 | 468 | <ul> |
469 | 469 | <li t-out="event_organizer.name or ''">YourCompany</li> |
470 | 470 | <t t-if="event_organizer.email"> |
471 | | - <li>Mail: <a t-attf-href="mailto:{{ event_organizer.email }}" t-attf-style="text-decoration:none; color: {{object.event_id.user_id.company_id.email_secondary_color or '#875A7B'}};" t-out="event_organizer.email or ''"/></li> |
| 471 | + <li>Mail: <a t-attf-href="mailto:{{ event_organizer.email }}" t-attf-style="text-decoration:none; color: {{object.event_id.company_id.email_secondary_color or '#875A7B'}};" t-out="event_organizer.email or ''"/></li> |
472 | 472 | </t> |
473 | 473 | <t t-if="event_organizer.phone"> |
474 | 474 | <li>Phone: <t t-out="event_organizer.phone or ''"/></li> |
|
530 | 530 | <table t-if="object.company_id" width="590" border="0" cellpadding="0" cellspacing="0" style="min-width: 590px; background-color: #F1F1F1; color: #454748; padding: 8px; border-collapse:separate;"> |
531 | 531 | <tr> |
532 | 532 | <td style="text-align: center; font-size: 14px;"> |
533 | | - Sent by <a target="_blank" t-attf-href="{{ object.company_id.website }}" t-attf-style="color: {{object.event_id.user_id.company_id.email_secondary_color or '#875A7B'}};" t-out="object.company_id.name or ''">YourCompany</a> |
| 533 | + Sent by <a target="_blank" t-attf-href="{{ object.company_id.website }}" t-attf-style="color: {{object.event_id.company_id.email_secondary_color or '#875A7B'}};" t-out="object.company_id.name or ''">YourCompany</a> |
534 | 534 | <t t-if="'website_url' in object.event_id and object.event_id.website_url"><br/> |
535 | | - Discover <a href="/event" t-attf-style="color: {{object.event_id.user_id.company_id.email_secondary_color or '#875A7B'}};">all our events</a>. |
| 535 | + Discover <a href="/event" t-attf-style="color: {{object.event_id.company_id.email_secondary_color or '#875A7B'}};">all our events</a>. |
536 | 536 | </t> |
537 | 537 | </td> |
538 | 538 | </tr> |
|
572 | 572 | <t t-out="object.name or default_name"/> |
573 | 573 | </span> |
574 | 574 | <div style="margin-bottom: 5px;margin-top: 18px;"> |
575 | | - <a t-if="object.event_id.address_id" t-attf-href="/event/{{ object.event_id.id }}/my_tickets?registration_ids={{ object.ids }}&tickets_hash={{ object.event_id._get_tickets_access_hash(object.ids) }}&responsive_html=1" target="_blank" t-attf-style="padding: 8px 12px; font-size: 12px; color: {{object.event_id.user_id.company_id.email_primary_color or '#FFFFFF'}}; text-decoration: none !important; font-weight: 400; background-color: {{object.event_id.user_id.company_id.email_secondary_color or '#875A7B'}}; border-radius:3px"> |
| 575 | + <a t-if="object.event_id.address_id" t-attf-href="/event/{{ object.event_id.id }}/my_tickets?registration_ids={{ object.ids }}&tickets_hash={{ object.event_id._get_tickets_access_hash(object.ids) }}&responsive_html=1" target="_blank" t-attf-style="padding: 8px 12px; font-size: 12px; color: {{object.event_id.company_id.email_primary_color or '#FFFFFF'}}; text-decoration: none !important; font-weight: 400; background-color: {{object.event_id.company_id.email_secondary_color or '#875A7B'}}; border-radius:3px"> |
576 | 576 | View Tickets |
577 | 577 | </a> |
578 | 578 | <a t-else="event_website_url" t-att-href="event_website_url" target="_blank" style="padding: 8px 12px; font-size: 12px; color: #FFFFFF; text-decoration: none !important; font-weight: 400; background-color: #875A7B; border: 0px solid #875A7B; border-radius:3px"> |
|
608 | 608 | <div><t t-set="default_name">Guest</t> |
609 | 609 | Hello <t t-out="object.name or default_name"/>,<br/><br/> |
610 | 610 | We are happy to confirm your registration to the event |
611 | | - <t t-if="event_website_url"><a t-att-href="event_website_url" t-attf-style="color: {{object.event_id.user_id.company_id.email_secondary_color or '#875A7B'}}; text-decoration:none;font-weight:bold;" t-out="object.event_id.name or ''">OpenWood Collection Online Reveal</a></t> |
| 611 | + <t t-if="event_website_url"><a t-att-href="event_website_url" t-attf-style="color: {{object.event_id.company_id.email_secondary_color or '#875A7B'}}; text-decoration:none;font-weight:bold;" t-out="object.event_id.name or ''">OpenWood Collection Online Reveal</a></t> |
612 | 612 | <t t-else=""><strong t-out="object.event_id.name or ''">OpenWood Collection Online Reveal</strong></t>. |
613 | 613 | <t t-if="object.partner_id and object.partner_id.name and object.partner_id.name != object.name"> |
614 | 614 | This ticket was registered by <t t-out="object.partner_id.name"/>. |
|
750 | 750 | <t t-out="event_organizer.name or ''">YourCompany</t> |
751 | 751 | </li> |
752 | 752 | <t t-if="event_organizer.email"> |
753 | | - <li>Mail: <a t-attf-href="mailto:{{ event_organizer.email }}" t-attf-style="text-decoration:none; color: {{object.event_id.user_id.company_id.email_secondary_color or '#875A7B'}};" t-out="event_organizer.email or ''">info@yourcompany.com</a></li> |
| 753 | + <li>Mail: <a t-attf-href="mailto:{{ event_organizer.email }}" t-attf-style="text-decoration:none; color: {{object.event_id.company_id.email_secondary_color or '#875A7B'}};" t-out="event_organizer.email or ''">info@yourcompany.com</a></li> |
754 | 754 | </t> |
755 | 755 | <t t-if="event_organizer.phone"> |
756 | 756 | <li>Phone: <t t-out="event_organizer.phone">+1 650-123-4567</t></li> |
|
821 | 821 | <table width="590" border="0" cellpadding="0" cellspacing="0" style="min-width: 590px; background-color: #F1F1F1; color: #454748; padding: 8px; border-collapse:separate;"> |
822 | 822 | <tr> |
823 | 823 | <td style="text-align: center; font-size: 14px;"> |
824 | | - Sent by <a target="_blank" t-attf-href="{{ object.company_id.website }}" t-attf-style="color: {{object.event_id.user_id.company_id.email_secondary_color or '#875A7B'}};" t-out="object.company_id.name or ''">YourCompany</a> |
| 824 | + Sent by <a target="_blank" t-attf-href="{{ object.company_id.website }}" t-attf-style="color: {{object.event_id.company_id.email_secondary_color or '#875A7B'}};" t-out="object.company_id.name or ''">YourCompany</a> |
825 | 825 | <t t-if="is_online"><br/> |
826 | | - Discover <a href="/event" t-attf-style="color: {{object.event_id.user_id.company_id.email_secondary_color or '#875A7B'}};">all our events</a>. |
| 826 | + Discover <a href="/event" t-attf-style="color: {{object.event_id.company_id.email_secondary_color or '#875A7B'}};">all our events</a>. |
827 | 827 | </t> |
828 | 828 | </td> |
829 | 829 | </tr> |
|
0 commit comments