oca-ocb-core/odoo-bringout-oca-ocb-event/event/i18n/fr.po
Ernad Husremovic 2d3ee4855a 19.0 vanilla
2026-03-09 09:30:27 +01:00

15134 lines
710 KiB
Text
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * event
#
# Translators:
# Grégory Schreiner <gregory@mokatourisme.fr>, 2022
# Camille Dantinne <cmd@odoo.com>, 2022
# Martin Trigaux, 2022
# Cécile Collart <cco@odoo.com>, 2022
# Jolien De Paepe, 2023
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
# "Manon Rondou (ronm)" <ronm@odoo.com>, 2025, 2026.
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-02-27 18:37+0000\n"
"PO-Revision-Date: 2026-03-06 17:44+0000\n"
"Last-Translator: \"Manon Rondou (ronm)\" <ronm@odoo.com>\n"
"Language-Team: French <https://translate.odoo.com/projects/odoo-19/event/fr/>"
"\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : ((n != 0 && n % "
"1000000 == 0) ? 1 : 2);\n"
"X-Generator: Weblate 5.16.1\n"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_question__event_count
#: model:ir.model.fields,field_description:event.field_res_partner__event_count
#: model:ir.model.fields,field_description:event.field_res_users__event_count
msgid "# Events"
msgstr "# Événements"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_mail__mail_count_done
#: model:ir.model.fields,field_description:event.field_event_mail_slot__mail_count_done
msgid "# Sent"
msgstr "# Envoyés"
#. module: event
#. odoo-python
#: code:addons/event/models/event_event.py:0
msgid "%(event_name)s (%(count)s seats remaining)"
msgstr "%(event_name)s (%(count)s places restantes)"
#. module: event
#. odoo-python
#: code:addons/event/models/event_event.py:0
msgid "%(event_name)s (Sold out)"
msgstr "%(event_name)s (Complet)"
#. module: event
#. odoo-python
#: code:addons/event/models/event_registration.py:0
msgid "%(event_name)s - Registration #%(registration_id)s"
msgstr "%(event_name)s - Inscription #%(registration_id)s"
#. module: event
#. odoo-python
#: code:addons/event/models/event_registration.py:0
msgid "%(event_name)s - Registration for %(attendee_name)s"
msgstr "%(event_name)s - Inscription de %(attendee_name)s"
#. module: event
#. odoo-python
#: code:addons/event/models/event_slot.py:0
msgid "%(slot_name)s (%(count)s seats remaining)"
msgstr "%(slot_name)s (%(count)s places restantes)"
#. module: event
#. odoo-python
#: code:addons/event/models/event_slot.py:0
msgid "%(slot_name)s (Sold out)"
msgstr "%(slot_name)s (Complet)"
#. module: event
#. odoo-python
#: code:addons/event/models/event_event.py:0
msgid "%(slot_name)s: missing %(count)s seat(s)"
msgstr "%(slot_name)s : il manque %(count)s place(s)"
#. module: event
#. odoo-python
#: code:addons/event/models/event_ticket.py:0
msgid "%(ticket_name)s (%(count)s seats remaining)"
msgstr "%(ticket_name)s (%(count)s places restantes)"
#. module: event
#. odoo-python
#: code:addons/event/models/event_ticket.py:0
msgid "%(ticket_name)s (Sold out)"
msgstr "%(ticket_name)s (Épuisés)"
#. module: event
#. odoo-python
#: code:addons/event/models/event_event.py:0
msgid "%s (copy)"
msgstr "%s (copie)"
#. module: event
#: model:ir.actions.report,print_report_name:event.action_report_event_event_attendee_list
msgid "'Attendee List - %s' % (object.name)"
msgstr "'Liste des participants - %s' % (object.name)"
#. module: event
#: model:ir.actions.report,print_report_name:event.action_report_event_registration_attendee_list
msgid "'Attendee List'"
msgstr "'Liste des participants'"
#. module: event
#: model:ir.actions.report,print_report_name:event.action_report_event_registration_badge
msgid ""
"'Badge - %s - %s' % ((object.event_id.name or 'Event').replace('/',''), "
"(object.name or '').replace('/',''))"
msgstr ""
"'Badge - %s - %s' % ((object.event_id.name or 'Event').replace('/',''), "
"(object.name or '').replace('/',''))"
#. module: event
#: model:ir.actions.report,print_report_name:event.action_report_event_event_badge
msgid "'Badge - %s' % (object.name or 'Event').replace('/','')"
msgstr "'Badge - %s' % (object.name or 'Event').replace('/','')"
#. module: event
#: model:ir.actions.report,print_report_name:event.action_report_event_registration_full_page_ticket
msgid ""
"'Full Page Ticket - %s - %s' % ((object.event_id.name or "
"'Event').replace('/',''), (object.name or '').replace('/',''))"
msgstr ""
"'Ticket pleine page - %s - %s' % ((object.event_id.name or "
"'Événement').replace('/',''), (object.name or '').replace('/',''))"
#. module: event
#: model:ir.actions.report,print_report_name:event.action_report_event_event_full_page_ticket
msgid "'Full Page Ticket - %s' % (object.name or 'Event').replace('/','')"
msgstr ""
"'Ticket pleine page - %s' % (object.name or 'Événement').replace('/','')"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.event_report_full_page_ticket_layout
msgid "+123456789"
msgstr "+123456789"
#. module: event
#: model:event.tag,name:event.event_tag_category_1_tag_2
msgid "10-14"
msgstr "10-14"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.event_report_template_formatted_event_address
msgid "1000 Brussels"
msgstr "1000 Bruxelles"
#. module: event
#: model:event.tag,name:event.event_tag_category_1_tag_3
msgid "15-18"
msgstr "15-18"
#. module: event
#: model:event.tag,name:event.event_tag_category_1_tag_4
msgid "18+"
msgstr "18+"
#. module: event
#: model:ir.model.fields.selection,name:event.selection__event_event__badge_format__four_per_sheet
msgid "4 per sheet"
msgstr "4 par feuille"
#. module: event
#: model:event.tag,name:event.event_tag_category_1_tag_1
msgid "5-10"
msgstr "5-10"
#. module: event
#: model_terms:res.partner,website_description:event.res_partner_event_3
#: model_terms:res.partner,website_description:event.res_partner_event_4
msgid ""
"<a href=\"#\" class=\"btn btn-primary o_translate_inline\">Discover more</a>"
msgstr ""
"<a href=\"#\" class=\"btn btn-primary o_translate_inline\">Découvrir plus</a>"
#. module: event
#: model_terms:event.event,description:event.event_0
msgid ""
"<b>Business Room</b> - To discuss implementation methodologies, best sales "
"practices, etc."
msgstr ""
"<b>Salle Business</b> - Pour discuter des méthodologies de mise en œuvre, "
"des meilleures pratiques de vente, etc."
#. module: event
#: model_terms:event.event,description:event.event_0
msgid ""
"<b>Technical Rooms</b> - One dedicated to advanced Odoo developers, one for "
"new developers."
msgstr ""
"<b>Salles techniques</b> - une dédiée aux développeurs Odoo avancés, une aux "
"nouveaux développeurs."
#. module: event
#: model_terms:event.event,description:event.event_0
msgid ""
"<b>The Design Fair is preceded by 2 days of Training Sessions for experts!</"
"b><br> We propose 3 different training sessions, 2 days each."
msgstr ""
"<b>La Foire du Design est précédée par 2 jours de Sessions de Formation pour "
"les experts !</b><br> Nous proposons 3 sessions de différentes formations, "
"qui se déroulent chacune sur 2 jours."
#. module: event
#: model_terms:event.event,description:event.event_0
msgid ""
"<b>The plenary sessions in the morning will be shorter</b> and we will give "
"more time for thematical meetings, conferences, workshops and tutorial "
"sessions in the afternoon."
msgstr ""
"<b>Les séances plénières du matin seront plus courtes</b> et nous donnerons "
"plus de temps pour des réunions thématiques, des conférences, des ateliers "
"et des séances de tutorat l'après-midi."
#. module: event
#: model_terms:event.event,description:event.event_0
msgid ""
"<b>The whole event is open to all public!</b> <br>We ask a participation fee "
"of 49.50€ for the costs for the 3 days (coffee breaks, catering, drinks and "
"a surprising concert and beer party).<br> For those who don't want to "
"contribute, there is a free ticket, therefore, catering and access to "
"evening events aren't included."
msgstr ""
"<b>L'ensemble de l'événement est ouvert à tout public !</b><br> Nous "
"demandons des frais de participation de 49,50 € pour le coût des 3 jours "
"(pauses café, restauration, boissons et une soirée concert et bières). "
"<br>Pour ceux qui ne veulent pas contribuer, il y existe un ticket gratuit, "
"mais la restauration et l'accès aux soirées ne sont pas inclus."
#. module: event
#: model_terms:event.event,description:event.event_0
msgid "<b>Workshop Room</b> - Mainly for developers."
msgstr "<b>Salle de séminaire</b>- essentiellement pour les développeurs."
#. module: event
#: model_terms:ir.ui.view,arch_db:event.event_report_template_full_page_ticket
msgid ""
"<br/>\n"
" <span class=\"me-1\">from</span>"
msgstr ""
"<br/>\n"
" <span class=\"me-1\">du</span>"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.event_report_template_full_page_ticket
msgid ""
"<br/>\n"
" <span class=\"me-1\">to</span>"
msgstr ""
"<br/>\n"
" <span class=\"me-1\">à</span>"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.res_config_settings_view_form
msgid ""
"<br/>\n"
" <span class=\"text-muted\">Air your "
"tracks online through a Youtube integration</span>"
msgstr ""
"<br/>\n"
" <span class=\"text-muted\">Diffuser "
"vos sessions en ligne via une intégration avec Youtube</span>"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.res_config_settings_view_form
msgid ""
"<br/>\n"
" <span class=\"text-muted\">Share a "
"quiz to your attendees once a track is over</span>"
msgstr ""
"<br/>\n"
" <span class=\"text-muted\">Partager "
"un quiz avec vos participants lorsqu'une session est terminée</span>"
#. module: event
#: model_terms:event.event,description:event.event_0
msgid ""
"<em>If you wish to make a presentation, please send your topic proposal as "
"soon as possible for approval to Mr. Famke Jenssens at ngh [at] yourcompany "
"[dot] com. The presentations should be, for example, a presentation of a "
"community module, a case study, methodology feedback, technical, etc. Each "
"presentation must be in English.</em>"
msgstr ""
"<em>Si vous souhaitez faire une présentation, veuillez envoyer votre "
"proposition de sujet dès que possible pour approbation à M. Famke Jenssens à "
"ladresse ngh [at] yourcompany [dot] com. Les présentations peuvent être, "
"par exemple, une présentation dun module communautaire, une étude de cas, "
"un retour méthodologique, une présentation technique, etc. Chaque "
"présentation doit être en anglais.</em>"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_event_slot_form
msgid "<i class=\"fa fa-arrow-right mx-2\" title=\"to\"/>"
msgstr "<i class=\"fa fa-arrow-right mx-2\" title=\"au\"/>"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.event_registration_view_kanban
msgid "<i class=\"fa fa-building\" title=\"Attendee Company\"/>"
msgstr "<i class=\"fa fa-building\" title=\"Société du participant\"/>"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.event_registration_view_kanban
msgid "<i class=\"fa fa-calendar\" title=\"Slot\"/>"
msgstr "<i class=\"fa fa-calendar\" title=\"Créneau\"/>"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_event_kanban
msgid "<i class=\"fa fa-group mt-1 me-2 text-center\" title=\"Attendees\"/>"
msgstr ""
"<i class=\"fa fa-group mt-1 me-2 text-center\" title=\"Participants\"/>"
#. module: event
#: model_terms:event.event,description:event.event_0
msgid ""
"<i class=\"fa fa-info-circle me-2\"></i>This event and all the conferences "
"are in <b>English</b>!"
msgstr ""
"<i class=\"fa fa-info-circle me-2\"></i>Cet événement et toutes les "
"conférences se déroulent en <b>anglais</b>!"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_event_kanban
msgid ""
"<i class=\"fa fa-map-marker mt-1 me-2 text-center ps-1\" title=\"Location\"/>"
msgstr ""
"<i class=\"fa fa-map-marker mt-1 me-2 text-center ps-1\" title=\"Lieu\"/>"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.event_registration_view_kanban
msgid "<i class=\"fa fa-ticket\" title=\"Ticket type\"/>"
msgstr "<i class=\"fa fa-ticket\" title=\"Type de ticket\"/>"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_event_kanban
msgid "<i class=\"oi oi-arrow-right me-2\" title=\"End date\"/>"
msgstr "<i class=\"oi oi-arrow-right me-2\" title=\"Date de fin\"/>"
#. module: event
#: model_terms:event.event,description:event.event_2
msgid ""
"<span class=\"badge text-bg-secondary o_wevent_badge float-end\">SPEAKER</"
"span>"
msgstr ""
"<span class=\"badge text-bg-secondary o_wevent_badge float-"
"end\">INTERVENANT</span>"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.event_report_template_full_page_ticket
msgid "<span class=\"me-1\">to</span>"
msgstr "<span class=\"me-1\">au</span>"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.event_report_template_badge_card
msgid "<span class=\"o_event_badge_font_faded\">My Placeholder Company</span>"
msgstr "<span class=\"o_event_badge_font_faded\">My Placeholder Company</span>"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.event_question_view_form
msgid ""
"<span class=\"o_stat_text\">\n"
" Attendee answers\n"
" </span>"
msgstr ""
"<span class=\"o_stat_text\">\n"
" Réponses des participants\n"
" </span>"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_event_form
msgid ""
"<span class=\"o_stat_text\">\n"
" Registration\n"
" </span>"
msgstr ""
"<span class=\"o_stat_text\">\n"
" Inscription\n"
" </span>"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.event_report_template_badge_card
#: model_terms:ir.ui.view,arch_db:event.event_report_template_full_page_ticket
msgid "<span>John Doe</span>"
msgstr "<span>John Doe</span>"
#. module: event
#: model:mail.template,body_html:event.event_registration_mail_template_badge
msgid ""
"<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"padding-top: "
"16px; background-color: #F1F1F1; font-family:Verdana, Arial,sans-serif; "
"color: #454748; width: 100%; border-collapse:separate;\"><tr><td "
"align=\"center\">\n"
"<t t-set=\"date_begin\" t-value=\"format_datetime(object.event_begin_date, "
"tz='UTC', dt_format=&quot;yyyyMMdd'T'HHmmss'Z'&quot;)\"/>\n"
"<t t-set=\"date_end\" t-value=\"format_datetime(object.event_end_date, "
"tz='UTC', dt_format=&quot;yyyyMMdd'T'HHmmss'Z'&quot;)\"/>\n"
"<t t-set=\"is_online\" t-value=\"'is_published' in object.event_id and "
"object.event_id.is_published\"/>\n"
"<t t-set=\"event_organizer\" t-value=\"object.event_id.organizer_id\"/>\n"
"<t t-set=\"event_address\" t-value=\"object.event_id.address_id\"/>\n"
"<t t-set=\"event_website_url\" t-value=\"object.event_id.event_share_url\"/"
">\n"
"<t t-set=\"registration_ids\" t-value=\"object.ids if not is_sale else "
"object._get_event_registration_ids_from_order()\"/>\n"
"<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" "
"style=\"padding: 16px; background-color: white; color: #454748; border-"
"collapse:separate;\">\n"
"<tbody>\n"
" <!-- HEADER -->\n"
" <tr>\n"
" <td align=\"center\" style=\"min-width: 590px;\">\n"
" <table width=\"590\" border=\"0\" cellpadding=\"0\" "
"cellspacing=\"0\" style=\"min-width: 590px; background-color: white; "
"padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
" <tr><td valign=\"middle\">\n"
" <span style=\"font-size: 10px;\">Your registration</"
"span><br/>\n"
" <span style=\"font-size: 20px; font-weight: bold;\">\n"
" <t t-set=\"default_name\">Guest</t>\n"
" <t t-out=\"object.name or default_name\"/>\n"
" </span>\n"
" </td><td valign=\"middle\" align=\"right\">\n"
" <a t-attf-href=\"/event/{{ object.event_id.id }}/"
"my_tickets?badge_mode=1&amp;registration_ids={{ registration_ids }}"
"&amp;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\">\n"
" Download Badges\n"
" </a>\n"
" <t t-if=\"not object.company_id.uses_default_logo\">\n"
" <img t-att-src=\"'/logo.png?company=%s' % "
"object.company_id.id\" style=\"padding: 0px; margin: 0px; height: auto; "
"width: 80px;\" t-att-alt=\"'%s' % object.company_id.name\"/>\n"
" </t>\n"
" </td></tr>\n"
" <tr><td colspan=\"2\" style=\"text-align:center;\">\n"
" <hr width=\"100%\" style=\"background-"
"color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
"size:0px;min-height:1px;line-height:0; margin:16px 0px 16px 0px;\"/>\n"
" </td></tr>\n"
" </table>\n"
" </td>\n"
" </tr>\n"
" <!-- EVENT DESCRIPTION -->\n"
" <tr>\n"
" <td align=\"center\" style=\"min-width: 590px;\">\n"
" <table width=\"590\" border=\"0\" cellpadding=\"0\" "
"cellspacing=\"0\" style=\"min-width: 590px; background-color: white; "
"padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
" <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
" <div>\n"
" <t t-set=\"default_name\">Guest</t>\n"
" Hello <t t-out=\"object.name or default_name\"/>,<br/"
"><br/>\n"
" Please find attached your badge for\n"
" <t t-if=\"event_website_url\">\n"
" <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>\n"
" </t>\n"
" <t t-else=\"\">\n"
" <strong t-out=\"object.event_id.name or "
"''\">OpenWood Collection Online Reveal</strong>.\n"
" </t>\n"
" </div>\n"
" <br/>\n"
" <table style=\"width: auto;\">\n"
" <tr>\n"
" <td>\n"
" <strong>Add this event to your calendar</"
"strong>\n"
" </td>\n"
" <td>\n"
" <a t-attf-href=\"/event/"
"{{ slug(object.event_id) }}/ics?slot_id={{ object.event_slot_id.id }}\" "
"style=\"padding-top: 10px; padding-right:8px; padding-bottom:2px; padding-"
"left:8px; margin-left: 8px; border-radius: 3px; background-color: #E7E9ED;"
"\">\n"
" <img src=\"/event/static/src/img/apple-"
"calendar-128.png\" alt=\"iCal\" title=\"iCal\" style=\"height: 20px; "
"vertical-align: baseline;\"/>\n"
" </a>\n"
" </td>\n"
" <td>\n"
" <a t-attf-href=\"/event/"
"{{ slug(object.event_id) }}/ics?slot_id={{ object.event_slot_id.id }}\" "
"style=\"padding-top: 10px; padding-right:8px; padding-bottom:2px; padding-"
"left:8px; margin-left: 8px; border-radius: 3px; background-color: #E7E9ED;"
"\">\n"
" <img src=\"/event/static/src/img/outlook-"
"calendar-128.png\" alt=\"Outlook\" title=\"Outlook\" style=\"height: 20px; "
"vertical-align: baseline;\"/>\n"
" </a>\n"
" </td>\n"
" <td>\n"
" <a t-attf-href=\"https://www.google.com/"
"calendar/render?action=TEMPLATE&amp;text={{ object.event_id.name }}"
"&amp;dates={{ date_begin }}/{{ date_end }}&amp;location={{ location }}"
"&amp;details={{ object.event_id._get_external_description_url_encoded() }}\" "
"target=\"new\" style=\"padding-top: 10px; padding-right:8px; padding-"
"bottom:2px; padding-left:8px; margin-left: 8px; border-radius: 3px; "
"background-color: #E7E9ED;\">\n"
" <img src=\"/event/static/src/img/google-"
"calendar-128.png\" alt=\"Google\" title=\"Google\" style=\"height: 20px; "
"vertical-align: baseline;\"/>\n"
" </a>\n"
" </td>\n"
" </tr>\n"
" </table>\n"
" <br/><br/>\n"
" <div>\n"
" See you soon,<br/>\n"
" <span style=\"color: #454748;\">\n"
" -- <br/>\n"
" <t t-if=\"event_organizer\">\n"
" <t t-out=\"event_organizer.name or "
"''\">YourCompany</t>\n"
" </t>\n"
" <t t-else=\"\">\n"
" The <t t-out=\"object.event_id.name or "
"''\">OpenWood Collection Online Reveal</t> Team\n"
" </t>\n"
" </span>\n"
" </div>\n"
" </td></tr>\n"
" <tr><td style=\"text-align:center;\">\n"
" <hr width=\"100%\" style=\"background-"
"color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
"size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\"/>\n"
" </td></tr>\n"
" </table>\n"
" </td>\n"
" </tr>\n"
" <!-- DETAILS -->\n"
" <tr>\n"
" <td align=\"center\" style=\"min-width: 590px;\">\n"
" <table width=\"590\" border=\"0\" cellpadding=\"0\" "
"cellspacing=\"0\" style=\"min-width: 590px; background-color: white; "
"padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
" <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
" <table style=\"width:100%;\">\n"
" <tr>\n"
" <td style=\"vertical-align:top;\">\n"
" <img src=\"/mail/font_to_img/61555/"
"rgb(81,81,102)/34\" style=\"padding:4px;max-width:inherit;\" height=\"34\" "
"alt=\"\"/>\n"
" </td>\n"
" <td style=\"padding: 0px 10px 0px "
"10px;width:50%;line-height:20px;vertical-align:top;\">\n"
" <div t-if=\"object.event_id.is_one_day\">\n"
" <t t-out=\"object.event_begin_date\" t-"
"options=\"{&quot;widget&quot;: &quot;datetime&quot;, &quot;date_only&quot;: "
"True, &quot;tz_name&quot;: object.event_id.date_tz, &quot;format&quot;: "
"&quot;long&quot;}\">May 4, 2021</t>\n"
" <t t-out=\"object.event_begin_date\" t-"
"options=\"{&quot;widget&quot;: &quot;datetime&quot;, &quot;time_only&quot;: "
"True, &quot;tz_name&quot;: object.event_id.date_tz, "
"&quot;hide_seconds&quot;: True, &quot;format&quot;: &quot;short&quot;}"
"\">7:00 AM</t>\n"
" - <t t-out=\"object.event_end_date\" t-"
"options=\"{&quot;widget&quot;: &quot;datetime&quot;, &quot;time_only&quot;: "
"True, &quot;tz_name&quot;: object.event_id.date_tz, "
"&quot;hide_seconds&quot;: True, &quot;format&quot;: &quot;short&quot;}"
"\">5:00 PM</t>\n"
" </div>\n"
" <div t-else=\"\">\n"
" <strong>From</strong>\n"
" <t t-out=\"object.event_begin_date\" t-"
"options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
"&quot;show_seconds&quot;: False, &quot;tz_name&quot;: "
"object.event_id.date_tz, &quot;format&quot;: &quot;medium&quot;}\">May 4, "
"2021 - 7:00 AM</t>\n"
" <br/>\n"
" <strong>To</strong>\n"
" <t t-out=\"object.event_end_date\" t-"
"options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
"&quot;show_seconds&quot;: False, &quot;tz_name&quot;: "
"object.event_id.date_tz, &quot;format&quot;: &quot;medium&quot;}\">May 6, "
"2021 - 5:00 PM</t>\n"
" </div>\n"
" <div style=\"font-"
"size:12px;color:#9e9e9e\"><i>(<t t-out=\"object.event_id.date_tz or "
"''\">Europe/Brussels</t>)</i></div>\n"
" </td>\n"
" <td style=\"vertical-align:top;\">\n"
" <t t-if=\"event_address\">\n"
" <img src=\"/mail/font_to_img/61505/"
"rgb(81,81,102)/34\" style=\"padding:4px;max-width:inherit;\" height=\"34\" "
"alt=\"\"/>\n"
" </t>\n"
" </td>\n"
" <td style=\"padding: 0px 10px 0px "
"10px;width:50%;vertical-align:top;\">\n"
" <t t-if=\"event_address\">\n"
" <t t-set=\"location\" t-value=\"''\"/>\n"
" <t t-"
"if=\"object.event_id.address_id.name\">\n"
" <div t-"
"out=\"object.event_id.address_id.name\">Teksa SpA</div>\n"
" </t>\n"
" <t t-"
"if=\"object.event_id.address_id.street\">\n"
" <div t-"
"out=\"object.event_id.address_id.street\">Puerto Madero 9710</div>\n"
" <t t-set=\"location\" t-"
"value=\"object.event_id.address_id.street\"/>\n"
" </t>\n"
" <t t-"
"if=\"object.event_id.address_id.street2\">\n"
" <div t-"
"out=\"object.event_id.address_id.street2\">Of A15, Santiago (RM)</div>\n"
" <t t-set=\"location\" t-"
"valuef=\"{{location}}, {{object.event_id.address_id.street2}}\"/>\n"
" </t>\n"
" <div>\n"
" <t t-"
"if=\"object.event_id.address_id.city\">\n"
" <t t-"
"out=\"object.event_id.address_id.city\">Pudahuel</t>,\n"
" <t t-set=\"location\" t-"
"valuef=\"{{location}}, {{object.event_id.address_id.city}}\"/>\n"
" </t>\n"
" <t t-"
"if=\"object.event_id.address_id.state_id.name\">\n"
" <t t-"
"out=\"object.event_id.address_id.state_id.name\">C1</t>,\n"
" <t t-set=\"location\" t-"
"valuef=\"{{location}}, {{object.event_id.address_id.state_id.name}}\"/>\n"
" </t>\n"
" <t t-"
"if=\"object.event_id.address_id.zip\">\n"
" <t t-"
"out=\"object.event_id.address_id.zip\">98450</t>\n"
" <t t-set=\"location\" t-"
"valuef=\"{{location}}, {{object.event_id.address_id.zip}}\"/>\n"
" </t>\n"
" </div>\n"
" <t t-"
"if=\"object.event_id.address_id.country_id.name\">\n"
" <div t-"
"out=\"object.event_id.address_id.country_id.name\">Argentina</div>\n"
" <t t-set=\"location\" t-"
"valuef=\"{{location}}, {{object.event_id.address_id.country_id.name}}\"/>\n"
" </t>\n"
" </t>\n"
" </td>\n"
" </tr>\n"
" </table>\n"
" </td></tr>\n"
" <tr><td style=\"text-align:center;\">\n"
" <t t-if=\"event_organizer\">\n"
" <hr width=\"100%\" style=\"background-"
"color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
"size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\"/>\n"
" </t>\n"
" </td></tr>\n"
"\n"
" <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
" <!-- CONTACT ORGANIZER -->\n"
" <t t-if=\"event_organizer\">\n"
" <div>\n"
" <span style=\"font-weight:300;margin:10px "
"0px\">Questions about this event?</span>\n"
" <div>Please contact the organizer:</div>\n"
" <ul>\n"
" <li><t t-out=\"event_organizer.name or "
"''\">YourCompany</t></li>\n"
" <t t-if=\"event_organizer.email\">\n"
" <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>\n"
" </t>\n"
" <t t-if=\"event_organizer.phone\">\n"
" <li>Phone: <t t-"
"out=\"event_organizer.phone\">+1 650-123-4567</t></li>\n"
" </t>\n"
" </ul>\n"
" </div>\n"
" </t>\n"
" </td></tr>\n"
" <tr><td style=\"text-align:center;\">\n"
" <!-- CONTACT ORGANIZER SEPARATION -->\n"
" <t t-if=\"is_online or event_address\">\n"
" <hr width=\"100%\" style=\"background-"
"color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
"size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\"/>\n"
" </t>\n"
" </td></tr>\n"
"\n"
" <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
" <!-- PWA MARKGETING -->\n"
" <t t-if=\"is_online\">\n"
" <div>\n"
" <strong>Get the best mobile experience.</"
"strong>\n"
" <a href=\"/event\">Install our mobile app</a>\n"
" </div>\n"
" </t>\n"
" </td></tr>\n"
" <tr><td style=\"text-align:center;\">\n"
" <!-- PWA MARKGETING SEPARATION-->\n"
" <t t-if=\"is_online and event_address\">\n"
" <hr width=\"100%\" style=\"background-"
"color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
"size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\"/>\n"
" </t>\n"
" </td></tr>\n"
"\n"
" <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
" <!-- GOOGLE MAPS LINK -->\n"
" <t t-if=\"event_address and location\">\n"
" <table style=\"width:100%;\"><tr><td>\n"
" <div>\n"
" <img src=\"/web_editor/font_to_img/61505/"
"rgb(81,81,102)/20\" height=\"20\" style=\"vertical-align: bottom;\"/>\n"
" <a t-attf-href=\"https://maps.google.com/"
"maps?q={{ location }}\" target=\"new\">\n"
" <img t-if=\"event_address.static_map_url "
"and event_address.static_map_url_is_valid\" t-att-"
"src=\"event_address.static_map_url\" style=\"vertical-align:bottom; width: "
"100%;\" alt=\"Google Maps\"/>\n"
" <t t-else=\"\">See location on Google "
"Maps</t>\n"
" </a>\n"
" </div>\n"
" </td></tr></table>\n"
" </t>\n"
" </td></tr>\n"
" </table>\n"
" </td>\n"
" </tr>\n"
"</tbody>\n"
"</table>\n"
"</td></tr>\n"
"<!-- FOOTER BY -->\n"
"<tr><td align=\"center\" style=\"min-width: 590px;\">\n"
" <t t-if=\"object.company_id\">\n"
" <table width=\"590\" border=\"0\" cellpadding=\"0\" "
"cellspacing=\"0\" style=\"min-width: 590px; background-color: #F1F1F1; "
"color: #454748; padding: 8px; border-collapse:separate;\">\n"
" <tr><td style=\"text-align: center; font-size: 14px;\">\n"
" 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>\n"
" <t t-if=\"is_online\">\n"
" <br/>\n"
" Discover <a href=\"/event\" t-attf-style=\"color: "
"{{object.event_id.company_id.email_secondary_color or '#875A7B'}};\">all our "
"events</a>.\n"
" </t>\n"
" </td></tr>\n"
" </table>\n"
" </t>\n"
"</td></tr>\n"
"</table>\n"
" "
msgstr ""
"<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"padding-top: "
"16px; background-color: #F1F1F1; font-family:Verdana, Arial,sans-serif; "
"color: #454748; width: 100%; border-collapse:separate;\"><tr><td "
"align=\"center\">\n"
"<t t-set=\"date_begin\" t-value=\"format_datetime(object.event_begin_date, "
"tz='UTC', dt_format=&quot;yyyyMMdd'T'HHmmss'Z'&quot;)\"/>\n"
"<t t-set=\"date_end\" t-value=\"format_datetime(object.event_end_date, "
"tz='UTC', dt_format=&quot;yyyyMMdd'T'HHmmss'Z'&quot;)\"/>\n"
"<t t-set=\"is_online\" t-value=\"'is_published' in object.event_id and "
"object.event_id.is_published\"/>\n"
"<t t-set=\"event_organizer\" t-value=\"object.event_id.organizer_id\"/>\n"
"<t t-set=\"event_address\" t-value=\"object.event_id.address_id\"/>\n"
"<t t-set=\"event_website_url\" t-value=\"object.event_id.event_share_url\"/>"
"\n"
"<t t-set=\"registration_ids\" t-value=\"object.ids if not is_sale else "
"object._get_event_registration_ids_from_order()\"/>\n"
"<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" "
"style=\"padding: 16px; background-color: white; color: #454748; border-"
"collapse:separate;\">\n"
"<tbody>\n"
" <!-- HEADER -->\n"
" <tr>\n"
" <td align=\"center\" style=\"min-width: 590px;\">\n"
" <table width=\"590\" border=\"0\" cellpadding=\"0\" "
"cellspacing=\"0\" style=\"min-width: 590px; background-color: white; "
"padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
" <tr><td valign=\"middle\">\n"
" <span style=\"font-size: 10px;\">Votre inscription</span>"
"<br/>\n"
" <span style=\"font-size: 20px; font-weight: bold;\">\n"
" <t t-set=\"default_name\">Invité</t>\n"
" <t t-out=\"object.name or default_name\"/>\n"
" </span>\n"
" </td><td valign=\"middle\" align=\"right\">\n"
" <a t-attf-href=\"/event/{{ object.event_id.id }}/"
"my_tickets?badge_mode=1&amp;registration_ids={{ registration_ids }}"
"&amp;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\">\n"
" Télécharger les badges\n"
" </a>\n"
" <t t-if=\"not object.company_id.uses_default_logo\">\n"
" <img t-att-src=\"'/logo.png?company=%s' % "
"object.company_id.id\" style=\"padding: 0px; margin: 0px; height: auto; "
"width: 80px;\" t-att-alt=\"'%s' % object.company_id.name\"/>\n"
" </t>\n"
" </td></tr>\n"
" <tr><td colspan=\"2\" style=\"text-align:center;\">\n"
" <hr width=\"100%\" style=\"background-color:rgb"
"(204,204,204);border:medium none;clear:both;display:block;font-size:0px;min-"
"height:1px;line-height:0; margin:16px 0px 16px 0px;\"/>\n"
" </td></tr>\n"
" </table>\n"
" </td>\n"
" </tr>\n"
" <!-- EVENT DESCRIPTION -->\n"
" <tr>\n"
" <td align=\"center\" style=\"min-width: 590px;\">\n"
" <table width=\"590\" border=\"0\" cellpadding=\"0\" "
"cellspacing=\"0\" style=\"min-width: 590px; background-color: white; "
"padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
" <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
" <div>\n"
" <t t-set=\"default_name\">Invité</t>\n"
" Bonjour <t t-out=\"object.name or default_name\"/>"
",<br/><br/>\n"
" Veuillez trouver ci-joint votre badge pour\n"
" <t t-if=\"event_website_url\">\n"
" <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 ''\">Mise en ligne de la "
"collection OpenWood</a>\n"
" </t>\n"
" <t t-else=\"\">\n"
" <strong t-out=\"object.event_id.name or ''\">"
"OpenWood Collection Online Reveal</strong>.\n"
" </t>\n"
" </div>\n"
" <br/>\n"
" <table style=\"width: auto;\">\n"
" <tr>\n"
" <td>\n"
" <strong>Ajoutez cet événement à votre "
"agenda</strong>\n"
" </td>\n"
" <td>\n"
" <a t-attf-href=\"/event/{{ slug"
"(object.event_id) }}/ics?slot_id={{ object.event_slot_id.id }}\" "
"style=\"padding-top: 10px; padding-right:8px; padding-bottom:2px; padding-"
"left:8px; margin-left: 8px; border-radius: 3px; background-color: #E7E9ED;\">"
"\n"
" <img src=\"/event/static/src/img/apple-"
"calendar-128.png\" alt=\"iCal\" title=\"iCal\" style=\"height: 20px; "
"vertical-align: baseline;\"/>\n"
" </a>\n"
" </td>\n"
" <td>\n"
" <a t-attf-href=\"/event/{{ slug"
"(object.event_id) }}/ics?slot_id={{ object.event_slot_id.id }}\" "
"style=\"padding-top: 10px; padding-right:8px; padding-bottom:2px; padding-"
"left:8px; margin-left: 8px; border-radius: 3px; background-color: #E7E9ED;\">"
"\n"
" <img src=\"/event/static/src/img/outlook-"
"calendar-128.png\" alt=\"Outlook\" title=\"Outlook\" style=\"height: 20px; "
"vertical-align: baseline;\"/>\n"
" </a>\n"
" </td>\n"
" <td>\n"
" <a t-attf-href=\"https://www.google.com/"
"calendar/render?action=TEMPLATE&amp;text={{ object.event_id.name }}"
"&amp;dates={{ date_begin }}/{{ date_end }}&amp;location={{ location }}"
"&amp;details={{ object.event_id._get_external_description_url_encoded() }}\" "
"target=\"new\" style=\"padding-top: 10px; padding-right:8px; padding-"
"bottom:2px; padding-left:8px; margin-left: 8px; border-radius: 3px; "
"background-color: #E7E9ED;\">\n"
" <img src=\"/event/static/src/img/google-"
"calendar-128.png\" alt=\"Google\" title=\"Google\" style=\"height: 20px; "
"vertical-align: baseline;\"/>\n"
" </a>\n"
" </td>\n"
" </tr>\n"
" </table>\n"
" <br/><br/>\n"
" <div>\n"
" À bientôt,<br/>\n"
" <span style=\"color: #454748;\">\n"
" -- <br/>\n"
" <t t-if=\"event_organizer\">\n"
" <t t-out=\"event_organizer.name or ''\">"
"YourCompany</t>\n"
" </t>\n"
" <t t-else=\"\">\n"
" L'équipe <t t-out=\"object.event_id.name or ''\">"
"Mise en ligne de la collection OpenWood</t>\n"
" </t>\n"
" </span>\n"
" </div>\n"
" </td></tr>\n"
" <tr><td style=\"text-align:center;\">\n"
" <hr width=\"100%\" style=\"background-color:rgb"
"(204,204,204);border:medium none;clear:both;display:block;font-size:0px;min-"
"height:1px;line-height:0; margin: 16px 0px 16px 0px;\"/>\n"
" </td></tr>\n"
" </table>\n"
" </td>\n"
" </tr>\n"
" <!-- DETAILS -->\n"
" <tr>\n"
" <td align=\"center\" style=\"min-width: 590px;\">\n"
" <table width=\"590\" border=\"0\" cellpadding=\"0\" "
"cellspacing=\"0\" style=\"min-width: 590px; background-color: white; "
"padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
" <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
" <table style=\"width:100%;\">\n"
" <tr>\n"
" <td style=\"vertical-align:top;\">\n"
" <img src=\"/mail/font_to_img/61555/rgb"
"(81,81,102)/34\" style=\"padding:4px;max-width:inherit;\" height=\"34\" "
"alt=\"\"/>\n"
" </td>\n"
" <td style=\"padding: 0px 10px 0px "
"10px;width:50%;line-height:20px;vertical-align:top;\">\n"
" <div t-if=\"object.event_id.is_one_day\">\n"
" <t t-out=\"object.event_begin_date\" t-"
"options=\"{&quot;widget&quot;: &quot;datetime&quot;, &quot;date_only&quot;: "
"True, &quot;tz_name&quot;: object.event_id.date_tz, &quot;format&quot;: "
"&quot;long&quot;}\">4 mai 2021</t>\n"
" <t t-out=\"object.event_begin_date\" t-"
"options=\"{&quot;widget&quot;: &quot;datetime&quot;, &quot;time_only&quot;: "
"True, &quot;tz_name&quot;: object.event_id.date_tz, "
"&quot;hide_seconds&quot;: True, &quot;format&quot;: &quot;short&quot;}\">"
"7:00</t>\n"
" - <t t-out=\"object.event_end_date\" t-"
"options=\"{&quot;widget&quot;: &quot;datetime&quot;, &quot;time_only&quot;: "
"True, &quot;tz_name&quot;: object.event_id.date_tz, "
"&quot;hide_seconds&quot;: True, &quot;format&quot;: &quot;short&quot;}\">"
"17:00</t>\n"
" </div>\n"
" <div t-else=\"\">\n"
" <strong>Du</strong>\n"
" <t t-out=\"object.event_begin_date\" t-"
"options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
"&quot;show_seconds&quot;: False, &quot;tz_name&quot;: "
"object.event_id.date_tz, &quot;format&quot;: &quot;medium&quot;}\">4 mai "
"2021 - 7:00</t>\n"
" <br/>\n"
" <strong>Au</strong>\n"
" <t t-out=\"object.event_end_date\" t-"
"options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
"&quot;show_seconds&quot;: False, &quot;tz_name&quot;: "
"object.event_id.date_tz, &quot;format&quot;: &quot;medium&quot;}\">6 mai "
"2021 - 17:00</t>\n"
" </div>\n"
" <div style=\"font-size:12px;color:#9e9e9e\">"
"<i>(<t t-out=\"object.event_id.date_tz or ''\">Europe/Bruxelles</t>)</i></"
"div>\n"
" </td>\n"
" <td style=\"vertical-align:top;\">\n"
" <t t-if=\"event_address\">\n"
" <img src=\"/mail/font_to_img/61505/rgb"
"(81,81,102)/34\" style=\"padding:4px;max-width:inherit;\" height=\"34\" "
"alt=\"\"/>\n"
" </t>\n"
" </td>\n"
" <td style=\"padding: 0px 10px 0px "
"10px;width:50%;vertical-align:top;\">\n"
" <t t-if=\"event_address\">\n"
" <t t-set=\"location\" t-value=\"''\"/>\n"
" <t t-"
"if=\"object.event_id.address_id.name\">\n"
" <div t-"
"out=\"object.event_id.address_id.name\">Teksa SpA</div>\n"
" </t>\n"
" <t t-"
"if=\"object.event_id.address_id.street\">\n"
" <div t-"
"out=\"object.event_id.address_id.street\">Puerto Madero 9710</div>\n"
" <t t-set=\"location\" t-"
"value=\"object.event_id.address_id.street\"/>\n"
" </t>\n"
" <t t-"
"if=\"object.event_id.address_id.street2\">\n"
" <div t-"
"out=\"object.event_id.address_id.street2\">Of A15, Santiago (RM)</div>\n"
" <t t-set=\"location\" t-valuef=\"{"
"{location}}, {{object.event_id.address_id.street2}}\"/>\n"
" </t>\n"
" <div>\n"
" <t t-"
"if=\"object.event_id.address_id.city\">\n"
" <t t-"
"out=\"object.event_id.address_id.city\">Pudahuel</t>,\n"
" <t t-set=\"location\" t-valuef=\"{"
"{location}}, {{object.event_id.address_id.city}}\"/>\n"
" </t>\n"
" <t t-"
"if=\"object.event_id.address_id.state_id.name\">\n"
" <t t-"
"out=\"object.event_id.address_id.state_id.name\">C1</t>,\n"
" <t t-set=\"location\" t-valuef=\"{"
"{location}}, {{object.event_id.address_id.state_id.name}}\"/>\n"
" </t>\n"
" <t t-"
"if=\"object.event_id.address_id.zip\">\n"
" <t t-"
"out=\"object.event_id.address_id.zip\">98450</t>\n"
" <t t-set=\"location\" t-valuef=\"{"
"{location}}, {{object.event_id.address_id.zip}}\"/>\n"
" </t>\n"
" </div>\n"
" <t t-"
"if=\"object.event_id.address_id.country_id.name\">\n"
" <div t-"
"out=\"object.event_id.address_id.country_id.name\">Argentina</div>\n"
" <t t-set=\"location\" t-valuef=\"{"
"{location}}, {{object.event_id.address_id.country_id.name}}\"/>\n"
" </t>\n"
" </t>\n"
" </td>\n"
" </tr>\n"
" </table>\n"
" </td></tr>\n"
" <tr><td style=\"text-align:center;\">\n"
" <t t-if=\"event_organizer\">\n"
" <hr width=\"100%\" style=\"background-color:rgb"
"(204,204,204);border:medium none;clear:both;display:block;font-size:0px;min-"
"height:1px;line-height:0; margin: 16px 0px 16px 0px;\"/>\n"
" </t>\n"
" </td></tr>\n"
"\n"
" <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
" <!-- CONTACT ORGANIZER -->\n"
" <t t-if=\"event_organizer\">\n"
" <div>\n"
" <span style=\"font-weight:300;margin:10px 0px\">"
"Des questions à propos de cet événement ?</span>\n"
" <div>Veuillez contacter lorganisateur :</div>\n"
" <ul>\n"
" <li><t t-out=\"event_organizer.name or ''\">"
"YourCompany</t></li>\n"
" <t t-if=\"event_organizer.email\">\n"
" <li>E-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>\n"
" </t>\n"
" <t t-if=\"event_organizer.phone\">\n"
" <li>Téléphone : <t t-"
"out=\"event_organizer.phone\">+1 650-123-4567</t></li>\n"
" </t>\n"
" </ul>\n"
" </div>\n"
" </t>\n"
" </td></tr>\n"
" <tr><td style=\"text-align:center;\">\n"
" <!-- CONTACT ORGANIZER SEPARATION -->\n"
" <t t-if=\"is_online or event_address\">\n"
" <hr width=\"100%\" style=\"background-color:rgb"
"(204,204,204);border:medium none;clear:both;display:block;font-size:0px;min-"
"height:1px;line-height:0; margin: 16px 0px 16px 0px;\"/>\n"
" </t>\n"
" </td></tr>\n"
"\n"
" <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
" <!-- PWA MARKGETING -->\n"
" <t t-if=\"is_online\">\n"
" <div>\n"
" <strong>Profitez de la meilleure expérience "
"mobile.</strong>\n"
" <a href=\"/event\">Installez notre application "
"mobile</a>\n"
" </div>\n"
" </t>\n"
" </td></tr>\n"
" <tr><td style=\"text-align:center;\">\n"
" <!-- PWA MARKGETING SEPARATION-->\n"
" <t t-if=\"is_online and event_address\">\n"
" <hr width=\"100%\" style=\"background-color:rgb"
"(204,204,204);border:medium none;clear:both;display:block;font-size:0px;min-"
"height:1px;line-height:0; margin: 16px 0px 16px 0px;\"/>\n"
" </t>\n"
" </td></tr>\n"
"\n"
" <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
" <!-- GOOGLE MAPS LINK -->\n"
" <t t-if=\"event_address and location\">\n"
" <table style=\"width:100%;\"><tr><td>\n"
" <div>\n"
" <img src=\"/web_editor/font_to_img/61505/rgb"
"(81,81,102)/20\" height=\"20\" style=\"vertical-align: bottom;\"/>\n"
" <a t-attf-href=\"https://maps.google.com/"
"maps?q={{ location }}\" target=\"new\">\n"
" <img t-if=\"event_address.static_map_url "
"and event_address.static_map_url_is_valid\" t-att-"
"src=\"event_address.static_map_url\" style=\"vertical-align:bottom; width: "
"100%;\" alt=\"Google Maps\"/>\n"
" <t t-else=\"\">Voir lemplacement sur "
"Google Maps</t>\n"
" </a>\n"
" </div>\n"
" </td></tr></table>\n"
" </t>\n"
" </td></tr>\n"
" </table>\n"
" </td>\n"
" </tr>\n"
"</tbody>\n"
"</table>\n"
"</td></tr>\n"
"<!-- FOOTER BY -->\n"
"<tr><td align=\"center\" style=\"min-width: 590px;\">\n"
" <t t-if=\"object.company_id\">\n"
" <table width=\"590\" border=\"0\" cellpadding=\"0\" "
"cellspacing=\"0\" style=\"min-width: 590px; background-color: #F1F1F1; "
"color: #454748; padding: 8px; border-collapse:separate;\">\n"
" <tr><td style=\"text-align: center; font-size: 14px;\">\n"
" Envoyé par <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>\n"
" <t t-if=\"is_online\">\n"
" <br/>\n"
" Découvrez <a href=\"/event\" t-attf-style=\"color: {"
"{object.event_id.company_id.email_secondary_color or '#875A7B'}};\">tous nos "
"événements</a>.\n"
" </t>\n"
" </td></tr>\n"
" </table>\n"
" </t>\n"
"</td></tr>\n"
"</table>\n"
" "
#. module: event
#: model:mail.template,body_html:event.event_reminder
msgid ""
"<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"padding-top: "
"16px; background-color: #F1F1F1; font-family:Verdana, Arial,sans-serif; "
"color: #454748; width: 100%; border-collapse:separate;\"><tr><td "
"align=\"center\">\n"
"<t t-set=\"date_begin\" t-value=\"format_datetime(object.event_begin_date, "
"tz='UTC', dt_format=&quot;yyyyMMdd'T'HHmmss'Z'&quot;)\"/>\n"
"<t t-set=\"date_end\" t-value=\"format_datetime(object.event_end_date, "
"tz='UTC', dt_format=&quot;yyyyMMdd'T'HHmmss'Z'&quot;)\"/>\n"
"<t t-set=\"is_online\" t-value=\"'is_published' in object.event_id and "
"object.event_id.is_published\"/>\n"
"<t t-set=\"is_sale\" t-value=\"'sale_order_id' in object and "
"object.sale_order_id\"/>\n"
"<t t-set=\"event_organizer\" t-value=\"object.event_id.organizer_id\"/>\n"
"<t t-set=\"event_address\" t-value=\"object.event_id.address_id\"/>\n"
"<t t-set=\"event_website_url\" t-value=\"is_online and "
"object.event_id.website_url\"/>\n"
"<t t-set=\"registration_ids\" t-value=\"object.ids if not is_sale else "
"object._get_event_registration_ids_from_order()\"/>\n"
"<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" "
"style=\"padding: 16px; background-color: white; color: #454748; border-"
"collapse:separate;\">\n"
"<tbody>\n"
" <!-- HEADER -->\n"
" <tr>\n"
" <td align=\"center\" style=\"min-width: 590px;\">\n"
" <table width=\"590\" border=\"0\" cellpadding=\"0\" "
"cellspacing=\"0\" style=\"min-width: 590px; background-color: white; "
"padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
" <tr><td valign=\"middle\">\n"
" <span style=\"font-size: 10px;\">Your registration</"
"span><br/>\n"
" <t t-set=\"default_name\">Guest</t>\n"
" <span style=\"font-size: 20px; font-weight: bold;\" t-"
"out=\"object.name or default_name\"/>\n"
" <div style=\"margin-bottom: 5px;margin-top: 18px;\">\n"
" <a t-if=\"object.event_id.address_id\" t-attf-"
"href=\"/event/{{ object.event_id.id }}/my_tickets?"
"registration_ids={{ object.ids }}"
"&amp;tickets_hash={{ object.event_id._get_tickets_access_hash(object.ids) }}"
"&amp;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\">\n"
" View Tickets\n"
" </a>\n"
" <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\">\n"
" View Online\n"
" </a>\n"
" </div>\n"
" </td><td valign=\"middle\" align=\"right\">\n"
" <t t-if=\"object.barcode\">\n"
" <div style=\"margin-bottom: 5px;\">\n"
" <img t-attf-src=\"/report/barcode/QR/"
"{{object.barcode}}?&amp;width=100&amp;height=100&amp;quiet=0\" width=\"100\" "
"height=\"100\" alt=\"QR Code\" t-att-style=\"'height: 100px !important;'\"/"
">\n"
" </div>\n"
" </t>\n"
" <t t-if=\"not object.company_id.uses_default_logo\">\n"
" <img t-att-src=\"'/logo.png?company=%s' % "
"object.company_id.id\" style=\"padding: 0px; margin: 0px; margin-right: "
"10px; height: auto; width: 80px;\" t-att-alt=\"'%s' % "
"object.company_id.name\"/>\n"
" </t>\n"
" </td></tr>\n"
" <tr><td colspan=\"2\" style=\"text-align:center;\">\n"
" <hr width=\"100%\" style=\"background-"
"color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
"size:0px;min-height:1px;line-height:0; margin:16px 0px 16px 0px;\"/>\n"
" </td></tr>\n"
" </table>\n"
" </td>\n"
" </tr>\n"
" <!-- EVENT DESCRIPTION -->\n"
" <tr>\n"
" <td align=\"center\" style=\"min-width: 590px;\">\n"
" <table width=\"590\" border=\"0\" cellpadding=\"0\" "
"cellspacing=\"0\" style=\"min-width: 590px; background-color: white; "
"padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
" <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
" <div>\n"
" <t t-set=\"default_name\">Guest</t>\n"
" Hello <t t-out=\"object.name or default_name\"/>,<br/"
"><br/>\n"
" We are excited to remind you that the event\n"
" <t t-if=\"event_website_url\">\n"
" <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>\n"
" </t>\n"
" <t t-else=\"\">\n"
" <strong t-out=\"object.event_id.name or "
"''\">OpenWood Collection Online Reveal</strong>\n"
" </t>\n"
" is starting <strong t-out=\"object.event_date_range "
"or ''\">today</strong>.\n"
" </div>\n"
" <br/>\n"
" <table style=\"width: auto;\">\n"
" <tr>\n"
" <td>\n"
" <strong>Add this event to your calendar</"
"strong>\n"
" </td>\n"
" <td>\n"
" <a t-attf-href=\"/event/"
"{{ slug(object.event_id) }}/ics?slot_id={{ object.event_slot_id.id }}\" "
"style=\"padding-top: 10px; padding-right:8px; padding-bottom:2px; padding-"
"left:8px; margin-left: 8px; border-radius: 3px; background-color: #E7E9ED;"
"\">\n"
" <img src=\"/event/static/src/img/apple-"
"calendar-128.png\" alt=\"iCal\" title=\"iCal\" style=\"height: 20px; "
"vertical-align: baseline;\"/>\n"
" </a>\n"
" </td>\n"
" <td>\n"
" <a t-attf-href=\"/event/"
"{{ slug(object.event_id) }}/ics?slot_id={{ object.event_slot_id.id }}\" "
"style=\"padding-top: 10px; padding-right:8px; padding-bottom:2px; padding-"
"left:8px; margin-left: 8px; border-radius: 3px; background-color: #E7E9ED;"
"\">\n"
" <img src=\"/event/static/src/img/outlook-"
"calendar-128.png\" alt=\"Outlook\" title=\"Outlook\" style=\"height: 20px; "
"vertical-align: baseline;\"/>\n"
" </a>\n"
" </td>\n"
" <td>\n"
" <a t-attf-href=\"https://www.google.com/"
"calendar/render?action=TEMPLATE&amp;text={{ object.event_id.name }}"
"&amp;dates={{ date_begin }}/{{ date_end }}&amp;location={{ location }}"
"&amp;details={{ object.event_id._get_external_description_url_encoded() }}\" "
"target=\"new\" style=\"padding-top: 10px; padding-right:8px; padding-"
"bottom:2px; padding-left:8px; margin-left: 8px; border-radius: 3px; "
"background-color: #E7E9ED;\">\n"
" <img src=\"/event/static/src/img/google-"
"calendar-128.png\" alt=\"Google\" title=\"Google\" style=\"height: 20px; "
"vertical-align: baseline;\"/>\n"
" </a>\n"
" </td>\n"
" </tr>\n"
" </table>\n"
" <br/><br/>\n"
" <div>\n"
" We confirm your registration and hope to meet you "
"there,<br/>\n"
" <span style=\"color: #454748;\">\n"
" -- <br/>\n"
" <t t-if=\"event_organizer\">\n"
" <t t-out=\"event_organizer.name or "
"''\">YourCompany</t>\n"
" </t>\n"
" <t t-else=\"\">\n"
" The <t t-out=\"object.event_id.name or "
"''\">OpenWood Collection Online Reveal</t> Team\n"
" </t>\n"
" </span>\n"
" </div>\n"
" </td></tr>\n"
" <tr><td style=\"text-align:center;\">\n"
" <hr width=\"100%\" style=\"background-"
"color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
"size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\"/>\n"
" </td></tr>\n"
" </table>\n"
" </td>\n"
" </tr>\n"
" <!-- DETAILS -->\n"
" <tr>\n"
" <td align=\"center\" style=\"min-width: 590px;\">\n"
" <table width=\"590\" border=\"0\" cellpadding=\"0\" "
"cellspacing=\"0\" style=\"min-width: 590px; background-color: white; "
"padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
" <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
" <table style=\"width:100%;\">\n"
" <tr>\n"
" <td style=\"vertical-align:top;\">\n"
" <img src=\"/mail/font_to_img/61555/"
"rgb(81,81,102)/34\" style=\"padding:4px;max-width:inherit;\" height=\"34\" "
"alt=\"\"/>\n"
" </td>\n"
" <td style=\"padding: 0px 10px 0px "
"10px;width:50%;line-height:20px;vertical-align:top;\">\n"
" <div t-if=\"object.event_id.is_one_day\">\n"
" <t t-out=\"object.event_begin_date\" t-"
"options=\"{&quot;widget&quot;: &quot;datetime&quot;, &quot;date_only&quot;: "
"True, &quot;tz_name&quot;: object.event_id.date_tz, &quot;format&quot;: "
"&quot;long&quot;}\">May 4, 2021</t>\n"
" <t t-out=\"object.event_begin_date\" t-"
"options=\"{&quot;widget&quot;: &quot;datetime&quot;, &quot;time_only&quot;: "
"True, &quot;tz_name&quot;: object.event_id.date_tz, "
"&quot;hide_seconds&quot;: True, &quot;format&quot;: &quot;short&quot;}"
"\">7:00 AM</t>\n"
" - <t t-out=\"object.event_end_date\" t-"
"options=\"{&quot;widget&quot;: &quot;datetime&quot;, &quot;time_only&quot;: "
"True, &quot;tz_name&quot;: object.event_id.date_tz, "
"&quot;hide_seconds&quot;: True, &quot;format&quot;: &quot;short&quot;}"
"\">5:00 PM</t>\n"
" </div>\n"
" <div t-else=\"\">\n"
" <strong>From</strong>\n"
" <t t-out=\"object.event_begin_date\" t-"
"options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
"&quot;show_seconds&quot;: False, &quot;tz_name&quot;: "
"object.event_id.date_tz, &quot;format&quot;: &quot;medium&quot;}\">May 4, "
"2021 - 7:00 AM</t>\n"
" <br/>\n"
" <strong>To</strong>\n"
" <t t-out=\"object.event_end_date\" t-"
"options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
"&quot;show_seconds&quot;: False, &quot;tz_name&quot;: "
"object.event_id.date_tz, &quot;format&quot;: &quot;medium&quot;}\">May 6, "
"2021 - 5:00 PM</t>\n"
" </div>\n"
" <div style=\"font-"
"size:12px;color:#9e9e9e\"><i>(<t t-out=\"object.event_id.date_tz or "
"''\">Europe/Brussels</t>)</i></div>\n"
" </td>\n"
" <td style=\"vertical-align:top;\">\n"
" <t t-if=\"event_address\">\n"
" <img src=\"/mail/font_to_img/61505/"
"rgb(81,81,102)/34\" style=\"padding:4px;max-width:inherit;\" height=\"34\" "
"alt=\"\"/>\n"
" </t>\n"
" </td>\n"
" <td style=\"padding: 0px 10px 0px "
"10px;width:50%;vertical-align:top;\">\n"
" <t t-if=\"event_address\">\n"
" <t t-set=\"location\" t-value=\"''\"/>\n"
" <t t-"
"if=\"object.event_id.address_id.name\">\n"
" <div t-"
"out=\"object.event_id.address_id.name or ''\">Teksa SpA</div>\n"
" </t>\n"
" <t t-"
"if=\"object.event_id.address_id.street\">\n"
" <div t-"
"out=\"object.event_id.address_id.street or ''\">Puerto Madero 9710</div>\n"
" <t t-set=\"location\" t-"
"value=\"object.event_id.address_id.street\"/>\n"
" </t>\n"
" <t t-"
"if=\"object.event_id.address_id.street2\">\n"
" <div t-"
"out=\"object.event_id.address_id.street2 or ''\">Of A15, Santiago (RM)</"
"div>\n"
" <t t-set=\"location\" t-value=\"'%s, "
"%s' % (location, object.event_id.address_id.street2)\"/>\n"
" </t>\n"
" <div>\n"
" <t t-"
"if=\"object.event_id.address_id.city\">\n"
" <t t-"
"out=\"object.event_id.address_id.city or ''\">Pudahuel</t>,\n"
" <t t-set=\"location\" t-value=\"'%s, "
"%s' % (location, object.event_id.address_id.city)\"/>\n"
" </t>\n"
" <t t-"
"if=\"object.event_id.address_id.state_id.name\">\n"
" <t t-"
"out=\"object.event_id.address_id.state_id.name or ''\">C1</t>,\n"
" <t t-set=\"location\" t-value=\"'%s, "
"%s' % (location, object.event_id.address_id.state_id.name)\"/>\n"
" </t>\n"
" <t t-"
"if=\"object.event_id.address_id.zip\">\n"
" <t t-"
"out=\"object.event_id.address_id.zip or ''\">98450</t>\n"
" <t t-set=\"location\" t-value=\"'%s, "
"%s' % (location, object.event_id.address_id.zip)\"/>\n"
" </t>\n"
" </div>\n"
" <t t-"
"if=\"object.event_id.address_id.country_id.name\">\n"
" <div t-"
"out=\"object.event_id.address_id.country_id.name or ''\">Argentina</div>\n"
" <t t-set=\"location\" t-value=\"'%s, "
"%s' % (location, object.event_id.address_id.country_id.name)\"/>\n"
" </t>\n"
" </t>\n"
" </td>\n"
" </tr>\n"
" </table>\n"
" </td></tr>\n"
" <tr><td style=\"text-align:center;\">\n"
" <t t-if=\"event_organizer\">\n"
" <hr width=\"100%\" style=\"background-"
"color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
"size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\"/>\n"
" </t>\n"
" </td></tr>\n"
"\n"
" <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
" <!-- CONTACT ORGANIZER -->\n"
" <t t-if=\"event_organizer\">\n"
" <div>\n"
" <span style=\"font-weight:300;margin:10px "
"0px\">Questions about this event?</span>\n"
" <div>Please contact the organizer:</div>\n"
" <ul>\n"
" <li t-out=\"event_organizer.name or "
"''\">YourCompany</li>\n"
" <t t-if=\"event_organizer.email\">\n"
" <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>\n"
" </t>\n"
" <t t-if=\"event_organizer.phone\">\n"
" <li>Phone: <t t-"
"out=\"event_organizer.phone or ''\"/></li>\n"
" </t>\n"
" </ul>\n"
" </div>\n"
" </t>\n"
" </td></tr>\n"
" <tr><td style=\"text-align:center;\">\n"
" <!-- CONTACT ORGANIZER SEPARATION -->\n"
" <hr t-if=\"is_online or event_address\" width=\"100%\" "
"style=\"background-color:rgb(204,204,204);border:medium "
"none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0; "
"margin: 16px 0px 16px 0px;\"/>\n"
" </td></tr>\n"
"\n"
" <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
" <!-- PWA MARKGETING -->\n"
" <div t-if=\"is_online\">\n"
" <strong>Get the best mobile experience.</strong>\n"
" <a href=\"/event\">Install our mobile app</a>\n"
" </div>\n"
" </td></tr>\n"
" <tr><td style=\"text-align:center;\">\n"
" <!-- PWA MARKGETING SEPARATION-->\n"
" <hr t-if=\"is_online and event_address\" width=\"100%\" "
"style=\"background-color:rgb(204,204,204);border:medium "
"none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0; "
"margin: 16px 0px 16px 0px;\"/>\n"
" </td></tr>\n"
"\n"
" <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
" <!-- GOOGLE MAPS LINK -->\n"
" <table t-if=\"event_address and location\" "
"style=\"width:100%;\"><tr><td>\n"
" <div>\n"
" <img src=\"/web_editor/font_to_img/61505/"
"rgb(81,81,102)/20\" height=\"20\" style=\"vertical-align: bottom;\"/>\n"
" <a t-attf-href=\"https://maps.google.com/maps?"
"q={{ location }}\" target=\"new\">\n"
" <img t-if=\"event_address.static_map_url and "
"event_address.static_map_url_is_valid\" t-attf-"
"src=\"{{ event_address.static_map_url }}\" style=\"vertical-align:bottom; "
"width: 100%;\" alt=\"Google Maps\"/>\n"
" <span t-else=\"\">See location on Google "
"Maps</span>\n"
" </a>\n"
" </div>\n"
" </td></tr></table>\n"
" </td></tr>\n"
" </table>\n"
" </td>\n"
" </tr>\n"
"</tbody>\n"
"</table>\n"
"</td></tr>\n"
"<!-- FOOTER BY -->\n"
"<tr><td align=\"center\" style=\"min-width: 590px;\">\n"
" <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;\">\n"
" <tr><td style=\"text-align: center; font-size: 14px;\">\n"
" 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>\n"
" <t t-if=\"'website_url' in object.event_id and "
"object.event_id.website_url\">\n"
" <br/>\n"
" Discover <a href=\"/event\" t-attf-style=\"color: "
"{{object.event_id.company_id.email_secondary_color or '#875A7B'}};\">all our "
"events</a>.\n"
" </t>\n"
" </td></tr>\n"
" </table>\n"
"</td></tr>\n"
"</table>\n"
" "
msgstr ""
"<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"padding-top: "
"16px; background-color: #F1F1F1; font-family:Verdana, Arial,sans-serif; "
"color: #454748; width: 100%; border-collapse:separate;\"><tr><td "
"align=\"center\">\n"
"<t t-set=\"date_begin\" t-value=\"format_datetime(object.event_begin_date, "
"tz='UTC', dt_format=&quot;yyyyMMdd'T'HHmmss'Z'&quot;)\"/>\n"
"<t t-set=\"date_end\" t-value=\"format_datetime(object.event_end_date, "
"tz='UTC', dt_format=&quot;yyyyMMdd'T'HHmmss'Z'&quot;)\"/>\n"
"<t t-set=\"is_online\" t-value=\"'is_published' in object.event_id and "
"object.event_id.is_published\"/>\n"
"<t t-set=\"is_sale\" t-value=\"'sale_order_id' in object and "
"object.sale_order_id\"/>\n"
"<t t-set=\"event_organizer\" t-value=\"object.event_id.organizer_id\"/>\n"
"<t t-set=\"event_address\" t-value=\"object.event_id.address_id\"/>\n"
"<t t-set=\"event_website_url\" t-value=\"is_online and "
"object.event_id.website_url\"/>\n"
"<t t-set=\"registration_ids\" t-value=\"object.ids if not is_sale else "
"object._get_event_registration_ids_from_order()\"/>\n"
"<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" "
"style=\"padding: 16px; background-color: white; color: #454748; border-"
"collapse:separate;\">\n"
"<tbody>\n"
" <!-- HEADER -->\n"
" <tr>\n"
" <td align=\"center\" style=\"min-width: 590px;\">\n"
" <table width=\"590\" border=\"0\" cellpadding=\"0\" "
"cellspacing=\"0\" style=\"min-width: 590px; background-color: white; "
"padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
" <tr><td valign=\"middle\">\n"
" <span style=\"font-size: 10px;\">Votre inscription</span>"
"<br/>\n"
" <t t-set=\"default_name\">Invité</t>\n"
" <span style=\"font-size: 20px; font-weight: bold;\" t-"
"out=\"object.name or default_name\"/>\n"
" <div style=\"margin-bottom: 5px;margin-top: 18px;\">\n"
" <a t-if=\"object.event_id.address_id\" t-attf-"
"href=\"/event/{{ object.event_id.id }}/my_tickets?registration_ids={{ "
"object.ids }}&amp;tickets_hash={{ object.event_id._get_tickets_access_hash"
"(object.ids) }}&amp;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\">\n"
" Voir les tickets\n"
" </a>\n"
" <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\">\n"
" Voir en ligne\n"
" </a>\n"
" </div>\n"
" </td><td valign=\"middle\" align=\"right\">\n"
" <t t-if=\"object.barcode\">\n"
" <div style=\"margin-bottom: 5px;\">\n"
" <img t-attf-src=\"/report/barcode/QR/{"
"{object.barcode}}?&amp;width=100&amp;height=100&amp;quiet=0\" width=\"100\" "
"height=\"100\" alt=\"QR Code\" t-att-style=\"'height: 100px !important;'\"/>"
"\n"
" </div>\n"
" </t>\n"
" <t t-if=\"not object.company_id.uses_default_logo\">\n"
" <img t-att-src=\"'/logo.png?company=%s' % "
"object.company_id.id\" style=\"padding: 0px; margin: 0px; margin-right: "
"10px; height: auto; width: 80px;\" t-att-alt=\"'%s' % "
"object.company_id.name\"/>\n"
" </t>\n"
" </td></tr>\n"
" <tr><td colspan=\"2\" style=\"text-align:center;\">\n"
" <hr width=\"100%\" style=\"background-color:rgb"
"(204,204,204);border:medium none;clear:both;display:block;font-size:0px;min-"
"height:1px;line-height:0; margin:16px 0px 16px 0px;\"/>\n"
" </td></tr>\n"
" </table>\n"
" </td>\n"
" </tr>\n"
" <!-- EVENT DESCRIPTION -->\n"
" <tr>\n"
" <td align=\"center\" style=\"min-width: 590px;\">\n"
" <table width=\"590\" border=\"0\" cellpadding=\"0\" "
"cellspacing=\"0\" style=\"min-width: 590px; background-color: white; "
"padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
" <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
" <div>\n"
" <t t-set=\"default_name\">Invité</t>\n"
" Bonjour <t t-out=\"object.name or default_name\"/>"
",<br/><br/>\n"
" Nous sommes ravis de vous rappeler que lévénement\n"
" <t t-if=\"event_website_url\">\n"
" <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 ''\">Révélation en ligne "
"de la collection OpenWood</a>\n"
" </t>\n"
" <t t-else=\"\">\n"
" <strong t-out=\"object.event_id.name or ''\">"
"Révélation en ligne de la collection OpenWood</strong>\n"
" </t>\n"
" commence <strong t-out=\"object.event_date_range or "
"''\">aujourdhui</strong>.\n"
" </div>\n"
" <br/>\n"
" <table style=\"width: auto;\">\n"
" <tr>\n"
" <td>\n"
" <strong>Ajouter cet événement à votre "
"calendrier</strong>\n"
" </td>\n"
" <td>\n"
" <a t-attf-href=\"/event/{{ slug"
"(object.event_id) }}/ics?slot_id={{ object.event_slot_id.id }}\" "
"style=\"padding-top: 10px; padding-right:8px; padding-bottom:2px; padding-"
"left:8px; margin-left: 8px; border-radius: 3px; background-color: #E7E9ED;\">"
"\n"
" <img src=\"/event/static/src/img/apple-"
"calendar-128.png\" alt=\"iCal\" title=\"iCal\" style=\"height: 20px; "
"vertical-align: baseline;\"/>\n"
" </a>\n"
" </td>\n"
" <td>\n"
" <a t-attf-href=\"/event/{{ slug"
"(object.event_id) }}/ics?slot_id={{ object.event_slot_id.id }}\" "
"style=\"padding-top: 10px; padding-right:8px; padding-bottom:2px; padding-"
"left:8px; margin-left: 8px; border-radius: 3px; background-color: #E7E9ED;\">"
"\n"
" <img src=\"/event/static/src/img/outlook-"
"calendar-128.png\" alt=\"Outlook\" title=\"Outlook\" style=\"height: 20px; "
"vertical-align: baseline;\"/>\n"
" </a>\n"
" </td>\n"
" <td>\n"
" <a t-attf-href=\"https://www.google.com/"
"calendar/render?action=TEMPLATE&amp;text={{ object.event_id.name }}"
"&amp;dates={{ date_begin }}/{{ date_end }}&amp;location={{ location }}"
"&amp;details={{ object.event_id._get_external_description_url_encoded() }}\" "
"target=\"new\" style=\"padding-top: 10px; padding-right:8px; padding-"
"bottom:2px; padding-left:8px; margin-left: 8px; border-radius: 3px; "
"background-color: #E7E9ED;\">\n"
" <img src=\"/event/static/src/img/google-"
"calendar-128.png\" alt=\"Google\" title=\"Google\" style=\"height: 20px; "
"vertical-align: baseline;\"/>\n"
" </a>\n"
" </td>\n"
" </tr>\n"
" </table>\n"
" <br/><br/>\n"
" <div>\n"
" Nous confirmons votre inscription et espérons vous y "
"rencontrer,<br/>\n"
" <span style=\"color: #454748;\">\n"
" -- <br/>\n"
" <t t-if=\"event_organizer\">\n"
" <t t-out=\"event_organizer.name or ''\">"
"YourCompany</t>\n"
" </t>\n"
" <t t-else=\"\">\n"
" Léquipe <t t-out=\"object.event_id.name or ''\">"
"Révélation en ligne de la collection OpenWood</t>\n"
" </t>\n"
" </span>\n"
" </div>\n"
" </td></tr>\n"
" <tr><td style=\"text-align:center;\">\n"
" <hr width=\"100%\" style=\"background-color:rgb"
"(204,204,204);border:medium none;clear:both;display:block;font-size:0px;min-"
"height:1px;line-height:0; margin: 16px 0px 16px 0px;\"/>\n"
" </td></tr>\n"
" </table>\n"
" </td>\n"
" </tr>\n"
" <!-- DETAILS -->\n"
" <tr>\n"
" <td align=\"center\" style=\"min-width: 590px;\">\n"
" <table width=\"590\" border=\"0\" cellpadding=\"0\" "
"cellspacing=\"0\" style=\"min-width: 590px; background-color: white; "
"padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
" <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
" <table style=\"width:100%;\">\n"
" <tr>\n"
" <td style=\"vertical-align:top;\">\n"
" <img src=\"/mail/font_to_img/61555/rgb"
"(81,81,102)/34\" style=\"padding:4px;max-width:inherit;\" height=\"34\" "
"alt=\"\"/>\n"
" </td>\n"
" <td style=\"padding: 0px 10px 0px "
"10px;width:50%;line-height:20px;vertical-align:top;\">\n"
" <div t-if=\"object.event_id.is_one_day\">\n"
" <t t-out=\"object.event_begin_date\" t-"
"options=\"{&quot;widget&quot;: &quot;datetime&quot;, &quot;date_only&quot;: "
"True, &quot;tz_name&quot;: object.event_id.date_tz, &quot;format&quot;: "
"&quot;long&quot;}\">4 mai 2021</t>\n"
" <t t-out=\"object.event_begin_date\" t-"
"options=\"{&quot;widget&quot;: &quot;datetime&quot;, &quot;time_only&quot;: "
"True, &quot;tz_name&quot;: object.event_id.date_tz, "
"&quot;hide_seconds&quot;: True, &quot;format&quot;: &quot;short&quot;}\">"
"7:00</t>\n"
" - <t t-out=\"object.event_end_date\" t-"
"options=\"{&quot;widget&quot;: &quot;datetime&quot;, &quot;time_only&quot;: "
"True, &quot;tz_name&quot;: object.event_id.date_tz, "
"&quot;hide_seconds&quot;: True, &quot;format&quot;: &quot;short&quot;}\">"
"17:00</t>\n"
" </div>\n"
" <div t-else=\"\">\n"
" <strong>Du</strong>\n"
" <t t-out=\"object.event_begin_date\" t-"
"options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
"&quot;show_seconds&quot;: False, &quot;tz_name&quot;: "
"object.event_id.date_tz, &quot;format&quot;: &quot;medium&quot;}\">4 mai "
"2021 - 7:00</t>\n"
" <br/>\n"
" <strong>Au</strong>\n"
" <t t-out=\"object.event_end_date\" t-"
"options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
"&quot;show_seconds&quot;: False, &quot;tz_name&quot;: "
"object.event_id.date_tz, &quot;format&quot;: &quot;medium&quot;}\">6 mai "
"2021 - 17:00</t>\n"
" </div>\n"
" <div style=\"font-size:12px;color:#9e9e9e\">"
"<i>(<t t-out=\"object.event_id.date_tz or ''\">Europe/Bruxelles</t>)</i></"
"div>\n"
" </td>\n"
" <td style=\"vertical-align:top;\">\n"
" <t t-if=\"event_address\">\n"
" <img src=\"/mail/font_to_img/61505/rgb"
"(81,81,102)/34\" style=\"padding:4px;max-width:inherit;\" height=\"34\" "
"alt=\"\"/>\n"
" </t>\n"
" </td>\n"
" <td style=\"padding: 0px 10px 0px "
"10px;width:50%;vertical-align:top;\">\n"
" <t t-if=\"event_address\">\n"
" <t t-set=\"location\" t-value=\"''\"/>\n"
" <t t-"
"if=\"object.event_id.address_id.name\">\n"
" <div t-"
"out=\"object.event_id.address_id.name or ''\">Teksa SpA</div>\n"
" </t>\n"
" <t t-"
"if=\"object.event_id.address_id.street\">\n"
" <div t-"
"out=\"object.event_id.address_id.street or ''\">Puerto Madero 9710</div>\n"
" <t t-set=\"location\" t-"
"value=\"object.event_id.address_id.street\"/>\n"
" </t>\n"
" <t t-"
"if=\"object.event_id.address_id.street2\">\n"
" <div t-"
"out=\"object.event_id.address_id.street2 or ''\">Of A15, Santiago (RM)</div>"
"\n"
" <t t-set=\"location\" t-value=\"'%s, "
"%s' % (location, object.event_id.address_id.street2)\"/>\n"
" </t>\n"
" <div>\n"
" <t t-"
"if=\"object.event_id.address_id.city\">\n"
" <t t-"
"out=\"object.event_id.address_id.city or ''\">Pudahuel</t>,\n"
" <t t-set=\"location\" t-value=\"'%s, "
"%s' % (location, object.event_id.address_id.city)\"/>\n"
" </t>\n"
" <t t-"
"if=\"object.event_id.address_id.state_id.name\">\n"
" <t t-"
"out=\"object.event_id.address_id.state_id.name or ''\">C1</t>,\n"
" <t t-set=\"location\" t-value=\"'%s, "
"%s' % (location, object.event_id.address_id.state_id.name)\"/>\n"
" </t>\n"
" <t t-"
"if=\"object.event_id.address_id.zip\">\n"
" <t t-"
"out=\"object.event_id.address_id.zip or ''\">98450</t>\n"
" <t t-set=\"location\" t-value=\"'%s, "
"%s' % (location, object.event_id.address_id.zip)\"/>\n"
" </t>\n"
" </div>\n"
" <t t-"
"if=\"object.event_id.address_id.country_id.name\">\n"
" <div t-"
"out=\"object.event_id.address_id.country_id.name or ''\">Argentina</div>\n"
" <t t-set=\"location\" t-value=\"'%s, "
"%s' % (location, object.event_id.address_id.country_id.name)\"/>\n"
" </t>\n"
" </t>\n"
" </td>\n"
" </tr>\n"
" </table>\n"
" </td></tr>\n"
" <tr><td style=\"text-align:center;\">\n"
" <t t-if=\"event_organizer\">\n"
" <hr width=\"100%\" style=\"background-color:rgb"
"(204,204,204);border:medium none;clear:both;display:block;font-size:0px;min-"
"height:1px;line-height:0; margin: 16px 0px 16px 0px;\"/>\n"
" </t>\n"
" </td></tr>\n"
"\n"
" <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
" <!-- CONTACT ORGANIZER -->\n"
" <t t-if=\"event_organizer\">\n"
" <div>\n"
" <span style=\"font-weight:300;margin:10px 0px\">"
"Des questions concernant cet événement ?</span>\n"
" <div>Veuillez contacter lorganisateur :</div>\n"
" <ul>\n"
" <li t-out=\"event_organizer.name or ''\">"
"YourCompany</li>\n"
" <t t-if=\"event_organizer.email\">\n"
" <li>E-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>\n"
" </t>\n"
" <t t-if=\"event_organizer.phone\">\n"
" <li>Téléphone : <t t-"
"out=\"event_organizer.phone or ''\"/></li>\n"
" </t>\n"
" </ul>\n"
" </div>\n"
" </t>\n"
" </td></tr>\n"
" <tr><td style=\"text-align:center;\">\n"
" <!-- CONTACT ORGANIZER SEPARATION -->\n"
" <hr t-if=\"is_online or event_address\" width=\"100%\" "
"style=\"background-color:rgb(204,204,204);border:medium "
"none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0; "
"margin: 16px 0px 16px 0px;\"/>\n"
" </td></tr>\n"
"\n"
" <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
" <!-- PWA MARKGETING -->\n"
" <div t-if=\"is_online\">\n"
" <strong>Profitez de la meilleure expérience mobile.</"
"strong>\n"
" <a href=\"/event\">Installez notre application "
"mobile</a>\n"
" </div>\n"
" </td></tr>\n"
" <tr><td style=\"text-align:center;\">\n"
" <!-- PWA MARKGETING SEPARATION-->\n"
" <hr t-if=\"is_online and event_address\" width=\"100%\" "
"style=\"background-color:rgb(204,204,204);border:medium "
"none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0; "
"margin: 16px 0px 16px 0px;\"/>\n"
" </td></tr>\n"
"\n"
" <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
" <!-- GOOGLE MAPS LINK -->\n"
" <table t-if=\"event_address and location\" "
"style=\"width:100%;\"><tr><td>\n"
" <div>\n"
" <img src=\"/web_editor/font_to_img/61505/rgb"
"(81,81,102)/20\" height=\"20\" style=\"vertical-align: bottom;\"/>\n"
" <a t-attf-href=\"https://maps.google.com/maps?q={"
"{ location }}\" target=\"new\">\n"
" <img t-if=\"event_address.static_map_url and "
"event_address.static_map_url_is_valid\" t-attf-src=\"{{ "
"event_address.static_map_url }}\" style=\"vertical-align:bottom; width: "
"100%;\" alt=\"Google Maps\"/>\n"
" <span t-else=\"\">Voir lemplacement sur "
"Google Maps</span>\n"
" </a>\n"
" </div>\n"
" </td></tr></table>\n"
" </td></tr>\n"
" </table>\n"
" </td>\n"
" </tr>\n"
"</tbody>\n"
"</table>\n"
"</td></tr>\n"
"<!-- FOOTER BY -->\n"
"<tr><td align=\"center\" style=\"min-width: 590px;\">\n"
" <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;\">\n"
" <tr><td style=\"text-align: center; font-size: 14px;\">\n"
" Envoyé par <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>\n"
" <t t-if=\"'website_url' in object.event_id and "
"object.event_id.website_url\">\n"
" <br/>\n"
" Découvrez <a href=\"/event\" t-attf-style=\"color: {"
"{object.event_id.company_id.email_secondary_color or '#875A7B'}};\">tous nos "
"événements</a>.\n"
" </t>\n"
" </td></tr>\n"
" </table>\n"
"</td></tr>\n"
"</table>\n"
" "
#. module: event
#: model:mail.template,body_html:event.event_subscription
msgid ""
"<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"padding-top: "
"16px; background-color: #F1F1F1; font-family:Verdana, Arial,sans-serif; "
"color: #454748; width: 100%; border-collapse:separate;\"><tr><td "
"align=\"center\">\n"
"<t t-set=\"date_begin\" t-value=\"format_datetime(object.event_begin_date, "
"tz='UTC', dt_format=&quot;yyyyMMdd'T'HHmmss'Z'&quot;)\"/>\n"
"<t t-set=\"date_end\" t-value=\"format_datetime(object.event_end_date, "
"tz='UTC', dt_format=&quot;yyyyMMdd'T'HHmmss'Z'&quot;)\"/>\n"
"<t t-set=\"is_online\" t-value=\"'is_published' in object.event_id and "
"object.event_id.is_published\"/>\n"
"<t t-set=\"is_sale\" t-value=\"'sale_order_id' in object and "
"object.sale_order_id\"/>\n"
"<t t-set=\"event_organizer\" t-value=\"object.event_id.organizer_id\"/>\n"
"<t t-set=\"event_address\" t-value=\"object.event_id.address_id\"/>\n"
"<t t-set=\"event_website_url\" t-value=\"object.event_id.event_share_url\"/"
">\n"
"<t t-set=\"registration_ids\" t-value=\"object.ids if not is_sale else "
"object._get_event_registration_ids_from_order()\"/>\n"
"<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" "
"style=\"padding: 16px; background-color: white; color: #454748; border-"
"collapse:separate;\">\n"
"<tbody>\n"
" <!-- HEADER -->\n"
" <tr>\n"
" <td align=\"center\" style=\"min-width: 590px;\">\n"
" <table width=\"590\" border=\"0\" cellpadding=\"0\" "
"cellspacing=\"0\" style=\"min-width: 590px; background-color: white; "
"padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
" <tr><td valign=\"middle\">\n"
" <span style=\"font-size: 10px;\">Your registration</"
"span><br/>\n"
" <span style=\"font-size: 20px; font-weight: bold;\">\n"
" <t t-set=\"default_name\">Guest</t>\n"
" <t t-out=\"object.name or default_name\"/>\n"
" </span>\n"
" <div style=\"margin-bottom: 5px;margin-top: 18px;\">\n"
" <a t-if=\"object.event_id.address_id\" t-attf-"
"href=\"/event/{{ object.event_id.id }}/my_tickets?"
"registration_ids={{ object.ids }}"
"&amp;tickets_hash={{ object.event_id._get_tickets_access_hash(object.ids) }}"
"&amp;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\">\n"
" View Tickets\n"
" </a>\n"
" <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\">\n"
" View Online\n"
" </a>\n"
" </div>\n"
" </td><td valign=\"middle\" align=\"right\">\n"
" <t t-if=\"object.barcode\"> \n"
" <div style=\"margin-bottom: 5px;\">\n"
" <img t-attf-src=\"/report/barcode/QR/"
"{{object.barcode}}?&amp;width=100&amp;height=100&amp;quiet=0\" width=\"100\" "
"height=\"100\" alt=\"QR Code\" t-att-style=\"'height: 100px !important;'\"/"
">\n"
" </div>\n"
" </t>\n"
" <t t-if=\"not object.company_id.uses_default_logo\">\n"
" <img t-att-src=\"'/logo.png?company=%s' % "
"object.company_id.id\" style=\"padding: 0px; margin: 0px; margin-right: "
"10px; height: auto; width: 80px;\" t-att-alt=\"'%s' % "
"object.company_id.name\"/>\n"
" </t>\n"
" </td></tr>\n"
" <tr><td colspan=\"2\" style=\"text-align:center;\">\n"
" <hr width=\"100%\" style=\"background-"
"color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
"size:0px;min-height:1px;line-height:0; margin:16px 0px 16px 0px;\"/>\n"
" </td></tr>\n"
" </table>\n"
" </td>\n"
" </tr>\n"
" <!-- EVENT DESCRIPTION -->\n"
" <tr>\n"
" <td align=\"center\" style=\"min-width: 590px;\">\n"
" <table width=\"590\" border=\"0\" cellpadding=\"0\" "
"cellspacing=\"0\" style=\"min-width: 590px; background-color: white; "
"padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
" <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
" <div>\n"
" <t t-set=\"default_name\">Guest</t>\n"
" Hello <t t-out=\"object.name or default_name\"/>,<br/"
"><br/>\n"
" We are happy to confirm your registration to the "
"event\n"
" <t t-if=\"event_website_url\">\n"
" <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>\n"
" </t>\n"
" <t t-else=\"\">\n"
" <strong t-out=\"object.event_id.name or "
"''\">OpenWood Collection Online Reveal</strong>\n"
" </t>.\n"
" <t t-if=\"object.partner_id and "
"object.partner_id.name and object.partner_id.name != object.name\">\n"
" This ticket was registered by <t t-"
"out=\"object.partner_id.name\"/>.\n"
" </t>\n"
" </div>\n"
" <div t-if=\"is_sale\">\n"
" <br/>\n"
" The order for this ticket has reference <t t-"
"out=\"object.sale_order_id.name\"/>\n"
" and was placed on <t t-"
"out=\"object.sale_order_id.date_order.date()\"/>\n"
" <t t-if=\"object.sale_order_line_id.price_total\"> "
"for an amount of\n"
" <t t-"
"out=\"object.sale_order_line_id.price_total\" t-options=\"{'widget': "
"'monetary', 'display_currency': object.sale_order_line_id.currency_id}\"/>\n"
" </t>.\n"
" </div>\n"
" <br/>\n"
" <table style=\"width: auto;\">\n"
" <tr>\n"
" <td>\n"
" <strong>Add this event to your calendar</"
"strong>\n"
" </td>\n"
" <td>\n"
" <a t-attf-href=\"/event/"
"{{ slug(object.event_id) }}/ics?slot_id={{ object.event_slot_id.id }}\" "
"style=\"padding-top: 10px; padding-right:8px; padding-bottom:2px; padding-"
"left:8px; margin-left: 8px; border-radius: 3px; background-color: #E7E9ED;"
"\">\n"
" <img src=\"/event/static/src/img/apple-"
"calendar-128.png\" alt=\"iCal\" title=\"iCal\" style=\"height: 20px; "
"vertical-align: baseline;\"/>\n"
" </a>\n"
" </td>\n"
" <td>\n"
" <a t-attf-href=\"/event/"
"{{ slug(object.event_id) }}/ics?slot_id={{ object.event_slot_id.id }}\" "
"style=\"padding-top: 10px; padding-right:8px; padding-bottom:2px; padding-"
"left:8px; margin-left: 8px; border-radius: 3px; background-color: #E7E9ED;"
"\">\n"
" <img src=\"/event/static/src/img/outlook-"
"calendar-128.png\" alt=\"Outlook\" title=\"Outlook\" style=\"height: 20px; "
"vertical-align: baseline;\"/>\n"
" </a>\n"
" </td>\n"
" <td>\n"
" <a t-attf-href=\"https://www.google.com/"
"calendar/render?action=TEMPLATE&amp;text={{ object.event_id.name }}"
"&amp;dates={{ date_begin }}/{{ date_end }}&amp;location={{ location }}"
"&amp;details={{ object.event_id._get_external_description_url_encoded() }}\" "
"target=\"new\" style=\"padding-top: 10px; padding-right:8px; padding-"
"bottom:2px; padding-left:8px; margin-left: 8px; border-radius: 3px; "
"background-color: #E7E9ED;\">\n"
" <img src=\"/event/static/src/img/google-"
"calendar-128.png\" alt=\"Google\" title=\"Google\" style=\"height: 20px; "
"vertical-align: baseline;\"/>\n"
" </a>\n"
" </td>\n"
" </tr>\n"
" </table>\n"
" <br/><br/>\n"
" <div>\n"
" See you soon,<br/>\n"
" <span style=\"color: #454748;\">\n"
" -- <br/>\n"
" <t t-if=\"event_organizer\">\n"
" <t t-out=\"event_organizer.name\">YourCompany</"
"t>\n"
" </t>\n"
" <t t-else=\"\">\n"
" The <t t-out=\"object.event_id.name or "
"''\">OpenWood Collection Online Reveal</t> Team\n"
" </t>\n"
" </span>\n"
" </div>\n"
" </td></tr>\n"
" <tr><td style=\"text-align:center;\">\n"
" <hr width=\"100%\" style=\"background-"
"color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
"size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\"/>\n"
" </td></tr>\n"
" </table>\n"
" </td>\n"
" </tr>\n"
" <!-- DETAILS -->\n"
" <tr>\n"
" <td align=\"center\" style=\"min-width: 590px;\">\n"
" <table width=\"590\" border=\"0\" cellpadding=\"0\" "
"cellspacing=\"0\" style=\"min-width: 590px; background-color: white; "
"padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
" <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
" <table style=\"width:100%;\">\n"
" <tr>\n"
" <td style=\"vertical-align:top;\">\n"
" <img src=\"/mail/font_to_img/61555/"
"rgb(81,81,102)/34\" style=\"padding:4px;max-width:inherit;\" height=\"34\" "
"alt=\"\"/>\n"
" </td>\n"
" <td style=\"padding: 0px 10px 0px "
"10px;width:50%;line-height:20px;vertical-align:top;\">\n"
" <div t-if=\"object.event_id.is_one_day\">\n"
" <t t-out=\"object.event_begin_date\" t-"
"options=\"{&quot;widget&quot;: &quot;datetime&quot;, &quot;date_only&quot;: "
"True, &quot;tz_name&quot;: object.event_id.date_tz, &quot;format&quot;: "
"&quot;long&quot;}\">May 4, 2021</t>\n"
" <t t-out=\"object.event_begin_date\" t-"
"options=\"{&quot;widget&quot;: &quot;datetime&quot;, &quot;time_only&quot;: "
"True, &quot;tz_name&quot;: object.event_id.date_tz, "
"&quot;hide_seconds&quot;: True, &quot;format&quot;: &quot;short&quot;}"
"\">7:00 AM</t>\n"
" - <t t-out=\"object.event_end_date\" t-"
"options=\"{&quot;widget&quot;: &quot;datetime&quot;, &quot;time_only&quot;: "
"True, &quot;tz_name&quot;: object.event_id.date_tz, "
"&quot;hide_seconds&quot;: True, &quot;format&quot;: &quot;short&quot;}"
"\">5:00 PM</t>\n"
" </div>\n"
" <div t-else=\"\">\n"
" <strong>From</strong>\n"
" <t t-out=\"object.event_begin_date\" t-"
"options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
"&quot;show_seconds&quot;: False, &quot;tz_name&quot;: "
"object.event_id.date_tz, &quot;format&quot;: &quot;medium&quot;}\">May 4, "
"2021 - 7:00 AM</t>\n"
" <br/>\n"
" <strong>To</strong>\n"
" <t t-out=\"object.event_end_date\" t-"
"options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
"&quot;show_seconds&quot;: False, &quot;tz_name&quot;: "
"object.event_id.date_tz, &quot;format&quot;: &quot;medium&quot;}\">May 6, "
"2021 - 5:00 PM</t>\n"
" </div>\n"
" <div style=\"font-"
"size:12px;color:#9e9e9e\"><i>(<t t-out=\"object.event_id.date_tz or "
"''\">Europe/Brussels</t>)</i></div>\n"
" </td>\n"
" <td style=\"vertical-align:top;\">\n"
" <t t-if=\"event_address\">\n"
" <img src=\"/mail/font_to_img/61505/"
"rgb(81,81,102)/34\" style=\"padding:4px;max-width:inherit;\" height=\"34\" "
"alt=\"\"/>\n"
" </t>\n"
" </td>\n"
" <td style=\"padding: 0px 10px 0px "
"10px;width:50%;vertical-align:top;\">\n"
" <t t-if=\"event_address\">\n"
" <t t-set=\"location\" t-value=\"''\"/>\n"
" <t t-"
"if=\"object.event_id.address_id.name\">\n"
" <div t-"
"out=\"object.event_id.address_id.name\">Teksa SpA</div>\n"
" </t>\n"
" <t t-"
"if=\"object.event_id.address_id.street\">\n"
" <div t-"
"out=\"object.event_id.address_id.street\">Puerto Madero 9710</div>\n"
" <t t-set=\"location\" t-"
"value=\"object.event_id.address_id.street\"/>\n"
" </t>\n"
" <t t-"
"if=\"object.event_id.address_id.street2\">\n"
" <div t-"
"out=\"object.event_id.address_id.street2\">Of A15, Santiago (RM)</div>\n"
" <t t-set=\"location\" t-"
"valuef=\"{{location}}, {{object.event_id.address_id.street2}}\"/>\n"
" </t>\n"
" <div>\n"
" <t t-"
"if=\"object.event_id.address_id.city\">\n"
" <t t-"
"out=\"object.event_id.address_id.city\">Pudahuel</t>,\n"
" <t t-set=\"location\" t-"
"valuef=\"{{location}}, {{object.event_id.address_id.city}}\"/>\n"
" </t>\n"
" <t t-"
"if=\"object.event_id.address_id.state_id.name\">\n"
" <t t-"
"out=\"object.event_id.address_id.state_id.name\">C1</t>,\n"
" <t t-set=\"location\" t-"
"valuef=\"{{location}}, {{object.event_id.address_id.state_id.name}}\"/>\n"
" </t>\n"
" <t t-"
"if=\"object.event_id.address_id.zip\">\n"
" <t t-"
"out=\"object.event_id.address_id.zip\">98450</t>\n"
" <t t-set=\"location\" t-"
"valuef=\"{{location}}, {{object.event_id.address_id.zip}}\"/>\n"
" </t>\n"
" </div>\n"
" <t t-"
"if=\"object.event_id.address_id.country_id.name\">\n"
" <div t-"
"out=\"object.event_id.address_id.country_id.name\">Argentina</div>\n"
" <t t-set=\"location\" t-"
"valuef=\"{{location}}, {{object.event_id.address_id.country_id.name}}\"/>\n"
" </t>\n"
" </t>\n"
" </td>\n"
" </tr>\n"
" </table>\n"
" </td></tr>\n"
" <tr><td style=\"text-align:center;\">\n"
" <t t-if=\"event_organizer\">\n"
" <hr width=\"100%\" style=\"background-"
"color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
"size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\"/>\n"
" </t>\n"
" </td></tr>\n"
"\n"
" <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
" <!-- CONTACT ORGANIZER -->\n"
" <t t-if=\"event_organizer\">\n"
" <div>\n"
" <span style=\"font-weight:300;margin:10px "
"0px\">Questions about this event?</span>\n"
" <div>Please contact the organizer:</div>\n"
" <ul>\n"
" <li><t t-out=\"event_organizer.name or "
"''\">YourCompany</t></li>\n"
" <t t-if=\"event_organizer.email\">\n"
" <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>\n"
" </t>\n"
" <t t-if=\"event_organizer.phone\">\n"
" <li>Phone: <t t-"
"out=\"event_organizer.phone\">+1 650-123-4567</t></li>\n"
" </t>\n"
" </ul>\n"
" </div>\n"
" </t>\n"
" </td></tr>\n"
" <tr><td style=\"text-align:center;\">\n"
" <!-- CONTACT ORGANIZER SEPARATION -->\n"
" <t t-if=\"is_online or event_address\">\n"
" <hr width=\"100%\" style=\"background-"
"color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
"size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\"/>\n"
" </t>\n"
" </td></tr>\n"
"\n"
" <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
" <!-- PWA MARKGETING -->\n"
" <t t-if=\"is_online\">\n"
" <div>\n"
" <strong>Get the best mobile experience.</"
"strong>\n"
" <a href=\"/event\">Install our mobile app</a>\n"
" </div>\n"
" </t>\n"
" </td></tr>\n"
" <tr><td style=\"text-align:center;\">\n"
" <!-- PWA MARKGETING SEPARATION-->\n"
" <t t-if=\"is_online and event_address\">\n"
" <hr width=\"100%\" style=\"background-"
"color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
"size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\"/>\n"
" </t>\n"
" </td></tr>\n"
"\n"
" <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
" <!-- GOOGLE MAPS LINK -->\n"
" <t t-if=\"event_address and location\">\n"
" <table style=\"width:100%;\"><tr><td>\n"
" <div>\n"
" <img src=\"/web_editor/font_to_img/61505/"
"rgb(81,81,102)/20\" height=\"20\" style=\"vertical-align: bottom;\"/>\n"
" <a t-attf-href=\"https://maps.google.com/"
"maps?q={{ location }}\" target=\"new\">\n"
" <img t-if=\"event_address.static_map_url "
"and event_address.static_map_url_is_valid\" t-att-"
"src=\"event_address.static_map_url\" style=\"vertical-align:bottom; width: "
"100%;\" alt=\"Google Maps\"/>\n"
" <t t-else=\"\">See location on Google "
"Maps</t>\n"
" </a>\n"
" </div>\n"
" </td></tr></table>\n"
" </t>\n"
" </td></tr>\n"
" </table>\n"
" </td>\n"
" </tr>\n"
"</tbody>\n"
"</table>\n"
"</td></tr>\n"
"<!-- FOOTER BY -->\n"
"<tr><td align=\"center\" style=\"min-width: 590px;\">\n"
" <t t-if=\"object.company_id\">\n"
" <table width=\"590\" border=\"0\" cellpadding=\"0\" "
"cellspacing=\"0\" style=\"min-width: 590px; background-color: #F1F1F1; "
"color: #454748; padding: 8px; border-collapse:separate;\">\n"
" <tr><td style=\"text-align: center; font-size: 14px;\">\n"
" 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>\n"
" <t t-if=\"is_online\">\n"
" <br/>\n"
" Discover <a href=\"/event\" t-attf-style=\"color: "
"{{object.event_id.company_id.email_secondary_color or '#875A7B'}};\">all our "
"events</a>.\n"
" </t>\n"
" </td></tr>\n"
" </table>\n"
" </t>\n"
"</td></tr>\n"
"</table>\n"
" "
msgstr ""
"<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"padding-top: "
"16px; background-color: #F1F1F1; font-family:Verdana, Arial,sans-serif; "
"color: #454748; width: 100%; border-collapse:separate;\"><tr><td "
"align=\"center\">\n"
"<t t-set=\"date_begin\" t-value=\"format_datetime(object.event_begin_date, "
"tz='UTC', dt_format=&quot;yyyyMMdd'T'HHmmss'Z'&quot;)\"/>\n"
"<t t-set=\"date_end\" t-value=\"format_datetime(object.event_end_date, "
"tz='UTC', dt_format=&quot;yyyyMMdd'T'HHmmss'Z'&quot;)\"/>\n"
"<t t-set=\"is_online\" t-value=\"'is_published' in object.event_id and "
"object.event_id.is_published\"/>\n"
"<t t-set=\"is_sale\" t-value=\"'sale_order_id' in object and "
"object.sale_order_id\"/>\n"
"<t t-set=\"event_organizer\" t-value=\"object.event_id.organizer_id\"/>\n"
"<t t-set=\"event_address\" t-value=\"object.event_id.address_id\"/>\n"
"<t t-set=\"event_website_url\" t-value=\"object.event_id.event_share_url\"/>"
"\n"
"<t t-set=\"registration_ids\" t-value=\"object.ids if not is_sale else "
"object._get_event_registration_ids_from_order()\"/>\n"
"<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" "
"style=\"padding: 16px; background-color: white; color: #454748; border-"
"collapse:separate;\">\n"
"<tbody>\n"
" <!-- HEADER -->\n"
" <tr>\n"
" <td align=\"center\" style=\"min-width: 590px;\">\n"
" <table width=\"590\" border=\"0\" cellpadding=\"0\" "
"cellspacing=\"0\" style=\"min-width: 590px; background-color: white; "
"padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
" <tr><td valign=\"middle\">\n"
" <span style=\"font-size: 10px;\">Votre inscription</span>"
"<br/>\n"
" <span style=\"font-size: 20px; font-weight: bold;\">\n"
" <t t-set=\"default_name\">Invité</t>\n"
" <t t-out=\"object.name or default_name\"/>\n"
" </span>\n"
" <div style=\"margin-bottom: 5px;margin-top: 18px;\">\n"
" <a t-if=\"object.event_id.address_id\" t-attf-"
"href=\"/event/{{ object.event_id.id }}/my_tickets?registration_ids={{ "
"object.ids }}&amp;tickets_hash={{ object.event_id._get_tickets_access_hash"
"(object.ids) }}&amp;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\">\n"
" Voir les tickets\n"
" </a>\n"
" <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\">\n"
" Voir en ligne\n"
" </a>\n"
" </div>\n"
" </td><td valign=\"middle\" align=\"right\">\n"
" <t t-if=\"object.barcode\"> \n"
" <div style=\"margin-bottom: 5px;\">\n"
" <img t-attf-src=\"/report/barcode/QR/{"
"{object.barcode}}?&amp;width=100&amp;height=100&amp;quiet=0\" width=\"100\" "
"height=\"100\" alt=\"QR Code\" t-att-style=\"'height: 100px !important;'\"/>"
"\n"
" </div>\n"
" </t>\n"
" <t t-if=\"not object.company_id.uses_default_logo\">\n"
" <img t-att-src=\"'/logo.png?company=%s' % "
"object.company_id.id\" style=\"padding: 0px; margin: 0px; margin-right: "
"10px; height: auto; width: 80px;\" t-att-alt=\"'%s' % "
"object.company_id.name\"/>\n"
" </t>\n"
" </td></tr>\n"
" <tr><td colspan=\"2\" style=\"text-align:center;\">\n"
" <hr width=\"100%\" style=\"background-color:rgb"
"(204,204,204);border:medium none;clear:both;display:block;font-size:0px;min-"
"height:1px;line-height:0; margin:16px 0px 16px 0px;\"/>\n"
" </td></tr>\n"
" </table>\n"
" </td>\n"
" </tr>\n"
" <!-- EVENT DESCRIPTION -->\n"
" <tr>\n"
" <td align=\"center\" style=\"min-width: 590px;\">\n"
" <table width=\"590\" border=\"0\" cellpadding=\"0\" "
"cellspacing=\"0\" style=\"min-width: 590px; background-color: white; "
"padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
" <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
" <div>\n"
" <t t-set=\"default_name\">Invité</t>\n"
" Bonjour <t t-out=\"object.name or default_name\"/>"
",<br/><br/>\n"
" Nous avons le plaisir de confirmer votre inscription "
"à lévénement\n"
" <t t-if=\"event_website_url\">\n"
" <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 ''\">Révélation en ligne de la collection "
"OpenWood</a>\n"
" </t>\n"
" <t t-else=\"\">\n"
" <strong t-out=\"object.event_id.name or ''\">"
"Révélation en ligne de la collection OpenWood</strong>\n"
" </t>.\n"
" <t t-if=\"object.partner_id and "
"object.partner_id.name and object.partner_id.name != object.name\">\n"
" Ce ticket a été enregistré par <t t-"
"out=\"object.partner_id.name\"/>.\n"
" </t>\n"
" </div>\n"
" <div t-if=\"is_sale\">\n"
" <br/>\n"
" La commande de ce ticket porte la référence <t t-"
"out=\"object.sale_order_id.name\"/>\n"
" et a été passée le <t t-"
"out=\"object.sale_order_id.date_order.date()\"/>\n"
" <t t-if=\"object.sale_order_line_id.price_total\"> "
"pour un montant de\n"
" <t t-"
"out=\"object.sale_order_line_id.price_total\" t-options=\"{'widget': "
"'monetary', 'display_currency': object.sale_order_line_id.currency_id}\"/>\n"
" </t>.\n"
" </div>\n"
" <br/>\n"
" <table style=\"width: auto;\">\n"
" <tr>\n"
" <td>\n"
" <strong>Ajouter cet événement à votre "
"agenda</strong>\n"
" </td>\n"
" <td>\n"
" <a t-attf-href=\"/event/{{ slug"
"(object.event_id) }}/ics?slot_id={{ object.event_slot_id.id }}\" "
"style=\"padding-top: 10px; padding-right:8px; padding-bottom:2px; padding-"
"left:8px; margin-left: 8px; border-radius: 3px; background-color: #E7E9ED;\">"
"\n"
" <img src=\"/event/static/src/img/apple-"
"calendar-128.png\" alt=\"iCal\" title=\"iCal\" style=\"height: 20px; "
"vertical-align: baseline;\"/>\n"
" </a>\n"
" </td>\n"
" <td>\n"
" <a t-attf-href=\"/event/{{ slug"
"(object.event_id) }}/ics?slot_id={{ object.event_slot_id.id }}\" "
"style=\"padding-top: 10px; padding-right:8px; padding-bottom:2px; padding-"
"left:8px; margin-left: 8px; border-radius: 3px; background-color: #E7E9ED;\">"
"\n"
" <img src=\"/event/static/src/img/outlook-"
"calendar-128.png\" alt=\"Outlook\" title=\"Outlook\" style=\"height: 20px; "
"vertical-align: baseline;\"/>\n"
" </a>\n"
" </td>\n"
" <td>\n"
" <a t-attf-href=\"https://www.google.com/"
"calendar/render?action=TEMPLATE&amp;text={{ object.event_id.name }}"
"&amp;dates={{ date_begin }}/{{ date_end }}&amp;location={{ location }}"
"&amp;details={{ object.event_id._get_external_description_url_encoded() }}\" "
"target=\"new\" style=\"padding-top: 10px; padding-right:8px; padding-"
"bottom:2px; padding-left:8px; margin-left: 8px; border-radius: 3px; "
"background-color: #E7E9ED;\">\n"
" <img src=\"/event/static/src/img/google-"
"calendar-128.png\" alt=\"Google\" title=\"Google\" style=\"height: 20px; "
"vertical-align: baseline;\"/>\n"
" </a>\n"
" </td>\n"
" </tr>\n"
" </table>\n"
" <br/><br/>\n"
" <div>\n"
" À bientôt,<br/>\n"
" <span style=\"color: #454748;\">\n"
" -- <br/>\n"
" <t t-if=\"event_organizer\">\n"
" <t t-out=\"event_organizer.name\">YourCompany</t>"
"\n"
" </t>\n"
" <t t-else=\"\">\n"
" L'équipe <t t-out=\"object.event_id.name or ''\">"
"Révélation en ligne de la collection OpenWood</t>\n"
" </t>\n"
" </span>\n"
" </div>\n"
" </td></tr>\n"
" <tr><td style=\"text-align:center;\">\n"
" <hr width=\"100%\" style=\"background-color:rgb"
"(204,204,204);border:medium none;clear:both;display:block;font-size:0px;min-"
"height:1px;line-height:0; margin: 16px 0px 16px 0px;\"/>\n"
" </td></tr>\n"
" </table>\n"
" </td>\n"
" </tr>\n"
" <!-- DETAILS -->\n"
" <tr>\n"
" <td align=\"center\" style=\"min-width: 590px;\">\n"
" <table width=\"590\" border=\"0\" cellpadding=\"0\" "
"cellspacing=\"0\" style=\"min-width: 590px; background-color: white; "
"padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
" <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
" <table style=\"width:100%;\">\n"
" <tr>\n"
" <td style=\"vertical-align:top;\">\n"
" <img src=\"/mail/font_to_img/61555/rgb"
"(81,81,102)/34\" style=\"padding:4px;max-width:inherit;\" height=\"34\" "
"alt=\"\"/>\n"
" </td>\n"
" <td style=\"padding: 0px 10px 0px "
"10px;width:50%;line-height:20px;vertical-align:top;\">\n"
" <div t-if=\"object.event_id.is_one_day\">\n"
" <t t-out=\"object.event_begin_date\" t-"
"options=\"{&quot;widget&quot;: &quot;datetime&quot;, &quot;date_only&quot;: "
"True, &quot;tz_name&quot;: object.event_id.date_tz, &quot;format&quot;: "
"&quot;long&quot;}\">4 mai 2021</t>\n"
" <t t-out=\"object.event_begin_date\" t-"
"options=\"{&quot;widget&quot;: &quot;datetime&quot;, &quot;time_only&quot;: "
"True, &quot;tz_name&quot;: object.event_id.date_tz, "
"&quot;hide_seconds&quot;: True, &quot;format&quot;: &quot;short&quot;}\">"
"7:00</t>\n"
" - <t t-out=\"object.event_end_date\" t-"
"options=\"{&quot;widget&quot;: &quot;datetime&quot;, &quot;time_only&quot;: "
"True, &quot;tz_name&quot;: object.event_id.date_tz, "
"&quot;hide_seconds&quot;: True, &quot;format&quot;: &quot;short&quot;}\">"
"17:00</t>\n"
" </div>\n"
" <div t-else=\"\">\n"
" <strong>Du</strong>\n"
" <t t-out=\"object.event_begin_date\" t-"
"options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
"&quot;show_seconds&quot;: False, &quot;tz_name&quot;: "
"object.event_id.date_tz, &quot;format&quot;: &quot;medium&quot;}\">4 mai "
"2021 - 7:00</t>\n"
" <br/>\n"
" <strong>Au</strong>\n"
" <t t-out=\"object.event_end_date\" t-"
"options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
"&quot;show_seconds&quot;: False, &quot;tz_name&quot;: "
"object.event_id.date_tz, &quot;format&quot;: &quot;medium&quot;}\">6 mai "
"2021 - 17:00</t>\n"
" </div>\n"
" <div style=\"font-size:12px;color:#9e9e9e\">"
"<i>(<t t-out=\"object.event_id.date_tz or ''\">Europe/Bruxelles</t>)</i></"
"div>\n"
" </td>\n"
" <td style=\"vertical-align:top;\">\n"
" <t t-if=\"event_address\">\n"
" <img src=\"/mail/font_to_img/61505/rgb"
"(81,81,102)/34\" style=\"padding:4px;max-width:inherit;\" height=\"34\" "
"alt=\"\"/>\n"
" </t>\n"
" </td>\n"
" <td style=\"padding: 0px 10px 0px "
"10px;width:50%;vertical-align:top;\">\n"
" <t t-if=\"event_address\">\n"
" <t t-set=\"location\" t-value=\"''\"/>\n"
" <t t-"
"if=\"object.event_id.address_id.name\">\n"
" <div t-"
"out=\"object.event_id.address_id.name\">Teksa SpA</div>\n"
" </t>\n"
" <t t-"
"if=\"object.event_id.address_id.street\">\n"
" <div t-"
"out=\"object.event_id.address_id.street\">Puerto Madero 9710</div>\n"
" <t t-set=\"location\" t-"
"value=\"object.event_id.address_id.street\"/>\n"
" </t>\n"
" <t t-"
"if=\"object.event_id.address_id.street2\">\n"
" <div t-"
"out=\"object.event_id.address_id.street2\">Of A15, Santiago (RM)</div>\n"
" <t t-set=\"location\" t-valuef=\"{"
"{location}}, {{object.event_id.address_id.street2}}\"/>\n"
" </t>\n"
" <div>\n"
" <t t-"
"if=\"object.event_id.address_id.city\">\n"
" <t t-"
"out=\"object.event_id.address_id.city\">Pudahuel</t>,\n"
" <t t-set=\"location\" t-valuef=\"{"
"{location}}, {{object.event_id.address_id.city}}\"/>\n"
" </t>\n"
" <t t-"
"if=\"object.event_id.address_id.state_id.name\">\n"
" <t t-"
"out=\"object.event_id.address_id.state_id.name\">C1</t>,\n"
" <t t-set=\"location\" t-valuef=\"{"
"{location}}, {{object.event_id.address_id.state_id.name}}\"/>\n"
" </t>\n"
" <t t-"
"if=\"object.event_id.address_id.zip\">\n"
" <t t-"
"out=\"object.event_id.address_id.zip\">98450</t>\n"
" <t t-set=\"location\" t-valuef=\"{"
"{location}}, {{object.event_id.address_id.zip}}\"/>\n"
" </t>\n"
" </div>\n"
" <t t-"
"if=\"object.event_id.address_id.country_id.name\">\n"
" <div t-"
"out=\"object.event_id.address_id.country_id.name\">Argentina</div>\n"
" <t t-set=\"location\" t-valuef=\"{"
"{location}}, {{object.event_id.address_id.country_id.name}}\"/>\n"
" </t>\n"
" </t>\n"
" </td>\n"
" </tr>\n"
" </table>\n"
" </td></tr>\n"
" <tr><td style=\"text-align:center;\">\n"
" <t t-if=\"event_organizer\">\n"
" <hr width=\"100%\" style=\"background-color:rgb"
"(204,204,204);border:medium none;clear:both;display:block;font-size:0px;min-"
"height:1px;line-height:0; margin: 16px 0px 16px 0px;\"/>\n"
" </t>\n"
" </td></tr>\n"
"\n"
" <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
" <!-- CONTACT ORGANIZER -->\n"
" <t t-if=\"event_organizer\">\n"
" <div>\n"
" <span style=\"font-weight:300;margin:10px 0px\">"
"Des questions à propos de cet événement ?</span>\n"
" <div>Veuillez contacter lorganisateur :</div>\n"
" <ul>\n"
" <li><t t-out=\"event_organizer.name or ''\">"
"YourCompany</t></li>\n"
" <t t-if=\"event_organizer.email\">\n"
" <li>E-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>\n"
" </t>\n"
" <t t-if=\"event_organizer.phone\">\n"
" <li>Téléphone : <t t-"
"out=\"event_organizer.phone\">+1 650-123-4567</t></li>\n"
" </t>\n"
" </ul>\n"
" </div>\n"
" </t>\n"
" </td></tr>\n"
" <tr><td style=\"text-align:center;\">\n"
" <!-- CONTACT ORGANIZER SEPARATION -->\n"
" <t t-if=\"is_online or event_address\">\n"
" <hr width=\"100%\" style=\"background-color:rgb"
"(204,204,204);border:medium none;clear:both;display:block;font-size:0px;min-"
"height:1px;line-height:0; margin: 16px 0px 16px 0px;\"/>\n"
" </t>\n"
" </td></tr>\n"
"\n"
" <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
" <!-- PWA MARKGETING -->\n"
" <t t-if=\"is_online\">\n"
" <div>\n"
" <strong>Profitez de la meilleure expérience "
"mobile.</strong>\n"
" <a href=\"/event\">Installez notre application "
"mobile</a>\n"
" </div>\n"
" </t>\n"
" </td></tr>\n"
" <tr><td style=\"text-align:center;\">\n"
" <!-- PWA MARKGETING SEPARATION-->\n"
" <t t-if=\"is_online and event_address\">\n"
" <hr width=\"100%\" style=\"background-color:rgb"
"(204,204,204);border:medium none;clear:both;display:block;font-size:0px;min-"
"height:1px;line-height:0; margin: 16px 0px 16px 0px;\"/>\n"
" </t>\n"
" </td></tr>\n"
"\n"
" <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
" <!-- GOOGLE MAPS LINK -->\n"
" <t t-if=\"event_address and location\">\n"
" <table style=\"width:100%;\"><tr><td>\n"
" <div>\n"
" <img src=\"/web_editor/font_to_img/61505/rgb"
"(81,81,102)/20\" height=\"20\" style=\"vertical-align: bottom;\"/>\n"
" <a t-attf-href=\"https://maps.google.com/"
"maps?q={{ location }}\" target=\"new\">\n"
" <img t-if=\"event_address.static_map_url "
"and event_address.static_map_url_is_valid\" t-att-"
"src=\"event_address.static_map_url\" style=\"vertical-align:bottom; width: "
"100%;\" alt=\"Google Maps\"/>\n"
" <t t-else=\"\">Voir lemplacement sur "
"Google Maps</t>\n"
" </a>\n"
" </div>\n"
" </td></tr></table>\n"
" </t>\n"
" </td></tr>\n"
" </table>\n"
" </td>\n"
" </tr>\n"
"</tbody>\n"
"</table>\n"
"</td></tr>\n"
"<!-- FOOTER BY -->\n"
"<tr><td align=\"center\" style=\"min-width: 590px;\">\n"
" <t t-if=\"object.company_id\">\n"
" <table width=\"590\" border=\"0\" cellpadding=\"0\" "
"cellspacing=\"0\" style=\"min-width: 590px; background-color: #F1F1F1; "
"color: #454748; padding: 8px; border-collapse:separate;\">\n"
" <tr><td style=\"text-align: center; font-size: 14px;\">\n"
" Envoyé par <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>\n"
" <t t-if=\"is_online\">\n"
" <br/>\n"
" Découvrez <a href=\"/event\" t-attf-style=\"color: {"
"{object.event_id.company_id.email_secondary_color or '#875A7B'}};\">tous nos "
"événements</a>.\n"
" </t>\n"
" </td></tr>\n"
" </table>\n"
" </t>\n"
"</td></tr>\n"
"</table>\n"
" "
#. module: event
#: model:ir.model.constraint,message:event.constraint_event_question_check_default_question_is_reusable
msgid "A default question must be reusable."
msgstr "Une question par défaut doit être réutilisable."
#. module: event
#: model:ir.model.fields,help:event.field_event_event_ticket__description
#: model:ir.model.fields,help:event.field_event_type_ticket__description
msgid ""
"A description of the ticket that you want to communicate to your customers."
msgstr "Description du ticket à communiquer à vos clients."
#. module: event
#. odoo-python
#: code:addons/event/models/event_slot.py:0
msgid ""
"A slot cannot be scheduled outside of its event time range.\n"
"\n"
"Event:\t\t%(event_start)s - %(event_end)s\n"
"Slot:\t\t%(slot_name)s"
msgstr ""
"Un créneau ne peut pas être planifié en dehors de la plage horaire de "
"l'événement.\n"
"\n"
"Événement :\t\t%(event_start)s - %(event_end)s\n"
"Créneau :\t\t%(slot_name)s"
#. module: event
#. odoo-python
#: code:addons/event/models/event_slot.py:0
msgid ""
"A slot end hour must be later than its start hour.\n"
"%s"
msgstr ""
"L'heure de fin d'un créneau doit être postérieure à son heure de début.\n"
"%s"
#. module: event
#. odoo-python
#: code:addons/event/models/event_slot.py:0
msgid "A slot hour must be between 0:00 and 23:59."
msgstr "Un créneau horaire doit être compris entre 0:00 et 23:59."
#. module: event
#: model:ir.model.fields.selection,name:event.selection__event_event__badge_format__a4_french_fold
msgid "A4 foldable"
msgstr "A4 pliable"
#. module: event
#: model:ir.model.fields.selection,name:event.selection__event_event__badge_format__a6
msgid "A6"
msgstr "A6"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__message_needaction
#: model:ir.model.fields,field_description:event.field_event_registration__message_needaction
msgid "Action Needed"
msgstr "Nécessite une action"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__active
#: model:ir.model.fields,field_description:event.field_event_question__active
#: model:ir.model.fields,field_description:event.field_event_registration__active
msgid "Active"
msgstr "Actif"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__activity_ids
#: model:ir.model.fields,field_description:event.field_event_registration__activity_ids
msgid "Activities"
msgstr "Activités"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_event_search
msgid "Activities of"
msgstr "Activités de"
#. module: event
#: model:event.tag.category,name:event.event_tag_category_2
msgid "Activity"
msgstr "Activité"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__activity_exception_decoration
#: model:ir.model.fields,field_description:event.field_event_registration__activity_exception_decoration
msgid "Activity Exception Decoration"
msgstr "Activité exception décoration"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__activity_state
#: model:ir.model.fields,field_description:event.field_event_registration__activity_state
msgid "Activity State"
msgstr "Statut de l'activité"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__activity_type_icon
#: model:ir.model.fields,field_description:event.field_event_registration__activity_type_icon
msgid "Activity Type Icon"
msgstr "Icône de type d'activité"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_event_search
msgid "Activity type"
msgstr "Type d'activité"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.event_stage_view_form
msgid "Add a description that will appear as a tooltip for this stage"
msgstr ""
"Ajoutez une description qui apparaîtra comme info-bulle pour cette étape"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.event_stage_view_form
msgid "Add a description..."
msgstr "Ajouter une description…"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.res_config_settings_view_form
msgid ""
"Add a navigation menu to your event web pages with schedule, tracks, a track "
"proposal form, etc."
msgstr ""
"Ajouter un menu de navigation aux pages Web de votre événement avec un "
"calendrier, des sessions, un formulaire de proposition de sessions, etc."
#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_event_form
#: model_terms:ir.ui.view,arch_db:event.view_event_type_form
msgid "Add some internal notes (to do lists, contact info, ...)"
msgstr "Ajoutez quelques notes internes (listes de tâches, coordonnées, ...)"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__address_search
msgid "Address"
msgstr "Adresse"
#. module: event
#: model:res.groups,name:event.group_event_manager
msgid "Administrator"
msgstr "Administrateur"
#. module: event
#: model:ir.model.fields,field_description:event.field_res_config_settings__module_website_event_exhibitor
msgid "Advanced Sponsors"
msgstr "Sponsors avancés"
#. module: event
#: model:ir.model.fields.selection,name:event.selection__event_mail__interval_type__after_sub
#: model:ir.model.fields.selection,name:event.selection__event_type_mail__interval_type__after_sub
msgid "After each registration"
msgstr "Après chaque inscription"
#. module: event
#: model:ir.model.fields.selection,name:event.selection__event_mail__interval_type__after_event
#: model:ir.model.fields.selection,name:event.selection__event_type_mail__interval_type__after_event
msgid "After the event ended"
msgstr "Après la fin de l'événement"
#. module: event
#: model:ir.model.fields.selection,name:event.selection__event_mail__interval_type__after_event_start
#: model:ir.model.fields.selection,name:event.selection__event_type_mail__interval_type__after_event_start
msgid "After the event started"
msgstr "Après le début de l'événement"
#. module: event
#: model:event.tag.category,name:event.event_tag_category_1
msgid "Age"
msgstr "Âge"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.event_event_ticket_form_view
#: model_terms:ir.ui.view,arch_db:event.view_event_mail_form
msgid "All Events"
msgstr "Tous les événements"
#. module: event
#: model:ir.model.fields,help:event.field_event_event__lang
msgid ""
"All the communication emails sent to attendees will be translated in this "
"language."
msgstr ""
"Tous les e-mails de communication envoyés aux participants seront traduits "
"dans cette langue."
#. module: event
#: model:ir.model.fields,help:event.field_event_event__is_multi_slots
#: model:ir.model.fields,help:event.field_event_registration__is_multi_slots
msgid ""
"Allow multiple time slots. The communications, the maximum number of "
"attendees and the maximum number of tickets registrations are defined for "
"each time slot instead of the whole event."
msgstr ""
"Autoriser plusieurs créneaux horaires. Les communications, le nombre maximum "
"de participants et le nombre maximum d'enregistrements de tickets sont "
"définis pour chaque créneau horaire plutôt que pour l'ensemble de "
"l'événement."
#. module: event
#: model:ir.model.fields,help:event.field_event_question__is_reusable
msgid ""
"Allow this question to be selected and reused for any future event. Always "
"true for default questions."
msgstr ""
"Autoriser cette question à être sélectionnée et réutilisée pour tout "
"événement futur. Toujours vrai pour les questions par défaut."
#. module: event
#: model:event.event,name:event.event_6
msgid "An unpublished event"
msgstr "Un évènement non publié"
#. module: event
#: model_terms:event.event,description:event.event_7
msgid ""
"And this time, we go fully ONLINE! Meet us in our live streams from the "
"comfort of your house.<br>\n"
" Special discount codes will be handed out during the various "
"streams, make sure to be there on time."
msgstr ""
"Et cette fois-ci, cela se passe entièrement EN LIGNE ! Rejoignez-nous nos "
"live streams depuis le confort de votre maison.<br>\n"
" Des codes de réductions spéciaux seront distribués pendant les "
"différents streams, veillez à être à l'heure."
#. module: event
#: model:event.stage,name:event.event_stage_announced
msgid "Announced"
msgstr "Annoncé"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_question_answer__name
msgid "Answer"
msgstr "Réponse"
#. module: event
#: model:ir.actions.act_window,name:event.action_event_registration_report
#: model_terms:ir.ui.view,arch_db:event.event_question_view_list
#: model_terms:ir.ui.view,arch_db:event.event_registration_answer_view_graph
#: model_terms:ir.ui.view,arch_db:event.event_registration_answer_view_pivot
#: model_terms:ir.ui.view,arch_db:event.event_registration_answer_view_tree
#: model_terms:ir.ui.view,arch_db:event.view_event_form
msgid "Answer Breakdown"
msgstr "Répartition des réponses"
#. module: event
#. odoo-javascript
#: code:addons/event/static/src/client_action/event_registration_summary_dialog.xml:0
#: model:ir.model.fields,field_description:event.field_event_question__answer_ids
#: model_terms:ir.ui.view,arch_db:event.event_question_view_form
msgid "Answers"
msgstr "Réponses"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.event_question_view_search
#: model_terms:ir.ui.view,arch_db:event.event_registration_view_kanban
#: model_terms:ir.ui.view,arch_db:event.view_event_search
#: model_terms:ir.ui.view,arch_db:event.view_registration_search
msgid "Archived"
msgstr "Archivé"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_event_ticket__is_launched
msgid "Are sales launched"
msgstr "Les ventes sont lancées"
#. module: event
#: model_terms:event.event,description:event.event_1
msgid ""
"Around one hundred ballons will simultaneously take flight and turn the sky "
"into a beautiful canvas of colours."
msgstr ""
"Une centaine de ballons prendront simultanément leur envol et transformeront "
"le ciel en une belle toile de couleurs."
#. module: event
#: model_terms:res.partner,website_description:event.res_partner_event_1
#: model_terms:res.partner,website_description:event.res_partner_event_3
#: model_terms:res.partner,website_description:event.res_partner_event_4
msgid "As a team, we are happy to contribute to this event."
msgstr "En équipe, nous sommes heureux de contribuer à cet événement."
#. module: event
#: model:ir.model.fields,field_description:event.field_event_question__once_per_order
msgid "Ask once per order"
msgstr "Demander une fois par commande"
#. module: event
#: model_terms:event.event,description:event.event_2
msgid ""
"At just 13 years old, John DOE was already starting to develop his first "
"business applications for customers. After mastering civil engineering, he "
"founded TinyERP. This was the first phase of OpenERP which would later "
"became Odoo, the most installed open-source business software worldwide."
msgstr ""
"À seulement 13 ans, John DOE commençait déjà à développer ses premières "
"applications commerciales pour des clients. Après un Master Ingénieur Civil, "
"il a fondé TinyERP. Ce fut la première phase d'OpenERP qui deviendra plus "
"tard Odoo, le logiciel d'entreprise open source le plus installé au monde."
#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__message_attachment_count
#: model:ir.model.fields,field_description:event.field_event_registration__message_attachment_count
msgid "Attachment Count"
msgstr "Nombre de pièces jointes"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.res_config_settings_view_form
msgid "Attendance"
msgstr "Présences"
#. module: event
#: model:ir.model.fields.selection,name:event.selection__event_registration__state__done
#: model_terms:ir.ui.view,arch_db:event.view_event_registration_form
#: model_terms:ir.ui.view,arch_db:event.view_registration_search
msgid "Attended"
msgstr "Présent"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_registration__date_closed
#: model_terms:ir.ui.view,arch_db:event.view_registration_search
msgid "Attended Date"
msgstr "Date de présence"
#. module: event
#. odoo-python
#: code:addons/event/models/event_registration.py:0
msgid "Attended on %(attended_date)s"
msgstr "Présent(e) le %(attended_date)s"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_mail_registration__registration_id
#: model_terms:ir.ui.view,arch_db:event.view_event_registration_form
msgid "Attendee"
msgstr "Participant"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_registration__registration_answer_ids
msgid "Attendee Answers"
msgstr "Réponses des participants"
#. module: event
#: model:ir.actions.report,name:event.action_report_event_event_attendee_list
#: model:ir.actions.report,name:event.action_report_event_registration_attendee_list
msgid "Attendee List"
msgstr "Liste des participants"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_registration__name
msgid "Attendee Name"
msgstr "Nom du participant"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_registration__registration_answer_choice_ids
msgid "Attendee Selection Answers"
msgstr "Réponses des participants"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.attendee_list
msgid "Attendee list"
msgstr "Liste des participants"
#. module: event
#: model:ir.actions.act_window,name:event.act_event_registration_from_event
#: model:ir.actions.act_window,name:event.action_registration
#: model:ir.actions.act_window,name:event.event_registration_action
#: model:ir.actions.act_window,name:event.event_registration_action_kanban
#: model:ir.model.fields,field_description:event.field_event_event__registration_ids
#: model:ir.model.fields,field_description:event.field_event_slot__registration_ids
#: model:ir.ui.menu,name:event.menu_action_registration
#: model_terms:ir.ui.view,arch_db:event.view_event_form
#: model_terms:ir.ui.view,arch_db:event.view_event_kanban
#: model_terms:ir.ui.view,arch_db:event.view_event_type_form
msgid "Attendees"
msgstr "Participants"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_event_form
msgid ""
"Attendees\n"
" <span invisible=\"not is_multi_slots\"> "
"per slot</span>"
msgstr ""
"Participants\n"
" <span invisible=\"not is_multi_slots\"> "
"par créneau</span>"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__seats_available
#: model:ir.model.fields,field_description:event.field_event_event_ticket__seats_available
#: model:ir.model.fields,field_description:event.field_event_slot__seats_available
msgid "Available Seats"
msgstr "Places disponibles"
#. module: event
#: model:ir.actions.report,name:event.action_report_event_registration_badge
msgid "Badge"
msgstr "Badge"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__badge_image
msgid "Badge Background"
msgstr "Arrière-plan du badge"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__badge_format
msgid "Badge Dimension"
msgstr "Dimension du badge"
#. module: event
#: model:ir.actions.report,name:event.action_report_event_event_badge
msgid "Badge Example"
msgstr "Exemple du badge"
#. module: event
#. odoo-python
#: code:addons/event/controllers/main.py:0
msgid "Badges"
msgstr "Badges"
#. module: event
#: model_terms:event.event,description:event.event_3
msgid ""
"Bands like Bar Fighters, Led Slippers and Link Floyd will offer you the show "
"of the century during our three day event."
msgstr ""
"Des groupes comme Bar Fighters, Led Slippers et Link Floyd vous offriront le "
"spectacle du siècle lors de notre événement de trois jours."
#. module: event
#: model:ir.model.fields,field_description:event.field_event_registration__barcode
#: model_terms:ir.ui.view,arch_db:event.event_report_template_full_page_ticket
msgid "Barcode"
msgstr "Code-barres"
#. module: event
#: model:ir.actions.client,name:event.event_barcode_action_main_view
msgid "Barcode Interface"
msgstr "Interface code-barres"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.res_config_settings_view_form
msgid "Barcode Nomenclature"
msgstr "Nomenclature du code-barres"
#. module: event
#: model:ir.model.constraint,message:event.constraint_event_registration_barcode_event_uniq
msgid "Barcode should be unique"
msgstr "Le code-barres doit être unique"
#. module: event
#: model:ir.model.fields.selection,name:event.selection__event_mail__interval_type__before_event_end
#: model:ir.model.fields.selection,name:event.selection__event_type_mail__interval_type__before_event_end
msgid "Before the event ends"
msgstr "Avant la fin de l'événement"
#. module: event
#: model:ir.model.fields.selection,name:event.selection__event_mail__interval_type__before_event
#: model:ir.model.fields.selection,name:event.selection__event_type_mail__interval_type__before_event
msgid "Before the event starts"
msgstr "Avant le début de l'événement"
#. module: event
#: model:ir.model.fields.selection,name:event.selection__event_event__kanban_state__blocked
msgid "Blocked"
msgstr "Bloqué"
#. module: event
#: model:res.partner,website_short_description:event.res_partner_event_1
msgid ""
"Bloem brings honesty and seriousness to wood industry while helping "
"customers deal with trees, flowers and fungi."
msgstr ""
"Bloem apporte honnêteté et sérieux à l'industrie du bois tout en aidant ses "
"clients à gérer les arbres, les fleurs et les champignons."
#. module: event
#: model:event.stage,name:event.event_stage_booked
msgid "Booked"
msgstr "Réservé"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_registration__partner_id
#: model:ir.model.fields,field_description:event.field_event_registration_answer__partner_id
msgid "Booked by"
msgstr "Réservé par"
#. module: event
#: model:ir.model.fields,field_description:event.field_res_config_settings__module_event_booth
#: model_terms:ir.ui.view,arch_db:event.res_config_settings_view_form
msgid "Booth Management"
msgstr "Gestion des stands"
#. module: event
#: model:event.event,subtitle:event.event_5
msgid ""
"Bring your outdoor field hockey season to the next level by taking the field "
"at this 9th annual Field Hockey tournament."
msgstr ""
"Faites passer votre saison de hockey sur gazon au niveau supérieur en "
"prenant le terrain lors de ce 9e tournoi annuel de hockey sur gazon."
#. module: event
#: model:event.event,name:event.event_4
msgid "Business workshops"
msgstr "Ateliers commerciaux"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_registration__utm_campaign_id
#: model_terms:ir.ui.view,arch_db:event.view_registration_search
msgid "Campaign"
msgstr "Campagne"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_event_registration_tree
msgid "Cancel"
msgstr "Annuler"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_event_registration_form
msgid "Cancel Registration"
msgstr "Annuler l'inscription"
#. module: event
#: model:ir.model.fields.selection,name:event.selection__event_event__kanban_state__cancel
#: model:ir.model.fields.selection,name:event.selection__event_mail__mail_state__cancelled
#: model:ir.model.fields.selection,name:event.selection__event_registration__state__cancel
msgid "Cancelled"
msgstr "Annulé"
#. module: event
#. odoo-javascript
#: code:addons/event/static/src/client_action/event_registration_summary_dialog.xml:0
msgid "Cancelled registration"
msgstr "Inscription annulée"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_tag__category_id
msgid "Category"
msgstr "Catégorie"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_tag__category_sequence
msgid "Category Sequence"
msgstr "Séquence de la catégorie"
#. module: event
#: model_terms:event.event,description:event.event_2
msgid ""
"Chamber Works reserves the right to cancel, re-name or re-locate the event "
"or change the dates on which it is held."
msgstr ""
"Chamber Works se réserve le droit d'annuler, de renommer ou de déplacer "
"l'événement ou de modifier les dates auxquelles il a lieu."
#. module: event
#: model:ir.model.fields,help:event.field_event_question__once_per_order
msgid ""
"Check this for order-level questions (e.g., 'Company Name') where the answer "
"is the same for everyone."
msgstr ""
"Cochez ceci pour les questions au niveau de la commande (ex. Nom de la "
"société) lorsque la réponse est la même pour tous."
#. module: event
#: model:ir.model.fields,help:event.field_event_event__event_type_id
msgid ""
"Choose a template to auto-fill tickets, communications, descriptions and "
"other fields."
msgstr ""
"Choisissez un modèle pour remplir automatiquement les tickets, les "
"communications, les descriptions et les autres champs."
#. module: event
#: model:ir.model.fields,field_description:event.field_event_event_ticket__color
#: model:ir.model.fields,field_description:event.field_event_slot__color
msgid "Color"
msgstr "Couleur"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_tag__color
msgid "Color Index"
msgstr "Couleur"
#. module: event
#: model_terms:ir.actions.act_window,help:event.action_event_registration_report
msgid "Come back once you have registrations to overview answers."
msgstr "Revenez dès que vous avez des inscriptions pour voir les réponses."
#. module: event
#: model_terms:res.partner,website_description:event.res_partner_event_1
#: model_terms:res.partner,website_description:event.res_partner_event_3
#: model_terms:res.partner,website_description:event.res_partner_event_4
msgid "Come see us live, we hope to meet you!"
msgstr "Venez nous voir en direct, nous nous réjouissons de vous rencontrer !"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_event_form
#: model_terms:ir.ui.view,arch_db:event.view_event_type_form
msgid "Communication"
msgstr "Communication"
#. module: event
#. odoo-python
#: code:addons/event/models/event_mail.py:0
msgid ""
"Communication for %(event_name)s scheduled on %(scheduled_date)s failed."
msgstr ""
"La communication pour %(event_name)s prévue le %(scheduled_date)s a échoué."
#. module: event
#: model:ir.model.fields,help:event.field_event_mail__mail_registration_ids
msgid "Communication related to event registrations"
msgstr "Communication liée aux inscriptions aux événements"
#. module: event
#. odoo-javascript
#: code:addons/event/static/src/client_action/event_registration_summary_dialog.xml:0
#: model:ir.model.fields,field_description:event.field_event_event__company_id
#: model:ir.model.fields,field_description:event.field_event_event_ticket__company_id
#: model:ir.model.fields,field_description:event.field_event_registration__company_id
#: model:ir.model.fields.selection,name:event.selection__event_question__question_type__company_name
#: model_terms:event.event,description:event.event_2
#: model_terms:ir.ui.view,arch_db:event.attendee_list
msgid "Company"
msgstr "Société"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_registration__company_name
msgid "Company Name"
msgstr "Nom de la société"
#. module: event
#. odoo-python
#: code:addons/event/models/event_registration.py:0
msgid "Compose Email"
msgstr "Rédiger un e-mail"
#. module: event
#: model:event.tag,name:event.event_tag_category_3_tag_2
msgid "Conference"
msgstr "Conférence"
#. module: event
#: model:event.event,name:event.event_2
#: model_terms:event.event,description:event.event_2
msgid "Conference for Architects"
msgstr "Conférence pour les architectes"
#. module: event
#: model_terms:event.event,description:event.event_0
msgid "Conferences, workshops and trainings will be organized in 6 rooms:"
msgstr ""
"Des conférences, ateliers et formations seront organisés dans 6 salles :"
#. module: event
#: model:ir.model,name:event.model_res_config_settings
msgid "Config Settings"
msgstr "Paramètres de configuration"
#. module: event
#: model:ir.ui.menu,name:event.menu_event_configuration
msgid "Configuration"
msgstr "Configuration"
#. module: event
#. odoo-javascript
#: code:addons/event/static/src/client_action/event_registration_summary_dialog.xml:0
msgid "Confirm attendance?"
msgstr "Confirmer la participation ?"
#. module: event
#: model:ir.model,name:event.model_res_partner
msgid "Contact"
msgstr "Contact"
#. module: event
#. odoo-javascript
#: code:addons/event/static/src/client_action/event_registration_summary_dialog.xml:0
msgid "Continue"
msgstr "Continuer"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__country_id
msgid "Country"
msgstr "Pays"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.res_config_settings_view_form
msgid "Create Booths and manage their reservations"
msgstr "Créer des stands et gérer leurs réservations"
#. module: event
#: model:ir.model,website_form_label:event.model_res_partner
msgid "Create a Customer"
msgstr "Créer un client"
#. module: event
#: model_terms:ir.actions.act_window,help:event.action_event_view
msgid "Create an Event"
msgstr "Créer un événement"
#. module: event
#: model_terms:ir.actions.act_window,help:event.event_stage_action
msgid "Create an Event Stage"
msgstr "Créez une étape d'événement"
#. module: event
#: model_terms:ir.actions.act_window,help:event.event_tag_category_action_tree
msgid "Create an Event Tag Category"
msgstr "Créer une catégorie d'étiquette d'événement"
#. module: event
#: model_terms:ir.actions.act_window,help:event.action_event_type
msgid "Create an Event Template"
msgstr "Créer un modèle d'événement"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__create_uid
#: model:ir.model.fields,field_description:event.field_event_event_ticket__create_uid
#: model:ir.model.fields,field_description:event.field_event_mail__create_uid
#: model:ir.model.fields,field_description:event.field_event_mail_registration__create_uid
#: model:ir.model.fields,field_description:event.field_event_mail_slot__create_uid
#: model:ir.model.fields,field_description:event.field_event_question__create_uid
#: model:ir.model.fields,field_description:event.field_event_question_answer__create_uid
#: model:ir.model.fields,field_description:event.field_event_registration__create_uid
#: model:ir.model.fields,field_description:event.field_event_registration_answer__create_uid
#: model:ir.model.fields,field_description:event.field_event_slot__create_uid
#: model:ir.model.fields,field_description:event.field_event_stage__create_uid
#: model:ir.model.fields,field_description:event.field_event_tag__create_uid
#: model:ir.model.fields,field_description:event.field_event_tag_category__create_uid
#: model:ir.model.fields,field_description:event.field_event_type__create_uid
#: model:ir.model.fields,field_description:event.field_event_type_mail__create_uid
#: model:ir.model.fields,field_description:event.field_event_type_ticket__create_uid
msgid "Created by"
msgstr "Créé par"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__create_date
#: model:ir.model.fields,field_description:event.field_event_event_ticket__create_date
#: model:ir.model.fields,field_description:event.field_event_mail__create_date
#: model:ir.model.fields,field_description:event.field_event_mail_registration__create_date
#: model:ir.model.fields,field_description:event.field_event_mail_slot__create_date
#: model:ir.model.fields,field_description:event.field_event_question__create_date
#: model:ir.model.fields,field_description:event.field_event_question_answer__create_date
#: model:ir.model.fields,field_description:event.field_event_registration__create_date
#: model:ir.model.fields,field_description:event.field_event_registration_answer__create_date
#: model:ir.model.fields,field_description:event.field_event_slot__create_date
#: model:ir.model.fields,field_description:event.field_event_stage__create_date
#: model:ir.model.fields,field_description:event.field_event_tag__create_date
#: model:ir.model.fields,field_description:event.field_event_tag_category__create_date
#: model:ir.model.fields,field_description:event.field_event_type__create_date
#: model:ir.model.fields,field_description:event.field_event_type_mail__create_date
#: model:ir.model.fields,field_description:event.field_event_type_ticket__create_date
msgid "Created on"
msgstr "Créé le"
#. module: event
#: model:event.tag,name:event.event_tag_category_2_tag_1
msgid "Culture"
msgstr "Culture"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_slot__date
#: model_terms:ir.ui.view,arch_db:event.event_event_view_form_quick_create
#: model_terms:ir.ui.view,arch_db:event.view_event_form
msgid "Date"
msgstr "Date"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_registration__event_date_range
msgid "Date Range"
msgstr "Plage de dates"
#. module: event
#: model:ir.model.fields.selection,name:event.selection__event_mail__interval_unit__days
#: model:ir.model.fields.selection,name:event.selection__event_type_mail__interval_unit__days
msgid "Days"
msgstr "Jours"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.event_question_view_search
msgid "Default Questions"
msgstr "Questions par défaut"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_question__is_default
msgid "Default question"
msgstr "Question par défaut"
#. module: event
#: model:ir.model.fields,help:event.field_event_event_ticket__seats_max
#: model:ir.model.fields,help:event.field_event_type_ticket__seats_max
msgid ""
"Define the number of available tickets. If you have too many registrations "
"you will not be able to sell tickets anymore. Set 0 to ignore this rule set "
"as unlimited."
msgstr ""
"Définir le nombre de tickets disponibles. Si vous recevez trop "
"d'inscriptions, il ne vous sera plus possible de vendre des tickets. Laisser "
"à 0 pour ignorer cette limite."
#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__description
#: model:ir.model.fields,field_description:event.field_event_event_ticket__description
#: model:ir.model.fields,field_description:event.field_event_type_ticket__description
msgid "Description"
msgstr "Description"
#. module: event
#: model:event.event,name:event.event_0
msgid "Design Fair Los Angeles"
msgstr "Design Fair à Los Angeles"
#. module: event
#: model:event.event,subtitle:event.event_4
msgid "Discover how to grow a sustainable business with our experts."
msgstr "Découvrez comment développer une entreprise durable avec nos experts."
#. module: event
#: model_terms:res.partner,website_description:event.res_partner_event_1
msgid "Discover more"
msgstr "Découvrir plus"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__display_name
#: model:ir.model.fields,field_description:event.field_event_event_ticket__display_name
#: model:ir.model.fields,field_description:event.field_event_mail__display_name
#: model:ir.model.fields,field_description:event.field_event_mail_registration__display_name
#: model:ir.model.fields,field_description:event.field_event_mail_slot__display_name
#: model:ir.model.fields,field_description:event.field_event_question__display_name
#: model:ir.model.fields,field_description:event.field_event_question_answer__display_name
#: model:ir.model.fields,field_description:event.field_event_registration__display_name
#: model:ir.model.fields,field_description:event.field_event_registration_answer__display_name
#: model:ir.model.fields,field_description:event.field_event_slot__display_name
#: model:ir.model.fields,field_description:event.field_event_stage__display_name
#: model:ir.model.fields,field_description:event.field_event_tag__display_name
#: model:ir.model.fields,field_description:event.field_event_tag_category__display_name
#: model:ir.model.fields,field_description:event.field_event_type__display_name
#: model:ir.model.fields,field_description:event.field_event_type_mail__display_name
#: model:ir.model.fields,field_description:event.field_event_type_ticket__display_name
#: model:ir.model.fields,field_description:event.field_mail_template__display_name
#: model:ir.model.fields,field_description:event.field_res_config_settings__display_name
#: model:ir.model.fields,field_description:event.field_res_partner__display_name
msgid "Display Name"
msgstr "Nom d'affichage"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.res_config_settings_view_form
msgid "Display Sponsors and Exhibitors on your event pages"
msgstr ""
"Afficher les sponsors et les exposants sur les pages de votre événement"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__date_tz
#: model:ir.model.fields,field_description:event.field_event_slot__date_tz
msgid "Display Timezone"
msgstr "Afficher le fuseau horaire"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_mail__sequence
msgid "Display order"
msgstr "Afficher l'ordre"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.event_report_template_full_page_ticket
msgid "Download Tickets"
msgstr "Télécharger les tickets"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.event_report_template_full_page_ticket
msgid "Download Tickets <i class=\"ms-1 fa fa-download\"/>"
msgstr "Télécharger les tickets <i class=\"ms-1 fa fa-download\"/>"
#. module: event
#: model_terms:event.event,description:event.event_2
msgid ""
"During this conference, our team will give a detailed overview of our "
"business applications. Youll know all the benefits of using it."
msgstr ""
"Au cours de cette conférence, notre équipe vous donnera un aperçu détaillé "
"de nos applications professionnelles. Vous connaîtrez tous les avantages de "
"leur utilisation."
#. module: event
#. odoo-javascript
#: code:addons/event/static/src/client_action/event_registration_summary_dialog.xml:0
msgid "Edit"
msgstr "Modifier"
#. module: event
#: model:event.question,title:event.event_question_email
#: model:ir.model.fields,field_description:event.field_event_registration__email
#: model:ir.model.fields.selection,name:event.selection__event_question__question_type__email
msgid "Email"
msgstr "E-mail"
#. module: event
#: model:ir.model,name:event.model_mail_template
msgid "Email Templates"
msgstr "Modèles d'e-mail"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.res_config_settings_view_form
msgid "Enable barcode scanning"
msgstr "Activer le scan du code-barres"
#. module: event
#: model:ir.model.fields,help:event.field_res_config_settings__use_event_barcode
msgid "Enable or Disable Event Barcode functionality."
msgstr "Activer ou désactiver la fonctionnalité de code-barres événement."
#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__date_end
msgid "End Date"
msgstr "Date de fin"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_slot__end_datetime
msgid "End Datetime"
msgstr "Date de fin"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_stage__pipe_end
msgid "End Stage"
msgstr "Étape de fin"
#. module: event
#: model:event.stage,name:event.event_stage_done
msgid "Ended"
msgstr "Terminé"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_slot__end_hour
msgid "Ending Hour"
msgstr "Heure de fin"
#. module: event
#: model:event.event,subtitle:event.event_2
msgid "Enhance your architectural business and improve professional skills."
msgstr ""
"Améliorez votre entreprise architecturale mais aussi vos compétences "
"professionnelles."
#. module: event
#: model:ir.model.fields.selection,name:event.selection__event_mail__mail_state__error
msgid "Error"
msgstr "Erreur"
#. module: event
#. odoo-javascript
#: code:addons/event/static/src/client_action/event_registration_summary_dialog.xml:0
#: model:ir.model,name:event.model_event_event
#: model:ir.model.fields,field_description:event.field_event_event__name
#: model:ir.model.fields,field_description:event.field_event_event_ticket__event_id
#: model:ir.model.fields,field_description:event.field_event_mail__event_id
#: model:ir.model.fields,field_description:event.field_event_registration__event_id
#: model:ir.model.fields,field_description:event.field_event_registration_answer__event_id
#: model:ir.model.fields,field_description:event.field_event_slot__event_id
#: model_terms:ir.ui.view,arch_db:event.event_event_view_activity
#: model_terms:ir.ui.view,arch_db:event.event_question_view_search
#: model_terms:ir.ui.view,arch_db:event.view_event_search
#: model_terms:ir.ui.view,arch_db:event.view_registration_search
msgid "Event"
msgstr "Événement"
#. module: event
#: model:ir.model,name:event.model_event_mail
msgid "Event Automated Mailing"
msgstr "Envois automatisés pour un événement"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_event_ticket__event_type_id
#: model:ir.model.fields,field_description:event.field_event_type_ticket__event_type_id
#: model_terms:ir.ui.view,arch_db:event.event_tag_category_view_form
#: model_terms:ir.ui.view,arch_db:event.event_tag_category_view_tree
#: model_terms:ir.ui.view,arch_db:event.view_event_type_form
msgid "Event Category"
msgstr "Catégorie d'événement"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.event_tag_view_form
msgid "Event Category Tag"
msgstr "Étiquette de catégorie d'événement"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_registration__event_end_date
msgid "Event End Date"
msgstr "Date de fin d'événement"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.res_config_settings_view_form
msgid "Event Gamification"
msgstr "Ludification d'événement"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_event_registration_form
msgid "Event Information"
msgstr "Information de l'événement"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_event_mail_form
msgid "Event Mail Scheduler"
msgstr "Planificateur d'e-mails d'événement"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_event_mail_tree
msgid "Event Mail Schedulers"
msgstr "Planificateurs d'e-mails d'événement"
#. module: event
#. odoo-javascript
#: code:addons/event/static/src/template_reference_field/field_event_mail_template_reference.js:0
msgid "Event Mail Template Reference"
msgstr "Référence du modèle d'e-mail de l'événement"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.event_event_view_activity
#: model_terms:ir.ui.view,arch_db:event.view_event_form
msgid "Event Name"
msgstr "Nom de l'événement"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_event_calendar
msgid "Event Organization"
msgstr "Organisation de l'événement"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_registration__event_organizer_id
msgid "Event Organizer"
msgstr "Organisateur de l'événement"
#. module: event
#: model:ir.actions.act_window,name:event.event_question_action
#: model:ir.model,name:event.model_event_question
msgid "Event Question"
msgstr "Question d'événement"
#. module: event
#: model:ir.model,name:event.model_event_question_answer
msgid "Event Question Answer"
msgstr "Réponse à la question d'événement"
#. module: event
#: model:ir.ui.menu,name:event.event_question_menu
msgid "Event Questions"
msgstr "Questions dévénement"
#. module: event
#: model:ir.model,name:event.model_event_registration
#: model_terms:ir.ui.view,arch_db:event.view_event_registration_calendar
#: model_terms:ir.ui.view,arch_db:event.view_event_registration_form
#: model_terms:ir.ui.view,arch_db:event.view_registration_search
msgid "Event Registration"
msgstr "Inscription à l'événement"
#. module: event
#: model:ir.model,name:event.model_event_registration_answer
msgid "Event Registration Answer"
msgstr "Réponse à l'inscription à l'événement"
#. module: event
#. odoo-python
#: code:addons/event/controllers/main.py:0
msgid "Event Registrations"
msgstr "Inscriptions à l'événement"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_registration__event_user_id
msgid "Event Responsible"
msgstr "Responsable de l'évenement"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__event_share_url
msgid "Event Share URL"
msgstr "URL de partage de l'événement"
#. module: event
#: model:ir.model,name:event.model_event_slot
msgid "Event Slot"
msgstr "Créneau de l'événement"
#. module: event
#: model:ir.model,name:event.model_event_stage
msgid "Event Stage"
msgstr "Étape d'événement"
#. module: event
#: model:ir.actions.act_window,name:event.event_stage_action
#: model:ir.ui.menu,name:event.event_stage_menu
msgid "Event Stages"
msgstr "Étapes d'événement"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_registration__event_begin_date
#: model_terms:ir.ui.view,arch_db:event.view_registration_search
msgid "Event Start Date"
msgstr "Date de début de l'événement"
#. module: event
#: model:ir.model,name:event.model_event_tag
msgid "Event Tag"
msgstr "Étiquettes d'événement"
#. module: event
#: model:ir.model,name:event.model_event_tag_category
msgid "Event Tag Category"
msgstr "Catégorie d'étiquette d'événement"
#. module: event
#: model:ir.actions.act_window,name:event.event_tag_category_action_tree
#: model:ir.ui.menu,name:event.menu_event_category
#: model_terms:ir.ui.view,arch_db:event.event_tag_view_tree
msgid "Event Tags Categories"
msgstr "Catégories d'étiquette d'événement"
#. module: event
#: model:ir.model,name:event.model_event_type
#: model:ir.model.fields,field_description:event.field_event_type__name
#: model_terms:ir.ui.view,arch_db:event.view_event_type_form
#: model_terms:ir.ui.view,arch_db:event.view_event_type_tree
msgid "Event Template"
msgstr "Modèle d'événement"
#. module: event
#: model:ir.model,name:event.model_event_type_ticket
#: model_terms:ir.ui.view,arch_db:event.event_type_ticket_view_form_from_type
msgid "Event Template Ticket"
msgstr "Modèle de ticket d'événement"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.event_type_ticket_view_tree_from_type
msgid "Event Template Tickets"
msgstr "Modèle de tickets d'événement"
#. module: event
#: model:ir.actions.act_window,name:event.action_event_type
#: model:ir.ui.menu,name:event.menu_event_type
#: model_terms:ir.ui.view,arch_db:event.event_type_view_search
msgid "Event Templates"
msgstr "Modèles d'événements"
#. module: event
#: model_terms:ir.actions.act_window,help:event.action_event_type
msgid ""
"Event Templates combine configurations you use often and are\n"
" usually based on the types of events you organize (e.g. "
"\"Workshop\",\n"
" \"Roadshow\", \"Online Webinar\", etc)."
msgstr ""
"Les modèles d'événements combinent les configurations que vous utilisez "
"souvent et sont \n"
"généralement basés sur les types d'événements que vous organisez (par "
"exemple, \"Atelier\",\n"
"\"Roadshow\", \"Webinaire en ligne\", etc.)."
#. module: event
#: model:ir.model,name:event.model_event_event_ticket
#: model:ir.model.fields,field_description:event.field_event_event__event_ticket_ids
msgid "Event Ticket"
msgstr "Ticket d'événement"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_type_mail__event_type_id
msgid "Event Type"
msgstr "Type dévénement"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_question__event_type_ids
msgid "Event Types"
msgstr "Types dévénement"
#. module: event
#: model:ir.actions.act_window,name:event.event_registration_action_tree
msgid "Event registrations"
msgstr "Inscriptions à l'événement"
#. module: event
#: model_terms:ir.actions.act_window,help:event.event_stage_action
msgid ""
"Event stages are used to track the progress of an Event from its origin "
"until its conclusion."
msgstr ""
"Les étapes d'un événement sont utilisées pour suivre la progression de ce "
"dernier depuis sa création jusqu'à sa conclusion."
#. module: event
#: model_terms:ir.ui.view,arch_db:event.event_event_ticket_form_view
msgid "Event's Ticket"
msgstr "Ticket d'événement"
#. module: event
#: model:ir.actions.server,name:event.event_mail_scheduler_ir_actions_server
msgid "Event: Mail Scheduler"
msgstr "Événement : Planificateur d'e-mail"
#. module: event
#: model:mail.template,name:event.event_registration_mail_template_badge
msgid "Event: Registration Badge"
msgstr "Événement : Badge d'inscription"
#. module: event
#: model:mail.template,name:event.event_subscription
msgid "Event: Registration Confirmation"
msgstr "Événement : Confirmation d'inscription"
#. module: event
#: model:mail.template,name:event.event_reminder
msgid "Event: Reminder"
msgstr "Événement : Rappel"
#. module: event
#: model:ir.actions.act_window,name:event.action_event_view
#: model:ir.model.fields,field_description:event.field_event_question__event_ids
#: model:ir.ui.menu,name:event.event_main_menu
#: model:ir.ui.menu,name:event.menu_event_event
#: model:res.groups.privilege,name:event.res_groups_privilege_events
#: model_terms:ir.ui.view,arch_db:event.res_config_settings_view_form
#: model_terms:ir.ui.view,arch_db:event.res_partner_view_tree
#: model_terms:ir.ui.view,arch_db:event.view_event_form
#: model_terms:ir.ui.view,arch_db:event.view_event_search
#: model_terms:ir.ui.view,arch_db:event.view_event_tree
msgid "Events"
msgstr "Événements"
#. module: event
#: model:ir.actions.act_window,name:event.action_event_mail
msgid "Events Mail Schedulers"
msgstr "Planificateurs d'e-mails des événements"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.event_stage_view_form
#: model_terms:ir.ui.view,arch_db:event.event_stage_view_tree
msgid "Events Stage"
msgstr "Étape des événements"
#. module: event
#: model:ir.model.fields,help:event.field_event_stage__pipe_end
msgid ""
"Events will automatically be moved into this stage when they are finished. "
"The event moved into this stage will automatically be set as green."
msgstr ""
"Les événements seront automatiquement déplacés vers cette étape lorsqu'ils "
"seront terminés. L'événement déplacé dans cette étape sera automatiquement "
"défini comme vert."
#. module: event
#: model_terms:event.event,description:event.event_4
#: model_terms:event.event,description:event.event_6
#: model_terms:ir.ui.view,arch_db:event.event_default_descripton
msgid ""
"Every year we invite our community, partners and end-users to come and meet "
"us! It's the ideal event to get together and present new features, roadmap "
"of future versions, achievements of the software, workshops, training "
"sessions, etc...\n"
" This event is also an opportunity to showcase our partners' case "
"studies, methodology or developments. Be there and see directly from the "
"source the features of the new version!"
msgstr ""
"Chaque année, nous invitons notre communauté, nos partenaires et nos "
"utilisateurs à venir nous rencontrer ! C'est l'événement idéal pour se "
"retrouver et présenter les nouvelles fonctionnalités, la roadmap des futures "
"versions, le logiciel, mais aussi participer à des ateliers, sessions de "
"formation, etc...\n"
"Cet événement est également l'occasion de présenter les études de cas de nos "
"partenaires, la méthodologie ou des développements. Rejoignez-nous et "
"découvrez à la source les fonctionnalités de la nouvelle version !"
#. module: event
#: model_terms:event.event,description:event.event_0
msgid ""
"Every year we invite our community, partners and end-users to come and meet "
"us! It's the ideal event to get together and present new features, roadmap "
"of future versions, achievements of the software, workshops, training "
"sessions, etc...."
msgstr ""
"Chaque année, nous invitons notre communauté, nos partenaires et nos "
"utilisateurs à venir nous rencontrer ! C'est l'événement idéal pour se "
"réunir et présenter de nouvelles fonctionnalités, les composantes des "
"futures versions, réalisations du logiciel, ateliers, sessions de formation, "
"etc ...."
#. module: event
#: model:event.type,name:event.event_type_0
msgid "Exhibition"
msgstr "Exposition"
#. module: event
#: model:event.event,subtitle:event.event_3
msgid "Experience live music, local food and beverages."
msgstr ""
"Expérimentez de la music live, de la nourriture locale et des boissons."
#. module: event
#: model:ir.model.fields,help:event.field_event_slot__end_hour
#: model:ir.model.fields,help:event.field_event_slot__start_hour
msgid "Expressed in the event timezone."
msgstr "Exprimé dans le fuseau horaire de l'événement."
#. module: event
#: model:event.stage,description:event.event_stage_done
msgid ""
"Finished events. Odoo will automatically move them to this stage once their "
"end date has passed."
msgstr ""
"Événements achevés. Odoo les déplacera automatiquement vers ce stade une "
"fois que leur date de fin sera passée."
#. module: event
#: model:ir.model.fields,field_description:event.field_event_stage__fold
msgid "Folded in Kanban"
msgstr "Repliée dans la vue Kanban"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__message_follower_ids
#: model:ir.model.fields,field_description:event.field_event_registration__message_follower_ids
msgid "Followers"
msgstr "Abonnés"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__message_partner_ids
#: model:ir.model.fields,field_description:event.field_event_registration__message_partner_ids
msgid "Followers (Partners)"
msgstr "Abonnés (Partenaires)"
#. module: event
#: model:ir.model.fields,help:event.field_event_event__activity_type_icon
#: model:ir.model.fields,help:event.field_event_registration__activity_type_icon
msgid "Font awesome icon e.g. fa-tasks"
msgstr "Icône Font Awesome par ex. fa-tasks"
#. module: event
#: model_terms:event.event,description:event.event_2
msgid ""
"For any additional information, please contact us at <a "
"class=\"o_translate_inline\" "
"href=\"mailto:events@odoo.com\">events@odoo.com</a>"
msgstr ""
"Pour toute question, contactez-nous via <a class=\"o_translate_inline\" "
"href=\"mailto:events@odoo.com\">events@odoo.com</a>"
#. module: event
#: model_terms:event.event,description:event.event_7
msgid ""
"For any additional information, please contact us at <a "
"class=\"o_translate_inline\" "
"href=\"mailto:events@openwood.example.com\">events@penwood.example.com</a>."
msgstr ""
"Pour toute question, contactez-nous via <a class=\"o_translate_inline\" "
"href=\"mailto:events@openwood.example.com\">events@penwood.example.com</a>."
#. module: event
#: model_terms:event.event,description:event.event_0
#: model_terms:event.event,description:event.event_1
#: model_terms:event.event,description:event.event_3
#: model_terms:event.event,description:event.event_5
msgid ""
"For any additional information, please contact us at <a "
"class=\"o_translate_inline\" "
"href=\"mailto:events@yourcompany.com\">events@yourcompany.com</a>."
msgstr ""
"Pour toute question, contactez-nous via <a class=\"o_translate_inline\" "
"href=\"mailto:events@yourcompany.com\">events@yourcompany.com</a>."
#. module: event
#: model_terms:ir.ui.view,arch_db:event.event_question_view_search
msgid "For each attendee"
msgstr "Pour chaque participant"
#. module: event
#: model:ir.model.fields,help:event.field_event_event__seats_max
msgid ""
"For each event you can define a maximum registration of seats(number of "
"attendees), above this number the registrations are not accepted. If the "
"event has multiple slots, this maximum number is applied per slot."
msgstr ""
"Pour chaque événement, vous pouvez définir un nombre maximal d'inscriptions "
"(nombre de participants) ; au-delà de ce nombre, les inscriptions ne sont "
"pas acceptées. Si l'événement comporte plusieurs créneaux, ce maximum "
"s'applique par créneau."
#. module: event
#: model:event.event.ticket,description:event.event_0_ticket_1
msgid "For only 10, you gain access to catering. Yum yum."
msgstr "Pour seulement 10, vous avez accès à la restauration. Miam miam."
#. module: event
#: model:event.event.ticket,name:event.event_0_ticket_0
msgid "Free"
msgstr "Gratuit"
#. module: event
#: model:event.event.ticket,description:event.event_0_ticket_0
msgid "Free entrance, no food!"
msgstr "Entrée gratuite, pas de nourriture !"
#. module: event
#: model:event.stage,description:event.event_stage_new
msgid "Freshly created"
msgstr "Fraîchement créé"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_event_slot_tree
msgid "From"
msgstr "Du"
#. module: event
#: model_terms:ir.actions.act_window,help:event.action_registration
#: model_terms:ir.actions.act_window,help:event.event_registration_action_stats_from_event
msgid ""
"From this dashboard you can report, analyze and detect trends regarding your "
"event registrations."
msgstr ""
"À partir de ce tableau de bord, vous pouvez faire du reporting, analyser et "
"détecter les tendances concernant les inscriptions à vos événements."
#. module: event
#: model:ir.actions.report,name:event.action_report_event_registration_full_page_ticket
msgid "Full Page Ticket"
msgstr "Ticket pleine page"
#. module: event
#: model:ir.actions.report,name:event.action_report_event_event_full_page_ticket
msgid "Full Page Ticket Example"
msgstr "Exemple de ticket pleine page"
#. module: event
#: model_terms:event.event,description:event.event_2
msgid "Functional flow of the main applications;"
msgstr "Organigramme fonctionnel des principales applications ;"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_event_search
#: model_terms:ir.ui.view,arch_db:event.view_registration_search
msgid "Future Activities"
msgstr "Activités futures"
#. module: event
#: model:event.event.ticket,name:event.event_4_ticket_0
msgid "General Admission"
msgstr "Admission générale"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__general_question_ids
msgid "General Questions"
msgstr "Questions générales"
#. module: event
#: model:event.event,subtitle:event.event_0
msgid "Get Inspired • Stay Connected • Have Fun"
msgstr "Inspirez-vous • Connectez-vous • Amusez-vous"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_mail__mail_state
msgid "Global communication Status"
msgstr "Statut de la communication globale"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.res_config_settings_view_form
msgid "Google Maps"
msgstr "Google Maps"
#. module: event
#: model:ir.model.fields,field_description:event.field_res_config_settings__google_maps_static_api_key
msgid "Google Maps API key"
msgstr "Clé API Google Maps"
#. module: event
#: model:ir.model.fields,field_description:event.field_res_config_settings__google_maps_static_api_secret
msgid "Google Maps API secret"
msgstr "Secret API Google Maps"
#. module: event
#: model:ir.model.fields,field_description:event.field_res_config_settings__use_google_maps_static_api
msgid "Google Maps static API"
msgstr "API statique Google Maps"
#. module: event
#: model:event.event,name:event.event_1
msgid "Great Reno Ballon Race"
msgstr "La Great Reno Balloon Race"
#. module: event
#: model_terms:web_tour.tour,rainbow_man_message:event.event_tour
msgid "Great! Now all you have to do is wait for your attendees to show up!"
msgstr ""
"Super ! Il ne vous reste plus qu'à attendre que vos participants se "
"présentent !"
#. module: event
#. odoo-javascript
#: code:addons/event/static/src/client_action/event_registration_summary_dialog.xml:0
msgid "Guest #"
msgstr "Invité #"
#. module: event
#: model_terms:res.partner,website_description:event.res_partner_event_1
#: model_terms:res.partner,website_description:event.res_partner_event_3
#: model_terms:res.partner,website_description:event.res_partner_event_4
msgid "Happy to be Sponsor"
msgstr "Heureux d'être sponsor"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__has_message
#: model:ir.model.fields,field_description:event.field_event_registration__has_message
msgid "Has Message"
msgstr "A un message"
#. module: event
#: model_terms:event.event,description:event.event_2
msgid "Having attended this conference, participants should be able to:"
msgstr ""
"Ayant participé à cette conférence, les participants devraient être capable "
"de :"
#. module: event
#: model_terms:event.event,description:event.event_3
msgid "Here it is, the 12th edition of our Live Musical Festival!"
msgstr "On y est, la 12ème édition de notre Festival de musique live !"
#. module: event
#: model:event.event,name:event.event_5
msgid "Hockey Tournament"
msgstr "Tournoi de hockey"
#. module: event
#. odoo-javascript
#: code:addons/event/static/src/client_action/event_registration_summary_dialog.xml:0
msgid "Home"
msgstr "Accueil"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_event_slot_form
msgid "Hour range"
msgstr "Plage horaire"
#. module: event
#: model:ir.model.fields.selection,name:event.selection__event_mail__interval_unit__hours
#: model:ir.model.fields.selection,name:event.selection__event_type_mail__interval_unit__hours
msgid "Hours"
msgstr "Heures"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.event_report_template_foldable_badge
msgid "How to Fold (1)"
msgstr "Comment plier (1)"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.event_report_template_foldable_badge
msgid "How to Fold (2)"
msgstr "Comment plier (2)"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.event_report_template_foldable_badge
msgid "How to Fold (3)"
msgstr "Comment plier (3)"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.event_report_template_foldable_badge
msgid "How to Fold (4)"
msgstr "Comment plier (4)"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__id
#: model:ir.model.fields,field_description:event.field_event_event_ticket__id
#: model:ir.model.fields,field_description:event.field_event_mail__id
#: model:ir.model.fields,field_description:event.field_event_mail_registration__id
#: model:ir.model.fields,field_description:event.field_event_mail_slot__id
#: model:ir.model.fields,field_description:event.field_event_question__id
#: model:ir.model.fields,field_description:event.field_event_question_answer__id
#: model:ir.model.fields,field_description:event.field_event_registration__id
#: model:ir.model.fields,field_description:event.field_event_registration_answer__id
#: model:ir.model.fields,field_description:event.field_event_slot__id
#: model:ir.model.fields,field_description:event.field_event_stage__id
#: model:ir.model.fields,field_description:event.field_event_tag__id
#: model:ir.model.fields,field_description:event.field_event_tag_category__id
#: model:ir.model.fields,field_description:event.field_event_type__id
#: model:ir.model.fields,field_description:event.field_event_type_mail__id
#: model:ir.model.fields,field_description:event.field_event_type_ticket__id
#: model:ir.model.fields,field_description:event.field_mail_template__id
#: model:ir.model.fields,field_description:event.field_res_config_settings__id
#: model:ir.model.fields,field_description:event.field_res_partner__id
msgid "ID"
msgstr "ID"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__activity_exception_icon
#: model:ir.model.fields,field_description:event.field_event_registration__activity_exception_icon
msgid "Icon"
msgstr "Icône"
#. module: event
#. odoo-javascript
#: code:addons/event/static/src/icon_selection_field/icon_selection_field.js:0
msgid "Icon Selection"
msgstr "Sélection d'icônes"
#. module: event
#: model:ir.model.fields,help:event.field_event_event__activity_exception_icon
#: model:ir.model.fields,help:event.field_event_registration__activity_exception_icon
msgid "Icon to indicate an exception activity."
msgstr "Icône pour indiquer une activité d'exception."
#. module: event
#: model:ir.model.fields,help:event.field_event_event__message_needaction
#: model:ir.model.fields,help:event.field_event_registration__message_needaction
msgid "If checked, new messages require your attention."
msgstr "Si coché, de nouveaux messages demandent votre attention."
#. module: event
#: model:ir.model.fields,help:event.field_event_event__message_has_error
#: model:ir.model.fields,help:event.field_event_event__message_has_sms_error
#: model:ir.model.fields,help:event.field_event_registration__message_has_error
#: model:ir.model.fields,help:event.field_event_registration__message_has_sms_error
msgid "If checked, some messages have a delivery error."
msgstr "Si coché, certains messages ont une erreur de livraison."
#. module: event
#: model:ir.model.fields,help:event.field_event_event__start_sale_datetime
msgid ""
"If ticketing is used, contains the earliest starting sale date of tickets."
msgstr ""
"Si la billetterie est utilisée, contient la première date de début de vente "
"des tickets."
#. module: event
#: model_terms:event.event,ticket_instructions:event.event_0
msgid "If you don't have this ticket, you will <b>not</b> be allowed entry!"
msgstr ""
"Si vous n'avez pas ce ticket, vous ne serez <b>pas</b> autorisé à entrer !"
#. module: event
#: model_terms:event.event,description:event.event_5
msgid ""
"If you don't know anything about Hockey, this is a great introduction to "
"this wonderful sport as you will will be able to see some training process "
"and also have some time\n"
" to chat with experienced players and trainers once the "
"tournament is over!"
msgstr ""
"Si vous ne connaissez rien au hockey, c'est une excellente introduction à ce "
"merveilleux sport, car vous pourrez voir un processus d'entraînement et "
"aussi avoir du temps\n"
"pour discuter avec des joueurs et entraîneurs expérimentés une fois le "
"tournoi terminé !"
#. module: event
#: model:ir.model.fields.selection,name:event.selection__event_mail__interval_unit__now
#: model:ir.model.fields.selection,name:event.selection__event_type_mail__interval_unit__now
msgid "Immediately"
msgstr "Immédiatement"
#. module: event
#: model_terms:event.event,ticket_instructions:event.event_0
msgid "Important ticket information"
msgstr "Informations importantes sur les tickets"
#. module: event
#: model:ir.model.fields.selection,name:event.selection__event_event__kanban_state__normal
msgid "In Progress"
msgstr "En cours"
#. module: event
#: model:ir.model.fields,help:event.field_event_question__is_default
msgid "Include by default in new events."
msgstr "Inclure par défaut dans les nouveaux événements."
#. module: event
#: model:ir.model.fields,help:event.field_event_event__date_tz
#: model:ir.model.fields,help:event.field_event_slot__date_tz
msgid ""
"Indicates the timezone in which the event dates/times will be displayed on "
"the website."
msgstr ""
"Indique le fuseau horaire dans lequel les dates/horaires des événements "
"seront affichés sur le site web."
#. module: event
#: model:ir.model.fields,help:event.field_event_mail__interval_type
msgid ""
"Indicates when the communication is sent. If the event has multiple slots, "
"the interval is related to each time slot instead of the whole event."
msgstr ""
"Indique quand la communication est envoyée. Si l'événement comporte "
"plusieurs créneaux, l'intervalle est lié à chaque créneau plutôt qu'à "
"l'événement dans son ensemble."
#. module: event
#: model_terms:ir.ui.view,arch_db:event.res_config_settings_view_form
msgid "Insert dynamic Google Maps in your email templates"
msgstr "Insérer Google Maps dynamique dans vos modèles d'e-mail"
#. module: event
#. odoo-javascript
#: code:addons/event/static/src/client_action/event_barcode.xml:0
msgid "Install"
msgstr "Installer"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_mail__interval_nbr
#: model:ir.model.fields,field_description:event.field_event_type_mail__interval_nbr
msgid "Interval"
msgstr "Intervalle"
#. module: event
#: model_terms:event.event,description:event.event_2
msgid "Introduction, CRM, Sales Management"
msgstr "Introduction, CRM, Gestion des ventes"
#. module: event
#. odoo-python
#: code:addons/event/models/event_registration.py:0
msgid "Invalid event / slot choice"
msgstr "Choix d'événement / créneau invalide"
#. module: event
#. odoo-python
#: code:addons/event/models/event_registration.py:0
msgid "Invalid event / ticket choice"
msgstr "Choix d'événement/ticket invalide"
#. module: event
#. odoo-javascript
#: code:addons/event/static/src/client_action/event_barcode.js:0
msgid "Invalid ticket"
msgstr "Ticket invalide"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_event_ticket__sale_available
msgid "Is Available"
msgstr "Est disponible"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_registration__is_multi_slots
msgid "Is Event Multi Slots"
msgstr "Événement avec créneaux multiples"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_event_ticket__is_expired
msgid "Is Expired"
msgstr "A expiré"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__is_finished
msgid "Is Finished"
msgstr "Est terminé"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__message_is_follower
#: model:ir.model.fields,field_description:event.field_event_registration__message_is_follower
msgid "Is Follower"
msgstr "Est un abonné"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__is_multi_slots
msgid "Is Multi Slots"
msgstr "Avec créneaux multiples"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__is_one_day
msgid "Is One Day"
msgstr "Est un jour"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__is_ongoing
msgid "Is Ongoing"
msgstr "Est en cours"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_question__is_reusable
msgid "Is Reusable"
msgstr "Est réutilisable"
#. module: event
#. odoo-python
#: code:addons/event/models/event_mail.py:0
msgid "It failed with error %(error)s."
msgstr "Échec avec l'erreur %(error)s."
#. module: event
#: model:ir.model.fields,help:event.field_event_type__seats_max
msgid "It will select this default maximum value when you choose this event"
msgstr ""
"Cette valeur par défaut maximum est sélectionnée si vous choisissez cet "
"événement"
#. module: event
#: model_terms:event.event,description:event.event_2
msgid "John DOE"
msgstr "John DOE"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.event_report_template_foldable_badge
msgid "John Doe"
msgstr "John Doe"
#. module: event
#: model_terms:event.event,description:event.event_2
msgid "John Doe's avatar"
msgstr "Avatar de John Doe"
#. module: event
#: model_terms:event.event,description:event.event_1
msgid "Join us for the greatest ballon race of all times!"
msgstr ""
"Rejoignez-nous pour la plus grande course de ballons de tous les temps !"
#. module: event
#: model_terms:event.event,description:event.event_4
#: model_terms:event.event,description:event.event_6
#: model_terms:ir.ui.view,arch_db:event.event_default_descripton
msgid "Join us for this 24 hours Event"
msgstr "Rejoignez-nous pour cet événement de 24 heures"
#. module: event
#: model_terms:event.event,description:event.event_0
msgid "Join us for this 3-day Event"
msgstr "Rejoignez-nous pour cet événement de 3 jours"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__kanban_state
msgid "Kanban State"
msgstr "Statut kanban"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.res_config_settings_view_form
msgid "Key"
msgstr "Clé"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__lang
msgid "Language"
msgstr "Langue"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_registration_search
msgid "Last 30 days"
msgstr "30 derniers jours"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_mail__last_registration_id
#: model:ir.model.fields,field_description:event.field_event_mail_slot__last_registration_id
msgid "Last Attendee"
msgstr "Dernier participant"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_mail__error_datetime
msgid "Last Error"
msgstr "Dernière erreur"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__write_uid
#: model:ir.model.fields,field_description:event.field_event_event_ticket__write_uid
#: model:ir.model.fields,field_description:event.field_event_mail__write_uid
#: model:ir.model.fields,field_description:event.field_event_mail_registration__write_uid
#: model:ir.model.fields,field_description:event.field_event_mail_slot__write_uid
#: model:ir.model.fields,field_description:event.field_event_question__write_uid
#: model:ir.model.fields,field_description:event.field_event_question_answer__write_uid
#: model:ir.model.fields,field_description:event.field_event_registration__write_uid
#: model:ir.model.fields,field_description:event.field_event_registration_answer__write_uid
#: model:ir.model.fields,field_description:event.field_event_slot__write_uid
#: model:ir.model.fields,field_description:event.field_event_stage__write_uid
#: model:ir.model.fields,field_description:event.field_event_tag__write_uid
#: model:ir.model.fields,field_description:event.field_event_tag_category__write_uid
#: model:ir.model.fields,field_description:event.field_event_type__write_uid
#: model:ir.model.fields,field_description:event.field_event_type_mail__write_uid
#: model:ir.model.fields,field_description:event.field_event_type_ticket__write_uid
msgid "Last Updated by"
msgstr "Mis à jour par"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__write_date
#: model:ir.model.fields,field_description:event.field_event_event_ticket__write_date
#: model:ir.model.fields,field_description:event.field_event_mail__write_date
#: model:ir.model.fields,field_description:event.field_event_mail_registration__write_date
#: model:ir.model.fields,field_description:event.field_event_mail_slot__write_date
#: model:ir.model.fields,field_description:event.field_event_question__write_date
#: model:ir.model.fields,field_description:event.field_event_question_answer__write_date
#: model:ir.model.fields,field_description:event.field_event_registration__write_date
#: model:ir.model.fields,field_description:event.field_event_registration_answer__write_date
#: model:ir.model.fields,field_description:event.field_event_slot__write_date
#: model:ir.model.fields,field_description:event.field_event_stage__write_date
#: model:ir.model.fields,field_description:event.field_event_tag__write_date
#: model:ir.model.fields,field_description:event.field_event_tag_category__write_date
#: model:ir.model.fields,field_description:event.field_event_type__write_date
#: model:ir.model.fields,field_description:event.field_event_type_mail__write_date
#: model:ir.model.fields,field_description:event.field_event_type_ticket__write_date
msgid "Last Updated on"
msgstr "Mis à jour le"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_event_search
#: model_terms:ir.ui.view,arch_db:event.view_registration_search
msgid "Late Activities"
msgstr "Activités en retard"
#. module: event
#. odoo-javascript
#: code:addons/event/static/src/js/tours/event_tour.js:0
msgid "Let's create your first <b>event</b>."
msgstr "Créons votre premier <b>événement</b>."
#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__seats_limited
#: model:ir.model.fields,field_description:event.field_event_event_ticket__seats_limited
#: model:ir.model.fields,field_description:event.field_event_type_ticket__seats_limited
msgid "Limit Attendees"
msgstr "Limiter les participants"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_event_form
#: model_terms:ir.ui.view,arch_db:event.view_event_type_form
msgid "Limit Registrations"
msgstr "Limiter les inscriptions"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_event_ticket__limit_max_per_order
msgid "Limit per Order"
msgstr "Limite par commande"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_type__has_seats_limitation
msgid "Limited Seats"
msgstr "Places limitées"
#. module: event
#: model:ir.model.fields,help:event.field_event_event__event_url
msgid "Link where the online event will take place."
msgstr "Lien où se déroulera l'événement en ligne."
#. module: event
#: model_terms:ir.ui.view,arch_db:event.res_config_settings_view_form
msgid "Live Broadcast"
msgstr "Diffusion en direct"
#. module: event
#: model:ir.model.fields,field_description:event.field_res_config_settings__module_website_event_track_live
msgid "Live Mode"
msgstr "Mode Live"
#. module: event
#: model:event.event,name:event.event_3
msgid "Live Music Festival"
msgstr "Festival de musique live"
#. module: event
#: model:ir.model.fields.selection,name:event.selection__event_mail__notification_type__mail
#: model:ir.model.fields.selection,name:event.selection__event_mail__template_ref__mail_template
#: model:ir.model.fields.selection,name:event.selection__event_type_mail__notification_type__mail
#: model:ir.model.fields.selection,name:event.selection__event_type_mail__template_ref__mail_template
msgid "Mail"
msgstr "E-mail"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_mail__mail_registration_ids
msgid "Mail Registration"
msgstr "Inscription par e-mail"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__event_mail_ids
#: model:ir.model.fields,field_description:event.field_event_type__event_type_mail_ids
msgid "Mail Schedule"
msgstr "Planification d'e-mail"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_mail_registration__scheduler_id
#: model:ir.model.fields,field_description:event.field_event_mail_slot__scheduler_id
msgid "Mail Scheduler"
msgstr "Planificateur d'e-mail"
#. module: event
#: model:ir.ui.menu,name:event.menu_event_mail_schedulers
msgid "Mail Schedulers"
msgstr "Planificateurs d'e-mail"
#. module: event
#: model:ir.model,name:event.model_event_type_mail
msgid "Mail Scheduling on Event Category"
msgstr "Planification d'e-mails en fonction de la catégorie d'événement"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_mail_registration__mail_sent
msgid "Mail Sent"
msgstr "E-mail envoyé"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_mail__mail_slot_ids
msgid "Mail Slot"
msgstr "E-mail créneau"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.res_config_settings_view_form
msgid "Manage & publish a schedule with tracks"
msgstr "Gérer & publier un programme avec des sessions"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.event_question_view_list
#: model_terms:ir.ui.view,arch_db:event.event_question_view_search
#: model_terms:ir.ui.view,arch_db:event.view_event_form
#: model_terms:ir.ui.view,arch_db:event.view_event_type_form
msgid "Mandatory"
msgstr "Obligatoire"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_question__is_mandatory_answer
msgid "Mandatory Answer"
msgstr "Réponse obligatoire"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.event_report_full_page_ticket_layout
msgid "Marc Demo"
msgstr "Marc Demo"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_event_registration_tree
msgid "Mark as Attending"
msgstr "Marquer comme présent"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_event_registration_form
msgid "Marketing"
msgstr "Marketing"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.event_event_ticket_view_tree_from_event
msgid "Maximum"
msgstr "Maximum"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__seats_max
#: model:ir.model.fields,field_description:event.field_event_event_ticket__seats_max
#: model:ir.model.fields,field_description:event.field_event_type_ticket__seats_max
msgid "Maximum Attendees"
msgstr "Nombre maximal de participants"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_type__seats_max
msgid "Maximum Registrations"
msgstr "Nombre maximal d'inscriptions"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_event_tree
msgid "Maximum Seats"
msgstr "Nombre maximal de places"
#. module: event
#: model:ir.model.fields,help:event.field_event_event_ticket__limit_max_per_order
msgid ""
"Maximum of this product per order.\n"
"Set to 0 to ignore this rule"
msgstr ""
"Maximum de ce produit par commande.\n"
"Indiquer 0 pour ignorer cette règle"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.event_event_ticket_view_tree_from_event
msgid "Maximum per slot"
msgstr "Maximum par créneau"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_registration__utm_medium_id
#: model_terms:ir.ui.view,arch_db:event.view_registration_search
msgid "Medium"
msgstr "Médium"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__message_has_error
#: model:ir.model.fields,field_description:event.field_event_registration__message_has_error
msgid "Message Delivery error"
msgstr "Erreur d'envoi du message"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__message_ids
#: model:ir.model.fields,field_description:event.field_event_registration__message_ids
msgid "Messages"
msgstr "Messages"
#. module: event
#: model:ir.model.fields.selection,name:event.selection__event_mail__interval_unit__months
#: model:ir.model.fields.selection,name:event.selection__event_type_mail__interval_unit__months
msgid "Months"
msgstr "Mois"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_event_form
msgid "Multiple Slots"
msgstr "Créneaux multiples"
#. module: event
#: model:event.tag,name:event.event_tag_category_2_tag_2
msgid "Music"
msgstr "Musique"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_event_search
#: model_terms:ir.ui.view,arch_db:event.view_registration_search
msgid "My Activities"
msgstr "Mes activités"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__my_activity_date_deadline
#: model:ir.model.fields,field_description:event.field_event_registration__my_activity_date_deadline
msgid "My Activity Deadline"
msgstr "Échéance de mon activité"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_event_search
msgid "My Events"
msgstr "Mes événements"
#. module: event
#: model:event.question,title:event.event_question_name
#: model:ir.model.fields,field_description:event.field_event_event_ticket__name
#: model:ir.model.fields,field_description:event.field_event_tag__name
#: model:ir.model.fields,field_description:event.field_event_tag_category__name
#: model:ir.model.fields,field_description:event.field_event_type_ticket__name
#: model:ir.model.fields.selection,name:event.selection__event_question__question_type__name
#: model_terms:ir.ui.view,arch_db:event.attendee_list
msgid "Name"
msgstr "Nom"
#. module: event
#: model:event.stage,name:event.event_stage_new
msgid "New"
msgstr "Nouveau"
#. module: event
#. odoo-javascript
#: code:addons/event/static/src/views/event_slot_calendar/event_slot_calendar_controller.js:0
msgid "New Slot"
msgstr "Nouveau créneau"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__activity_calendar_event_id
#: model:ir.model.fields,field_description:event.field_event_registration__activity_calendar_event_id
msgid "Next Activity Calendar Event"
msgstr "Activité suivante de l'événement du calendrier"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__activity_date_deadline
#: model:ir.model.fields,field_description:event.field_event_registration__activity_date_deadline
msgid "Next Activity Deadline"
msgstr "Date limite de l'activité à venir"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__activity_summary
#: model:ir.model.fields,field_description:event.field_event_registration__activity_summary
msgid "Next Activity Summary"
msgstr "Résumé de l'activité suivante"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__activity_type_id
#: model:ir.model.fields,field_description:event.field_event_registration__activity_type_id
msgid "Next Activity Type"
msgstr "Type d'activités à venir"
#. module: event
#: model_terms:ir.actions.act_window,help:event.action_event_registration_report
msgid "No Answers yet!"
msgstr "Pas encore de réponses !"
#. module: event
#: model_terms:ir.actions.act_window,help:event.event_registration_action
msgid "No Attendees expected yet!"
msgstr "Aucun participant n'est encore attendu !"
#. module: event
#: model_terms:ir.actions.act_window,help:event.act_event_registration_from_event
#: model_terms:ir.actions.act_window,help:event.action_registration
#: model_terms:ir.actions.act_window,help:event.event_registration_action_kanban
#: model_terms:ir.actions.act_window,help:event.event_registration_action_stats_from_event
msgid "No Attendees yet!"
msgstr "Pas encore de participants !"
#. module: event
#: model_terms:ir.actions.act_window,help:event.event_question_action
msgid "No questions yet! Please create one."
msgstr "Aucune question pour le moment ! Veuillez en créer une."
#. module: event
#: model:ir.model.fields,field_description:event.field_res_config_settings__barcode_nomenclature_id
msgid "Nomenclature"
msgstr "Nomenclature"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.event_question_view_search
msgid "Not Reusable"
msgstr "Non réutilisable"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.event_question_view_search
msgid "Not mandatory"
msgstr "Pas obligatoire"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__note
#: model:ir.model.fields,field_description:event.field_event_type__note
#: model_terms:ir.ui.view,arch_db:event.view_event_form
#: model_terms:ir.ui.view,arch_db:event.view_event_type_form
msgid "Note"
msgstr "Note"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_event_type_form
msgid "Notes"
msgstr "Notes"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_event_form
msgid "Notes & Documents"
msgstr "Notes & Documents"
#. module: event
#: model_terms:ir.actions.act_window,help:event.action_event_mail
msgid "Nothing Scheduled yet!"
msgstr "Rien de prévu pour le moment !"
#. module: event
#. odoo-javascript
#: code:addons/event/static/src/js/tours/event_tour.js:0
msgid "Now that your event is ready, click here to move it to another stage."
msgstr ""
"Maintenant que votre événement est prêt, cliquez ici pour le déplacer vers "
"une autre étape."
#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__message_needaction_counter
#: model:ir.model.fields,field_description:event.field_event_registration__message_needaction_counter
msgid "Number of Actions"
msgstr "Nombre d'actions"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__seats_used
#: model:ir.model.fields,field_description:event.field_event_slot__seats_used
msgid "Number of Attendees"
msgstr "Nombre de participants"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__seats_reserved
#: model:ir.model.fields,field_description:event.field_event_slot__seats_reserved
msgid "Number of Registrations"
msgstr "Nombre d'inscriptions"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__seats_taken
#: model:ir.model.fields,field_description:event.field_event_slot__seats_taken
msgid "Number of Taken Seats"
msgstr "Nombre de sièges occupés"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__message_has_error_counter
#: model:ir.model.fields,field_description:event.field_event_registration__message_has_error_counter
msgid "Number of errors"
msgstr "Nombre d'erreurs"
#. module: event
#: model:ir.model.fields,help:event.field_event_event__message_needaction_counter
#: model:ir.model.fields,help:event.field_event_registration__message_needaction_counter
msgid "Number of messages requiring action"
msgstr "Nombre de messages nécessitant une action"
#. module: event
#: model:ir.model.fields,help:event.field_event_event__message_has_error_counter
#: model:ir.model.fields,help:event.field_event_registration__message_has_error_counter
msgid "Number of messages with delivery error"
msgstr "Nombre de messages avec des erreurs d'envoi"
#. module: event
#: model_terms:event.event,description:event.event_2
msgid "Objectives"
msgstr "Objectifs"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.event_report_full_page_ticket_layout
msgid "Odoo Community Days"
msgstr "Odoo Community Days"
#. module: event
#: model_terms:event.event,description:event.event_3
msgid "Once again we assembled the most legendary bands in Rock history."
msgstr ""
"Une fois de plus, nous avons réuni les groupes les plus légendaires de "
"l'histoire du rock."
#. module: event
#: model_terms:ir.ui.view,arch_db:event.event_question_view_list
#: model_terms:ir.ui.view,arch_db:event.view_event_form
#: model_terms:ir.ui.view,arch_db:event.view_event_type_form
msgid "Once per Order"
msgstr "Une fois par commande"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.event_question_view_search
msgid "Once per order"
msgstr "Une seule fois par commande"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_registration_search
msgid "Ongoing Events"
msgstr "Événements en cours"
#. module: event
#: model:event.tag,name:event.event_tag_category_3_tag_1
#: model_terms:ir.ui.view,arch_db:event.view_event_search
msgid "Online"
msgstr "En ligne"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_event_kanban
msgid "Online Event"
msgstr "Événement en ligne"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__event_url
msgid "Online Event URL"
msgstr "URL de l'événement en ligne"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.res_config_settings_view_form
msgid "Online Exhibitors"
msgstr "Exposants en ligne"
#. module: event
#: model:ir.model.fields,field_description:event.field_res_config_settings__module_website_event_sale
msgid "Online Ticketing"
msgstr "Billetterie en ligne"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_event_form
msgid "Online if not set"
msgstr "En ligne si non défini"
#. module: event
#. odoo-javascript
#: code:addons/event/static/src/js/tours/event_tour.js:0
msgid "Open date range picker.<br/>Pick a Start and End date for your event."
msgstr ""
"Ouvrir le sélecteur de page de dates.<br/>Choisissez une date de début et de "
"fin pour votre événement."
#. module: event
#: model_terms:event.event,description:event.event_0
msgid ""
"OpenElec Applications reserves the right to cancel, re-name or re-locate the "
"event or change the dates on which it is held."
msgstr ""
"OpenElec Applications se réserve le droit d'annuler, de renommer ou de "
"localiser l'événement ou de modifier les dates auxquelles il a lieu."
#. module: event
#: model:event.event,name:event.event_7
msgid "OpenWood Collection Online Reveal"
msgstr "Révélation en ligne de la collection OpenWood"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__organizer_id
#: model_terms:ir.ui.view,arch_db:event.view_registration_search
msgid "Organizer"
msgstr "Organisateur"
#. module: event
#: model:event.event,subtitle:event.event_7
msgid ""
"Our newest collection will be revealed online! Interact with us on our live "
"streams!"
msgstr ""
"Notre nouvelle collection sera révélée en ligne ! Interagissez avec nous "
"lors de nos live streams !"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_registration_search
msgid "Participant"
msgstr "Participant"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_registration_search
msgid "Partner"
msgstr "Partenaire"
#. module: event
#: model:event.question,title:event.event_question_phone
#: model:ir.model.fields,field_description:event.field_event_registration__phone
#: model:ir.model.fields.selection,name:event.selection__event_question__question_type__phone
msgid "Phone"
msgstr "Téléphone"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.attendee_list
msgid "Phone number"
msgstr "Numéro de téléphone"
#. module: event
#: model_terms:event.event,ticket_instructions:event.event_0
msgid ""
"Please come <b>at least</b> 30 minutes before the beginning of the event."
msgstr ""
"Veuillez vous présenter <b>au moins</b> 30 minutes avant le début de "
"l'événement."
#. module: event
#. odoo-python
#: code:addons/event/models/res_config_settings.py:0
msgid "Please enter a valid base64 secret"
msgstr "Veuillez saisir un secret base64 valide"
#. module: event
#. odoo-python
#: code:addons/event/models/event_event.py:0
msgid "Please enter a valid event URL."
msgstr "Veuillez saisir une URL d'événement valide."
#. module: event
#. odoo-javascript
#: code:addons/event/static/src/client_action/event_barcode.js:0
msgid "Please, Scan again!"
msgstr "Veuillez scanner à nouveau !"
#. module: event
#: model_terms:event.event,description:event.event_2
msgid "Point of Sale (POS), Introduction to report customization."
msgstr "Point de vente (PdV), introduction à la personnalisation de rapports."
#. module: event
#. odoo-javascript
#: code:addons/event/static/src/client_action/event_registration_summary_dialog.xml:0
msgid "Print"
msgstr "Imprimer"
#. module: event
#: model_terms:event.event,description:event.event_0
#: model_terms:event.event,description:event.event_2
msgid "Program"
msgstr "Programme"
#. module: event
#: model_terms:event.event,description:event.event_2
msgid "Project management, Human resources, Contract management."
msgstr "Gestion de projets, Ressources humaines, Gestion des contrats."
#. module: event
#: model:ir.model.fields,field_description:event.field_event_registration__registration_properties
#: model_terms:ir.ui.view,arch_db:event.view_registration_search
msgid "Properties"
msgstr "Propriétés"
#. module: event
#: model_terms:event.event,description:event.event_2
msgid "Purchase, Sales &amp; Purchase management, Financial accounting."
msgstr "Achats, Gestion des ventes & des achats, Comptabilité financière."
#. module: event
#: model_terms:ir.ui.view,arch_db:event.attendee_list
#: model_terms:ir.ui.view,arch_db:event.event_report_template_badge_card
#: model_terms:ir.ui.view,arch_db:event.event_report_template_foldable_badge
#: model_terms:ir.ui.view,arch_db:event.event_report_template_full_page_ticket
msgid "QR Code"
msgstr "Code QR"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_question_answer__question_id
#: model:ir.model.fields,field_description:event.field_event_registration_answer__question_id
#: model_terms:ir.ui.view,arch_db:event.event_question_view_form
#: model_terms:ir.ui.view,arch_db:event.view_event_form
msgid "Question"
msgstr "Question"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_question__question_type
#: model:ir.model.fields,field_description:event.field_event_registration_answer__question_type
msgid "Question Type"
msgstr "Type de question"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__question_ids
#: model:ir.model.fields,field_description:event.field_event_type__question_ids
#: model_terms:ir.ui.view,arch_db:event.view_event_form
#: model_terms:ir.ui.view,arch_db:event.view_event_registration_form
#: model_terms:ir.ui.view,arch_db:event.view_event_type_form
msgid "Questions"
msgstr "Questions"
#. module: event
#: model:ir.model.fields,field_description:event.field_res_config_settings__module_website_event_track_quiz
msgid "Quiz on Tracks"
msgstr "Quiz à propos des sessions"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__rating_ids
#: model:ir.model.fields,field_description:event.field_event_registration__rating_ids
msgid "Ratings"
msgstr "Évaluations"
#. module: event
#: model:ir.model.fields.selection,name:event.selection__event_event__kanban_state__done
msgid "Ready for Next Stage"
msgstr "Prêt pour l'étape suivante"
#. module: event
#. odoo-javascript
#: code:addons/event/static/src/js/tours/event_tour.js:0
msgid "Ready to <b>organize events</b> in a few minutes? Let's get started!"
msgstr ""
"Prêt à <b>organiser des événements</b> en quelques minutes ? Commençons !"
#. module: event
#: model:ir.model.fields.selection,name:event.selection__event_registration__state__open
#: model_terms:ir.ui.view,arch_db:event.view_event_registration_form
#: model_terms:ir.ui.view,arch_db:event.view_event_registration_tree
#: model_terms:ir.ui.view,arch_db:event.view_registration_search
msgid "Registered"
msgstr "Inscrit"
#. module: event
#. odoo-python
#: code:addons/event/models/event_ticket.py:0
#: code:addons/event/models/event_type_ticket.py:0
#: model:ir.model.fields,field_description:event.field_event_registration_answer__registration_id
#: model_terms:ir.ui.view,arch_db:event.event_event_ticket_view_tree_from_event
#: model_terms:ir.ui.view,arch_db:event.res_config_settings_view_form
#: model_terms:ir.ui.view,arch_db:event.view_event_registration_form
#: model_terms:ir.ui.view,arch_db:event.view_event_registration_graph
#: model_terms:ir.ui.view,arch_db:event.view_event_registration_pivot
#: model_terms:ir.ui.view,arch_db:event.view_event_registration_tree
msgid "Registration"
msgstr "Inscription"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_event_registration_form
#: model_terms:ir.ui.view,arch_db:event.view_event_registration_tree
#: model_terms:ir.ui.view,arch_db:event.view_registration_search
msgid "Registration Date"
msgstr "Date d'inscription"
#. module: event
#: model:ir.ui.menu,name:event.menu_event_registration_desk
#: model:res.groups,name:event.group_event_registration_desk
#: model_terms:ir.ui.view,arch_db:event.view_event_form
msgid "Registration Desk"
msgstr "Bureau d'inscription"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_event_ticket__end_sale_datetime
msgid "Registration End"
msgstr "Fin de l'inscription"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_registration_search
msgid "Registration ID"
msgstr "ID Inscription"
#. module: event
#: model:ir.model,name:event.model_event_mail_registration
msgid "Registration Mail Scheduler"
msgstr "Planificateur d'e-mail d'inscription"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_event_mail_form
msgid "Registration Mails"
msgstr "Mails à l'inscription"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__registration_properties_definition
msgid "Registration Properties"
msgstr "Propriétés de l'inscription"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_event_ticket__start_sale_datetime
msgid "Registration Start"
msgstr "Début de l'inscription"
#. module: event
#. odoo-python
#: code:addons/event/models/event_ticket.py:0
msgid "Registration for %s"
msgstr "Inscription pour %s"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_event_mail_form
msgid "Registration mail"
msgstr "E-mail d'inscription"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__event_registrations_open
msgid "Registration open"
msgstr "Inscription ouverte"
#. module: event
#: model:ir.actions.act_window,name:event.event_registration_action_stats_from_event
msgid "Registration statistics"
msgstr "Statistiques sur les inscriptions"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_event_ticket__registration_ids
msgid "Registrations"
msgstr "Inscriptions"
#. module: event
#: model:ir.model.fields,help:event.field_event_event__event_registrations_open
msgid ""
"Registrations are open if:\n"
"- the event is not ended or not cancelled\n"
"- there are seats available on event\n"
"- the tickets are sellable (if ticketing is used)"
msgstr ""
"Les inscriptions sont ouvertes si :\n"
"- lévénement nest pas terminé ou annulé\n"
"- des places sont disponibles\n"
"- les tickets sont vendables (si la billetterie est utilisée)"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__event_registrations_started
msgid "Registrations started"
msgstr "Les inscriptions ont commencé"
#. module: event
#. odoo-python
#: code:addons/event/models/event_mail.py:0
msgid "Rendering of template failed with error: %(error)s."
msgstr "Le rendu du modèle a échoué avec l'erreur : %(error)s."
#. module: event
#: model:ir.ui.menu,name:event.menu_reporting_events
msgid "Reporting"
msgstr "Analyse"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_event_ticket__seats_reserved
msgid "Reserved Seats"
msgstr "Places réservées"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__user_id
#: model_terms:ir.ui.view,arch_db:event.view_event_search
#: model_terms:ir.ui.view,arch_db:event.view_registration_search
msgid "Responsible"
msgstr "Responsable"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__activity_user_id
#: model:ir.model.fields,field_description:event.field_event_registration__activity_user_id
msgid "Responsible User"
msgstr "Utilisateur responsable"
#. module: event
#: model:ir.actions.report,name:event.action_report_event_registration_responsive_html_ticket
msgid "Responsive Html Full Page Ticket"
msgstr "HTML réactif ticket pleine page"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.event_question_view_search
msgid "Reusable"
msgstr "Réutilisable"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.event_report_template_formatted_event_address
msgid "Rue de la Paix 123"
msgstr "Rue de la Paix 123"
#. module: event
#: model:ir.model.fields.selection,name:event.selection__event_mail__mail_state__running
msgid "Running"
msgstr "En cours"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__message_has_sms_error
#: model:ir.model.fields,field_description:event.field_event_registration__message_has_sms_error
msgid "SMS Delivery error"
msgstr "Erreur d'envoi SMS"
#. module: event
#. odoo-javascript
#: code:addons/event/static/src/client_action/event_barcode.xml:0
msgid "Scan or Tap"
msgstr "Scanner ou toucher"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.res_config_settings_view_form
msgid "Schedule & Tracks"
msgstr "Programme & Sessions"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_mail__scheduled_date
#: model:ir.model.fields,field_description:event.field_event_mail_slot__scheduled_date
msgid "Schedule Date"
msgstr "Date planifiée"
#. module: event
#: model_terms:ir.actions.act_window,help:event.action_event_view
msgid ""
"Schedule and organize your events: handle registrations, send automated "
"confirmation emails, sell tickets, etc."
msgstr ""
"Programmez et organisez vos événements : gérez les inscriptions, envoyez des "
"e-mails de confirmation automatisés, vendez des tickets, etc."
#. module: event
#: model:ir.model.fields.selection,name:event.selection__event_mail__mail_state__scheduled
msgid "Scheduled"
msgstr "Planifié"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_mail_registration__scheduled_date
msgid "Scheduled Time"
msgstr "Heure prévue"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_registration__mail_registration_ids
msgid "Scheduler Emails"
msgstr "Planificateur d'e-mails"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.event_question_view_search
msgid "Search Event Question"
msgstr "Rechercher une question dévénement"
#. module: event
#: model_terms:event.event,description:event.event_5
msgid "Seasoned Hockey Fans and curious people, this tournament is for you!"
msgstr "Amateurs de hockey aguerris et curieux, ce tournoi est pour vous !"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.res_config_settings_view_form
msgid "Secret"
msgstr "Secret"
#. module: event
#. odoo-javascript
#: code:addons/event/static/src/client_action/event_barcode.xml:0
msgid "Select Attendee"
msgstr "Sélectionnez un participant"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.event_registration_answer_view_tree
msgid "Selected answer"
msgstr "Réponse sélectionnée"
#. module: event
#: model:ir.model.fields.selection,name:event.selection__event_question__question_type__simple_choice
msgid "Selection"
msgstr "Sélection"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.res_config_settings_view_form
msgid "Sell tickets on your website"
msgstr "Vendre des tickets sur votre site web"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.res_config_settings_view_form
msgid "Sell tickets with Point of Sale"
msgstr "Vendre des tickets avec Point de Vente"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.res_config_settings_view_form
msgid "Sell tickets with sales orders"
msgstr "Vendre des tickets avec des commandes clients"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_mail__notification_type
#: model:ir.model.fields,field_description:event.field_event_type_mail__notification_type
msgid "Send"
msgstr "Envoyer"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_event_registration_form
msgid "Send by Email"
msgstr "Envoyer par e-mail"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_mail__mail_done
#: model:ir.model.fields,field_description:event.field_event_mail_slot__mail_done
#: model:ir.model.fields.selection,name:event.selection__event_mail__mail_state__sent
#: model_terms:ir.ui.view,arch_db:event.view_event_mail_form
msgid "Sent"
msgstr "Envoyé"
#. module: event
#: model:mail.template,description:event.event_reminder
msgid ""
"Sent automatically to attendees if there is a reminder defined on the event"
msgstr ""
"Envoyé automatiquement aux participants si un rappel est défini pour "
"l'événement"
#. module: event
#: model:mail.template,description:event.event_registration_mail_template_badge
msgid "Sent automatically to someone after they registered to an event"
msgstr ""
"Envoyé automatiquement à une personne après son inscription à un événement"
#. module: event
#: model:mail.template,description:event.event_subscription
msgid "Sent to attendees after registering to an event"
msgstr "Envoyé aux participants après qu'ils se sont inscrits à un événement"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_event_ticket__sequence
#: model:ir.model.fields,field_description:event.field_event_question__sequence
#: model:ir.model.fields,field_description:event.field_event_question_answer__sequence
#: model:ir.model.fields,field_description:event.field_event_stage__sequence
#: model:ir.model.fields,field_description:event.field_event_tag__sequence
#: model:ir.model.fields,field_description:event.field_event_tag_category__sequence
#: model:ir.model.fields,field_description:event.field_event_type__sequence
#: model:ir.model.fields,field_description:event.field_event_type_ticket__sequence
msgid "Sequence"
msgstr "Séquence"
#. module: event
#: model:ir.actions.act_window,name:event.action_event_configuration
#: model:ir.ui.menu,name:event.menu_event_global_settings
msgid "Settings"
msgstr "Paramètres"
#. module: event
#: model:res.partner,website_short_description:event.res_partner_event_4
msgid ""
"Shangai Pterocarpus Furniture brings honesty and seriousness to wood "
"industry while helping customers deal with trees, flowers and fungi."
msgstr ""
"Shangai Pterocarpus Furniture apporte honnêteté et sérieux à industrie du "
"bois tout en aidant les clients à gérer les arbres, les fleurs et les "
"champignons."
#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_event_search
#: model_terms:ir.ui.view,arch_db:event.view_registration_search
msgid "Show all records whose next activity date is past"
msgstr ""
"Afficher tous les enregistrements dont la date de la prochaine activité est "
"dépassée"
#. module: event
#. odoo-javascript
#: code:addons/event/static/src/client_action/event_registration_summary_dialog.xml:0
#: model:ir.model.fields,field_description:event.field_event_mail_slot__event_slot_id
#: model:ir.model.fields,field_description:event.field_event_registration__event_slot_id
#: model_terms:ir.ui.view,arch_db:event.view_registration_search
msgid "Slot"
msgstr "Créneau"
#. module: event
#: model:ir.model,name:event.model_event_mail_slot
msgid "Slot Mail Scheduler"
msgstr "Planificateur d'e-mails créneau"
#. module: event
#. odoo-python
#: code:addons/event/models/event_registration.py:0
msgid "Slot choice is mandatory on multi-slots events."
msgstr ""
"Le choix du créneau est obligatoire pour les événements à créneaux multiples."
#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_event_form
msgid "Slot(s)"
msgstr "Créneau(x)"
#. module: event
#: model:ir.model.fields,help:event.field_event_mail__mail_slot_ids
msgid "Slot-based communication"
msgstr "Communication basée sur le créneau"
#. module: event
#. odoo-python
#: code:addons/event/models/event_event.py:0
#: model:ir.actions.act_window,name:event.event_slot_action_from_event
#: model:ir.model.fields,field_description:event.field_event_event__event_slot_ids
#: model_terms:ir.ui.view,arch_db:event.view_event_slot_calendar
#: model_terms:ir.ui.view,arch_db:event.view_event_slot_tree
msgid "Slots"
msgstr "Créneaux"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__event_slot_count
msgid "Slots Count"
msgstr "Nombre de créneaux"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__event_registrations_sold_out
#: model:ir.model.fields,field_description:event.field_event_event_ticket__is_sold_out
#: model:ir.model.fields,field_description:event.field_event_slot__is_sold_out
msgid "Sold Out"
msgstr "Complet"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_registration__utm_source_id
#: model_terms:ir.ui.view,arch_db:event.view_registration_search
msgid "Source"
msgstr "Source"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__specific_question_ids
msgid "Specific Questions"
msgstr "Questions spécifiques"
#. module: event
#: model:event.tag,name:event.event_tag_category_2_tag_3
#: model:event.type,name:event.event_type_2
msgid "Sport"
msgstr "Sport"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__stage_id
#: model_terms:ir.ui.view,arch_db:event.view_event_search
msgid "Stage"
msgstr "Étape"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_stage__name
msgid "Stage Name"
msgstr "Nom de l'étape"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_stage__description
msgid "Stage description"
msgstr "Description de l'étape"
#. module: event
#: model:event.event.ticket,name:event.event_0_ticket_1
#: model:event.event.ticket,name:event.event_2_ticket_1
#: model:event.event.ticket,name:event.event_3_ticket_0
#: model:event.event.ticket,name:event.event_7_ticket_1
msgid "Standard"
msgstr "Standard"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__date_begin
#: model_terms:ir.ui.view,arch_db:event.view_event_search
msgid "Start Date"
msgstr "Date de début"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_slot__start_datetime
msgid "Start Datetime"
msgstr "Date de début"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__start_sale_datetime
msgid "Start sale date"
msgstr "Date de début de vente"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_slot__start_hour
msgid "Starting Hour"
msgstr "Heure de début"
#. module: event
#: model:ir.model.fields,field_description:event.field_res_partner__static_map_url
#: model:ir.model.fields,field_description:event.field_res_users__static_map_url
msgid "Static Map Url"
msgstr "URL Map statique"
#. module: event
#: model:ir.model.fields,field_description:event.field_res_partner__static_map_url_is_valid
#: model:ir.model.fields,field_description:event.field_res_users__static_map_url_is_valid
msgid "Static Map Url Is Valid"
msgstr "URL Map statique est valide"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.event_question_view_list
#: model_terms:ir.ui.view,arch_db:event.view_event_form
msgid "Stats"
msgstr "Stats"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_registration__state
#: model_terms:ir.ui.view,arch_db:event.view_registration_search
msgid "Status"
msgstr "Statut"
#. module: event
#: model:ir.model.fields,help:event.field_event_event__activity_state
#: model:ir.model.fields,help:event.field_event_registration__activity_state
msgid ""
"Status based on activities\n"
"Overdue: Due date is already passed\n"
"Today: Activity date is today\n"
"Planned: Future activities."
msgstr ""
"Statut basé sur les activités\n"
"En retard : la date d'échéance est déjà dépassée\n"
"Aujourd'hui : la date d'activité est aujourd'hui\n"
"Planifiée : activités futures"
#. module: event
#. odoo-javascript
#: code:addons/event/static/src/client_action/event_registration_summary_dialog.xml:0
msgid "Successfully registered!"
msgstr "Inscription réalisée avec succès !"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_registration_answer__value_answer_id
msgid "Suggested answer"
msgstr "Réponse suggérée"
#. module: event
#: model:ir.model.fields,help:event.field_event_tag__color
msgid ""
"Tag color. No color means no display in kanban or front-end, to distinguish "
"internal tags from public categorization tags."
msgstr ""
"Couleur de l'étiquette. Aucune couleur signifie aucun affichage dans le "
"kanban ou le frontend, pour distinguer les étiquettes internes des "
"étiquettes de catégorisation publiques."
#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__tag_ids
#: model:ir.model.fields,field_description:event.field_event_tag_category__tag_ids
#: model:ir.model.fields,field_description:event.field_event_type__tag_ids
#: model_terms:ir.ui.view,arch_db:event.event_tag_category_view_form
msgid "Tags"
msgstr "Étiquettes"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_registration_search
msgid "Taken"
msgstr "Occupé"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_event_ticket__seats_taken
msgid "Taken Seats"
msgstr "Sièges occupés"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__event_type_id
#: model:ir.model.fields,field_description:event.field_event_mail__template_ref
#: model:ir.model.fields,field_description:event.field_event_type_mail__template_ref
#: model_terms:ir.ui.view,arch_db:event.view_event_form
#: model_terms:ir.ui.view,arch_db:event.view_event_search
msgid "Template"
msgstr "Modèle"
#. module: event
#: model:ir.model.fields.selection,name:event.selection__event_question__question_type__text_box
msgid "Text Input"
msgstr "Saisie de texte"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_registration_answer__value_text_box
msgid "Text answer"
msgstr "Réponse texte"
#. module: event
#: model:event.event,subtitle:event.event_1
msgid ""
"The Great Reno Balloon Race is the world's largest free hot-air ballooning "
"event."
msgstr ""
"La Great Reno Balloon Race est le plus grand événement de montgolfière "
"gratuit au monde."
#. module: event
#: model_terms:event.event,description:event.event_5
msgid ""
"The best Hockey teams of the country will compete for the national Hockey "
"trophy."
msgstr ""
"Les meilleures équipes de hockey du pays concourront pour le trophée "
"national de hockey."
#. module: event
#: model_terms:event.event,description:event.event_1
msgid ""
"The best aeronauts of the world will gather on this event to offer you the "
"most spectacular show."
msgstr ""
"Les meilleurs aéronautes du monde se réuniront sur cet événement pour vous "
"offrir le spectacle le plus spectaculaire."
#. module: event
#. odoo-python
#: code:addons/event/models/event_event.py:0
msgid "The closing date cannot be earlier than the beginning date."
msgstr "La date de fin ne peut pas être antérieure à la date de début."
#. module: event
#: model:event.stage,description:event.event_stage_announced
msgid "The event has been publicly announced"
msgstr "Cet événement a été annoncé publiquement"
#. module: event
#: model:ir.model.fields,help:event.field_event_event__event_registrations_sold_out
msgid ""
"The event is sold out if no more seats are available on event. If ticketing "
"is used and all tickets are sold out, the event will be sold out."
msgstr ""
"L'événement est complet s'il n'y a plus de places disponibles sur "
"l'événement. Si la billetterie est utilisée et que tous les tickets sont "
"épuisés, l'événement affichera complet."
#. module: event
#: model_terms:event.event,description:event.event_7
msgid ""
"The finest OpenWood furnitures are coming to your house in a brand new "
"collection"
msgstr ""
"Les meilleurs meubles OpenWood pour votre maison dans une toute nouvelle "
"collection"
#. module: event
#. odoo-python
#: code:addons/event/models/event_slot.py:0
msgid ""
"The following slots cannot be deleted while they have one or more "
"registrations linked to them:\n"
"- %s"
msgstr ""
"Les créneaux suivants ne peuvent pas être supprimés car ils ont une ou "
"plusieurs inscriptions associées :\n"
"- %s"
#. module: event
#. odoo-python
#: code:addons/event/models/event_ticket.py:0
msgid ""
"The following tickets cannot be deleted while they have one or more "
"registrations linked to them:\n"
"- %s"
msgstr ""
"Les tickets suivants ne peuvent pas être supprimés tant qu'ils sont associés "
"à une ou plusieurs inscriptions :\n"
"- %s"
#. module: event
#. odoo-python
#: code:addons/event/models/event_ticket.py:0
msgid ""
"The limit per order cannot be greater than %(limit_orderable)s. Please check "
"ticket %(ticket_name)s"
msgstr ""
"La limite par commande ne peut pas dépasser %(limit_orderable)s. Veuillez "
"vérifier le ticket %(ticket_name)s"
#. module: event
#. odoo-python
#: code:addons/event/models/event_ticket.py:0
msgid ""
"The limit per order cannot be greater than the maximum seats number. Please "
"check ticket %(ticket_name)s"
msgstr ""
"La limite par commande ne peut pas dépasser le nombre maximum de places. "
"Veuillez vérifier le ticket %(ticket_name)s"
#. module: event
#. odoo-python
#: code:addons/event/models/event_ticket.py:0
msgid ""
"The limit per order must be positive. Please check ticket %(ticket_name)s"
msgstr ""
"La limite par commande doit être positive. Veuillez vérifier le ticket %"
"(ticket_name)s"
#. module: event
#: model_terms:event.event,description:event.event_1
msgid "The safety of our attendees and our aeronauts comes first!"
msgstr "La sécurité de nos participants et nos aéronautes avant tout !"
#. module: event
#. odoo-python
#: code:addons/event/models/event_ticket.py:0
msgid ""
"The stop date cannot be earlier than the start date. Please check ticket %"
"(ticket_name)s"
msgstr ""
"La date de fin ne peut pas être antérieure à la date de début. Veuillez "
"vérifier le ticket %(ticket_name)s"
#. module: event
#. odoo-python
#: code:addons/event/models/event_event.py:0
msgid ""
"There are more registrations than this limit, the event will be sold out and "
"the extra registrations will remain."
msgstr ""
"Si le nombre d'inscriptions dépasse cette limite, l'événement sera complet "
"et les inscriptions supplémentaires resteront en attente."
#. module: event
#. odoo-python
#: code:addons/event/models/event_event.py:0
msgid ""
"There are not enough seats available for %(event_name)s:\n"
"%(sold_out_info)s"
msgstr ""
"Il ny a pas assez de places disponibles pour %(event_name)s :\n"
"%(sold_out_info)s"
#. module: event
#. odoo-python
#: code:addons/event/models/event_mail.py:0
msgid ""
"There is an issue with dynamic placeholder. Actual error received is: %"
"(error)s."
msgstr ""
"Un problème est survenu avec le placeholder dynamique. L'erreur reçue est : %"
"(error)s."
#. module: event
#: model:ir.model.constraint,message:event.constraint_event_registration_answer_value_check
msgid "There must be a suggested value or a text value."
msgstr "Il doit y avoir une valeur suggérée ou une valeur de texte."
#. module: event
#. odoo-python
#: code:addons/event/models/event_event.py:0
msgid ""
"These events cannot have slots scheduled outside of their time range:\n"
"%(event_names)s"
msgstr ""
"Ces événements ne peuvent pas avoir de créneaux planifiés en dehors de leur "
"plage horaire :\n"
"%(event_names)s"
#. module: event
#: model_terms:event.event,description:event.event_0
msgid ""
"This event is also an opportunity to showcase our partners' case studies, "
"methodology or developments. Be there and see directly from the source the "
"features of the version 12!"
msgstr ""
"Cet événement est également l'occasion de présenter les études de cas, la "
"méthodologie ou les développements de nos partenaires. Soyez là et "
"découvrez, à la source, les fonctionnalités de la version 12 !"
#. module: event
#: model_terms:event.event,description:event.event_7
msgid ""
"This event is fully online and FREE, if you have paid for tickets, you "
"should get a refund.<br>\n"
" It will require a good Internet connection to get the best video "
"quality."
msgstr ""
"Cet événement est entièrement en ligne et GRATUIT, si vous avez payé des "
"tickets, vous devriez obtenir un remboursement.<br>\n"
" Il faudra une bonne connexion internet pour obtenir la meilleure "
"qualité vidéo."
#. module: event
#: model:ir.model.fields,help:event.field_event_event__ticket_instructions
#: model:ir.model.fields,help:event.field_event_type__ticket_instructions
msgid "This information will be printed on your tickets."
msgstr "Cette information sera imprimée sur vos tickets."
#. module: event
#. odoo-python
#: code:addons/event/models/event_mail.py:0
msgid "This is due to an error in template %(template_link)s."
msgstr "Cela est dû à une erreur dans le modèle %(template_link)s."
#. module: event
#. odoo-javascript
#: code:addons/event/static/src/js/tours/event_tour.js:0
msgid "This is the <b>name</b> your guests will see when registering."
msgstr "C'est le <b>nom</b> que vos invités verront lors de leur inscription."
#. module: event
#: model_terms:event.event,description:event.event_1
msgid ""
"This is the perfect place for spending a nice day with your family, we "
"guarantee you will be leaving with beautiful everlasting memories!"
msgstr ""
"C'est l'endroit idéal pour passer une chouette journée en famille. Nous "
"garantissons que vous partirez avec tout plein de magnifiques souvenirs !"
#. module: event
#: model_terms:event.event,description:event.event_3
msgid ""
"This is the perfect place for spending a nice time with your friends while "
"listening to some of the most iconic rock songs of all times!"
msgstr ""
"C'est l'endroit idéal pour passer un chouette moment avec vos amis tout en "
"écoutant les chansons rock les plus iconiques de tous les temps !"
#. module: event
#. odoo-python
#: code:addons/event/models/event_mail.py:0
msgid "This may be linked to template %(template_link)s."
msgstr "Cela peut être lié au modèle %(template_link)s."
#. module: event
#: model_terms:ir.ui.view,arch_db:event.event_question_view_form
msgid "This question is used by"
msgstr "Cette question est utilisée par"
#. module: event
#. odoo-javascript
#: code:addons/event/static/src/client_action/event_registration_summary_dialog.xml:0
msgid "This ticket is for another event!"
msgstr "Ce ticket est pour un autre événement !"
#. module: event
#. odoo-javascript
#: code:addons/event/static/src/client_action/event_registration_summary_dialog.xml:0
msgid "This ticket is not for an ongoing event"
msgstr "Ce ticket n'est pas pour un événement en cours"
#. module: event
#. odoo-python
#: code:addons/event/controllers/main.py:0
#: model_terms:ir.ui.view,arch_db:event.event_event_ticket_view_form_from_event
#: model_terms:ir.ui.view,arch_db:event.view_registration_search
msgid "Ticket"
msgstr "Ticket"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__ticket_instructions
#: model:ir.model.fields,field_description:event.field_event_type__ticket_instructions
#: model_terms:ir.ui.view,arch_db:event.view_event_form
#: model_terms:ir.ui.view,arch_db:event.view_event_type_form
msgid "Ticket Instructions"
msgstr "Instructions sur le ticket"
#. module: event
#. odoo-javascript
#: code:addons/event/static/src/client_action/event_registration_summary_dialog.xml:0
#: model:ir.model.fields,field_description:event.field_event_registration__event_ticket_id
#: model_terms:ir.ui.view,arch_db:event.event_event_ticket_form_view
#: model_terms:ir.ui.view,arch_db:event.view_registration_search
msgid "Ticket Type"
msgstr "Type de tickets"
#. module: event
#. odoo-javascript
#: code:addons/event/static/src/client_action/event_registration_summary_dialog.xml:0
msgid "Ticket already scanned!"
msgstr "Ce ticket est déjà scanné !"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.attendee_list
msgid "Ticket type"
msgstr "Type de tickets"
#. module: event
#. odoo-javascript
#: code:addons/event/static/src/js/tours/event_tour.js:0
msgid ""
"Ticket types allow you to distinguish your attendees. Let's <b>create</b> a "
"new one."
msgstr ""
"Les types de tickets vous permettent de distinguer vos participants. "
"<b>Créons-en</b> un nouveau."
#. module: event
#. odoo-javascript
#: code:addons/event/static/src/client_action/event_registration_summary_dialog.xml:0
msgid "Ticket was first scanned on"
msgstr "Le ticket a été scanné pour la première fois le"
#. module: event
#. odoo-python
#: code:addons/event/controllers/main.py:0
#: model:ir.model.fields,field_description:event.field_event_type__event_type_ticket_ids
#: model_terms:ir.ui.view,arch_db:event.event_event_ticket_view_tree_from_event
#: model_terms:ir.ui.view,arch_db:event.view_event_form
#: model_terms:ir.ui.view,arch_db:event.view_event_type_form
msgid "Tickets"
msgstr "Tickets"
#. module: event
#: model_terms:event.event,ticket_instructions:event.event_0
msgid "Tickets can be printed or scanned directly from your phone."
msgstr ""
"Les tickets peuvent être imprimés ou scannés directement depuis votre "
"téléphone."
#. module: event
#: model:ir.model.fields,field_description:event.field_res_config_settings__module_pos_event
msgid "Tickets with PoS"
msgstr "Tickets avec PdV"
#. module: event
#: model:ir.model.fields,field_description:event.field_res_config_settings__module_event_sale
msgid "Tickets with Sale"
msgstr "Tickets avec Ventes"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_type__default_timezone
#: model_terms:ir.ui.view,arch_db:event.view_event_slot_form
#: model_terms:ir.ui.view,arch_db:event.view_event_slot_multi_create_form
msgid "Timezone"
msgstr "Fuseau horaire"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_question__title
msgid "Title"
msgstr "Titre"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_event_slot_tree
msgid "To"
msgstr "Vers"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_event_search
#: model_terms:ir.ui.view,arch_db:event.view_registration_search
msgid "Today Activities"
msgstr "Activités du jour"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.event_event_ticket_view_tree_from_event
#: model_terms:ir.ui.view,arch_db:event.view_event_tree
msgid "Total"
msgstr "Total"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_event_tree
msgid "Total Attendees"
msgstr "Total des participants"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.event_event_ticket_view_tree_from_event
msgid "Total Registration"
msgstr "Total des inscriptions"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_event_form
msgid "Total Registrations for this Event"
msgstr "Total des inscriptions pour cet événement"
#. module: event
#: model:ir.model.fields,field_description:event.field_res_config_settings__module_website_event_track
msgid "Tracks and Agenda"
msgstr "Sessions et Agenda"
#. module: event
#: model:event.type,name:event.event_type_1
msgid "Training"
msgstr "Formation"
#. module: event
#: model:res.partner,website_short_description:event.res_partner_event_3
msgid ""
"Tree Dealers brings honesty and seriousness to wood industry while helping "
"customers deal with trees, flowers and fungi."
msgstr ""
"Tree Dealers apporte honnêteté et sérieux à l'industrie du bois tout en "
"aidant les clients à gérer les arbres, les fleurs et les champignons."
#. module: event
#: model:ir.model.fields,field_description:event.field_event_type_mail__interval_type
msgid "Trigger"
msgstr "Déclencher"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_mail__interval_type
msgid "Trigger "
msgstr "Déclencheur "
#. module: event
#: model:event.tag.category,name:event.event_tag_category_3
#: model_terms:ir.ui.view,arch_db:event.event_question_view_list
#: model_terms:ir.ui.view,arch_db:event.view_event_form
#: model_terms:ir.ui.view,arch_db:event.view_event_registration_form
msgid "Type"
msgstr "Type"
#. module: event
#: model:ir.model.fields,help:event.field_event_event__activity_exception_decoration
#: model:ir.model.fields,help:event.field_event_registration__activity_exception_decoration
msgid "Type of the exception activity on record."
msgstr "Type d'activité d'exception enregistrée."
#. module: event
#: model:ir.model.fields.selection,name:event.selection__event_registration__state__draft
#: model_terms:ir.ui.view,arch_db:event.view_registration_search
msgid "Unconfirmed"
msgstr "Non confirmé"
#. module: event
#: model:ir.model.fields,help:event.field_event_registration__state
msgid ""
"Unconfirmed: registrations in a pending state waiting for an action "
"(specific case, notably with sale status)\n"
"Registered: registrations considered taken by a client\n"
"Attended: registrations for which the attendee attended the event\n"
"Cancelled: registrations cancelled manually"
msgstr ""
"Non confirmé : les inscriptions en attente d'une action (cas spécifique, "
"notamment avec le statut de vente)\n"
"Inscrit : les inscriptions prises par un client\n"
"Présent : les inscription pour lesquelles le participant a assisté à "
"l'événement\n"
"Annulé : les inscriptions annulées manuellement"
#. module: event
#: model_terms:ir.actions.act_window,help:event.action_event_mail
msgid ""
"Under this technical menu you will find all scheduled communication related "
"to your events."
msgstr ""
"Sous ce menu technique, vous trouverez toutes les communications programmées "
"liées à vos événements."
#. module: event
#: model_terms:event.event,description:event.event_2
msgid "Understand the various modules;"
msgstr "Comprendre les modèles variés ;"
#. module: event
#. odoo-javascript
#: code:addons/event/static/src/client_action/event_registration_summary_dialog.xml:0
msgid "Undo"
msgstr "Annuler"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_mail__interval_unit
#: model:ir.model.fields,field_description:event.field_event_type_mail__interval_unit
msgid "Unit"
msgstr "Unité"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_event_slot_tree
msgid "Until"
msgstr "Jusqu'au"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_event_search
msgid "Upcoming events from today"
msgstr "Événements futurs à partir d'aujourd'hui"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_event_search
msgid "Upcoming/Running"
msgstr "À venir/En cours"
#. module: event
#. odoo-python
#: code:addons/event/models/event_event.py:0
msgid "Update the limit of registrations?"
msgstr "Mettre à jour la limite des inscriptions ?"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__use_barcode
msgid "Use Barcode"
msgstr "Utiliser code-barres"
#. module: event
#: model:ir.model.fields,field_description:event.field_res_config_settings__use_event_barcode
msgid "Use Event Barcode"
msgstr "Utiliser code-barres événement"
#. module: event
#: model_terms:ir.actions.act_window,help:event.event_tag_category_action_tree
msgid "Use Event Tag Categories to classify and organize your event tags."
msgstr ""
"Utilisez les catégories d'étiquettes d'événement pour classer et organiser "
"vos étiquettes d'événement."
#. module: event
#. odoo-javascript
#: code:addons/event/static/src/js/tours/event_tour.js:0
msgid "Use the <b>breadcrumbs</b> to go back to your kanban overview."
msgstr ""
"Utilisez le <b>chemin de navigation</b> pour revenir à l'aperçu Kanban."
#. module: event
#: model:ir.model.fields,field_description:event.field_event_event_ticket__seats_used
msgid "Used Seats"
msgstr "Places utilisées"
#. module: event
#: model:res.groups,name:event.group_event_user
msgid "User"
msgstr "Utilisateur"
#. module: event
#: model:event.event.ticket,name:event.event_0_ticket_2
#: model:event.event.ticket,name:event.event_2_ticket_2
#: model:event.event.ticket,name:event.event_3_ticket_1
#: model:event.event.ticket,name:event.event_7_ticket_2
msgid "VIP"
msgstr "VIP"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__address_id
#: model_terms:ir.ui.view,arch_db:event.view_event_search
msgid "Venue"
msgstr "Lieu"
#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__address_inline
msgid "Venue (formatted for one line uses)"
msgstr "Lieu (formaté pour une ligne)"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_event_form
msgid "Visible to all"
msgstr "Visible pour tous"
#. module: event
#: model_terms:ir.actions.act_window,help:event.act_event_registration_from_event
#: model_terms:ir.actions.act_window,help:event.event_registration_action
#: model_terms:ir.actions.act_window,help:event.event_registration_action_kanban
msgid ""
"Wait until Attendees register to your Event or create their registrations "
"manually."
msgstr ""
"Attendez que les participants s'inscrivent à votre événement ou créez leurs "
"inscriptions manuellement."
#. module: event
#: model_terms:event.event,description:event.event_2
msgid "Warehouse management, Manufacturing (MRP) &amp; Sales, Import/Export."
msgstr "Gestion de l'entrepôt, Fabrication (MRP) &amp; Ventes, Import/Export."
#. module: event
#: model_terms:event.event,description:event.event_1
#: model_terms:event.event,description:event.event_3
#: model_terms:event.event,description:event.event_5
msgid ""
"We reserve the right to cancel, re-name or re-locate the event or change the "
"dates on which it is held in case the weather fails us."
msgstr ""
"Nous nous réservons le droit d'annuler, de renommer ou de déplacer "
"l'événement ou de modifier les dates auxquelles il a lieu en cas de mauvais "
"temps."
#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__website_message_ids
#: model:ir.model.fields,field_description:event.field_event_registration__website_message_ids
msgid "Website Messages"
msgstr "Messages du site web"
#. module: event
#: model:ir.model.fields,help:event.field_event_event__website_message_ids
#: model:ir.model.fields,help:event.field_event_registration__website_message_ids
msgid "Website communication history"
msgstr "Historique de communication du site web"
#. module: event
#: model:ir.model.fields.selection,name:event.selection__event_mail__interval_unit__weeks
#: model:ir.model.fields.selection,name:event.selection__event_type_mail__interval_unit__weeks
msgid "Weeks"
msgstr "Semaines"
#. module: event
#: model_terms:event.event,description:event.event_0
msgid "What's new?"
msgstr "Quoi de neuf ?"
#. module: event
#: model:ir.model.fields,help:event.field_event_event__date_begin
msgid ""
"When the event is scheduled to take place (expressed in your local timezone "
"on the form view)."
msgstr ""
"Le moment auquel l'événement est prévu (selon votre fuseau horaire local "
"dans la vue formulaire)."
#. module: event
#: model:ir.model.fields,help:event.field_event_event__is_ongoing
msgid "Whether event has begun"
msgstr "Si l'événement a commencé"
#. module: event
#: model:ir.model.fields,help:event.field_event_event_ticket__sale_available
msgid "Whether it is possible to sell these tickets"
msgstr "S'il est possible de vendre ces tickets"
#. module: event
#: model:ir.model.fields,help:event.field_event_event_ticket__is_sold_out
msgid "Whether seats are not available for this ticket."
msgstr "S'il n'y a pas de places disponibles pour ce ticket."
#. module: event
#: model:ir.model.fields,help:event.field_event_slot__is_sold_out
msgid "Whether seats are sold out for this slot."
msgstr "Indique si les places pour ce créneau sont complètes."
#. module: event
#: model:event.event.ticket,description:event.event_0_ticket_2
msgid "You are truly among the best."
msgstr "Vous êtes vraiment parmi les meilleurs."
#. module: event
#. odoo-python
#: code:addons/event/models/event_question.py:0
msgid ""
"You cannot change the question type of a question that already has answers!"
msgstr ""
"Vous ne pouvez pas modifier le type de question d'une question qui a déjà "
"des réponses !"
#. module: event
#. odoo-python
#: code:addons/event/models/event_question.py:0
msgid "You cannot delete a default question."
msgstr "Vous ne pouvez pas supprimer une question par défaut."
#. module: event
#. odoo-python
#: code:addons/event/models/event_question.py:0
msgid ""
"You cannot delete a question that has already been answered by attendees. "
"You can archive it instead."
msgstr ""
"Vous ne pouvez pas supprimer une question qui a déjà reçu des réponses de "
"participants. Vous pouvez larchiver à la place."
#. module: event
#. odoo-python
#: code:addons/event/models/event_question_answer.py:0
msgid ""
"You cannot delete an answer that has already been selected by attendees."
msgstr ""
"Vous ne pouvez pas supprimer une réponse qui a déjà été sélectionnée par les "
"participants."
#. module: event
#: model:mail.template,subject:event.event_registration_mail_template_badge
msgid "Your badge for {{ object.event_id.name }}"
msgstr "Votre badge pour {{ object.event_id.name }}"
#. module: event
#: model:mail.template,subject:event.event_subscription
msgid "Your registration at {{ object.event_id.name }}"
msgstr "Votre inscription à {{ object.event_id.name }}"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.event_tag_category_view_form
msgid "e.g. \"12-16 years old\""
msgstr "par ex. \"12-16 ans\""
#. module: event
#: model_terms:ir.ui.view,arch_db:event.event_tag_category_view_form
msgid "e.g. \"Age Category\""
msgstr "par ex. \"Catégorie d'âge\""
#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_event_registration_form
msgid "e.g. \"Azure Interior\""
msgstr "par ex. \"Azure Interior\""
#. module: event
#: model_terms:ir.ui.view,arch_db:event.event_question_view_form
msgid "e.g. \"Do you have any diet restrictions?\""
msgstr "par ex. \"Avez-vous des restrictions alimentaires ?\""
#. module: event
#: model_terms:ir.ui.view,arch_db:event.event_stage_view_form
msgid "e.g. \"Promoting\""
msgstr "par ex. \"Promotion\""
#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_event_form
msgid "e.g. \"https://www.odoo.com\""
msgstr "par exemple : \"https://www.odoo.com\""
#. module: event
#: model_terms:ir.ui.view,arch_db:event.event_event_view_form_quick_create
#: model_terms:ir.ui.view,arch_db:event.view_event_form
msgid "e.g. Conference for Architects"
msgstr "par ex. Conférence pour architectes"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_event_form
#: model_terms:ir.ui.view,arch_db:event.view_event_type_form
msgid "e.g. How to get to your event, door closing time, ..."
msgstr ""
"par ex. Comment se rendre à votre événement, heure de fermeture des "
"portes, ..."
#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_event_type_form
msgid "e.g. Online Conferences"
msgstr "par ex. Conférences en ligne"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.event_event_ticket_form_view
msgid "e.g. VIP Ticket"
msgstr "par ex. Ticket VIP"
#. module: event
#. odoo-python
#: code:addons/event/models/event_event.py:0
msgid "event_id"
msgstr "event_id"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.event_question_view_form
msgid "events"
msgstr "événements"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.event_report_full_page_ticket_layout
msgid "https://www.example.com"
msgstr "https://www.example.com"
#. module: event
#. odoo-python
#: code:addons/event/models/event_event.py:0
msgid "in %d days"
msgstr "dans %d jours"
#. module: event
#. odoo-python
#: code:addons/event/models/event_event.py:0
msgid "next month"
msgstr "le mois prochain"
#. module: event
#. odoo-python
#: code:addons/event/models/event_event.py:0
msgid "next week"
msgstr "la semaine prochaine"
#. module: event
#. odoo-python
#: code:addons/event/models/event_event.py:0
msgid "on %(date)s"
msgstr "le %(date)s"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.event_report_full_page_ticket_layout
msgid "organizer@email.com"
msgstr "organizer@e-mail.com"
#. module: event
#: model:ir.model.fields,help:event.field_event_event__event_registrations_started
msgid ""
"registrations have started if the current datetime is after the earliest "
"starting date of tickets."
msgstr ""
"les inscriptions ont commencé si le datetime actuel est postérieur à la "
"première date de début des tickets."
#. module: event
#: model_terms:ir.ui.view,arch_db:event.event_event_ticket_view_kanban_from_event
msgid "reserved"
msgstr "réservé"
#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_event_form
#: model_terms:ir.ui.view,arch_db:event.view_event_type_form
msgid "to"
msgstr "au"
#. module: event
#. odoo-python
#: code:addons/event/models/event_event.py:0
msgid "today"
msgstr "aujourd'hui"
#. module: event
#. odoo-python
#: code:addons/event/models/event_event.py:0
msgid "tomorrow"
msgstr "demain"
#. module: event
#: model:mail.template,subject:event.event_reminder
msgid "{{ object.event_id.name }}: {{ object.event_date_range }}"
msgstr "{{ object.event_id.name }} : {{ object.event_date_range }}"
#~ msgid ""
#~ "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"padding-"
#~ "top: 16px; background-color: #F1F1F1; font-family:Verdana, Arial,sans-"
#~ "serif; color: #454748; width: 100%; border-collapse:separate;\"><tr><td "
#~ "align=\"center\">\n"
#~ "<t t-set=\"date_begin\" t-"
#~ "value=\"format_datetime(object.event_begin_date, tz='UTC', "
#~ "dt_format=&quot;yyyyMMdd'T'HHmmss'Z'&quot;)\"/>\n"
#~ "<t t-set=\"date_end\" t-value=\"format_datetime(object.event_end_date, "
#~ "tz='UTC', dt_format=&quot;yyyyMMdd'T'HHmmss'Z'&quot;)\"/>\n"
#~ "<t t-set=\"is_online\" t-value=\"'is_published' in object.event_id and "
#~ "object.event_id.is_published\"/>\n"
#~ "<t t-set=\"event_organizer\" t-value=\"object.event_id.organizer_id\"/>\n"
#~ "<t t-set=\"event_address\" t-value=\"object.event_id.address_id\"/>\n"
#~ "<t t-set=\"event_website_url\" t-"
#~ "value=\"object.event_id.event_share_url\"/>\n"
#~ "<t t-set=\"registration_ids\" t-value=\"object.ids if not is_sale else "
#~ "object._get_event_registration_ids_from_order()\"/>\n"
#~ "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" "
#~ "style=\"padding: 16px; background-color: white; color: #454748; border-"
#~ "collapse:separate;\">\n"
#~ "<tbody>\n"
#~ " <!-- HEADER -->\n"
#~ " <tr>\n"
#~ " <td align=\"center\" style=\"min-width: 590px;\">\n"
#~ " <table width=\"590\" border=\"0\" cellpadding=\"0\" "
#~ "cellspacing=\"0\" style=\"min-width: 590px; background-color: white; "
#~ "padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
#~ " <tr><td valign=\"middle\">\n"
#~ " <span style=\"font-size: 10px;\">Your registration</"
#~ "span><br/>\n"
#~ " <span style=\"font-size: 20px; font-weight: bold;\">\n"
#~ " <t t-set=\"default_name\">Guest</t>\n"
#~ " <t t-out=\"object.name or default_name\"/>\n"
#~ " </span>\n"
#~ " </td><td valign=\"middle\" align=\"right\">\n"
#~ " <a t-attf-href=\"/event/{{ object.event_id.id }}/"
#~ "my_tickets?badge_mode=1&amp;registration_ids={{ registration_ids }}"
#~ "&amp;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\">\n"
#~ " Download Badges\n"
#~ " </a>\n"
#~ " <t t-if=\"not object.company_id.uses_default_logo\">\n"
#~ " <img t-att-src=\"'/logo.png?company=%s' % "
#~ "object.company_id.id\" style=\"padding: 0px; margin: 0px; height: auto; "
#~ "width: 80px;\" t-att-alt=\"'%s' % object.company_id.name\"/>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ " <tr><td colspan=\"2\" style=\"text-align:center;\">\n"
#~ " <hr width=\"100%\" style=\"background-"
#~ "color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
#~ "size:0px;min-height:1px;line-height:0; margin:16px 0px 16px 0px;\"/>\n"
#~ " </td></tr>\n"
#~ " </table>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ " <!-- EVENT DESCRIPTION -->\n"
#~ " <tr>\n"
#~ " <td align=\"center\" style=\"min-width: 590px;\">\n"
#~ " <table width=\"590\" border=\"0\" cellpadding=\"0\" "
#~ "cellspacing=\"0\" style=\"min-width: 590px; background-color: white; "
#~ "padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <div>\n"
#~ " <t t-set=\"default_name\">Guest</t>\n"
#~ " Hello <t t-out=\"object.name or default_name\"/>,"
#~ "<br/><br/>\n"
#~ " Please find attached your badge for\n"
#~ " <t t-if=\"event_website_url\">\n"
#~ " <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>\n"
#~ " </t>\n"
#~ " <t t-else=\"\">\n"
#~ " <strong t-out=\"object.event_id.name or "
#~ "''\">OpenWood Collection Online Reveal</strong>.\n"
#~ " </t>\n"
#~ " </div>\n"
#~ " <br/>\n"
#~ " <table style=\"width: auto;\">\n"
#~ " <tr>\n"
#~ " <td>\n"
#~ " <strong>Add this event to your calendar</"
#~ "strong>\n"
#~ " </td>\n"
#~ " <td>\n"
#~ " <a t-attf-href=\"/event/"
#~ "{{ slug(object.event_id) }}/ics?slot_id={{ object.event_slot_id.id }}\" "
#~ "style=\"padding-top: 10px; padding-right:8px; padding-bottom:2px; padding-"
#~ "left:8px; margin-left: 8px; border-radius: 3px; background-color: #E7E9ED;"
#~ "\">\n"
#~ " <img src=\"/event/static/src/img/"
#~ "apple-calendar-128.png\" alt=\"iCal\" title=\"iCal\" style=\"height: "
#~ "20px; vertical-align: baseline;\"/>\n"
#~ " </a>\n"
#~ " </td>\n"
#~ " <td>\n"
#~ " <a t-attf-href=\"/event/"
#~ "{{ slug(object.event_id) }}/ics?slot_id={{ object.event_slot_id.id }}\" "
#~ "style=\"padding-top: 10px; padding-right:8px; padding-bottom:2px; padding-"
#~ "left:8px; margin-left: 8px; border-radius: 3px; background-color: #E7E9ED;"
#~ "\">\n"
#~ " <img src=\"/event/static/src/img/"
#~ "outlook-calendar-128.png\" alt=\"Outlook\" title=\"Outlook\" "
#~ "style=\"height: 20px; vertical-align: baseline;\"/>\n"
#~ " </a>\n"
#~ " </td>\n"
#~ " <td>\n"
#~ " <a t-attf-href=\"https://www.google.com/"
#~ "calendar/render?action=TEMPLATE&amp;text={{ object.event_id.name }}"
#~ "&amp;dates={{ date_begin }}/{{ date_end }}&amp;location={{ location }}"
#~ "&amp;details={{ object.event_id._get_external_description_url_encoded() }}"
#~ "\" target=\"new\" style=\"padding-top: 10px; padding-right:8px; padding-"
#~ "bottom:2px; padding-left:8px; margin-left: 8px; border-radius: 3px; "
#~ "background-color: #E7E9ED;\">\n"
#~ " <img src=\"/event/static/src/img/"
#~ "google-calendar-128.png\" alt=\"Google\" title=\"Google\" style=\"height: "
#~ "20px; vertical-align: baseline;\"/>\n"
#~ " </a>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ " </table>\n"
#~ " <br/><br/>\n"
#~ " <div>\n"
#~ " See you soon,<br/>\n"
#~ " <span style=\"color: #454748;\">\n"
#~ " -- <br/>\n"
#~ " <t t-if=\"event_organizer\">\n"
#~ " <t t-out=\"event_organizer.name or "
#~ "''\">YourCompany</t>\n"
#~ " </t>\n"
#~ " <t t-else=\"\">\n"
#~ " The <t t-out=\"object.event_id.name or "
#~ "''\">OpenWood Collection Online Reveal</t> Team\n"
#~ " </t>\n"
#~ " </span>\n"
#~ " </div>\n"
#~ " </td></tr>\n"
#~ " <tr><td style=\"text-align:center;\">\n"
#~ " <hr width=\"100%\" style=\"background-"
#~ "color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
#~ "size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\"/>\n"
#~ " </td></tr>\n"
#~ " </table>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ " <!-- DETAILS -->\n"
#~ " <tr>\n"
#~ " <td align=\"center\" style=\"min-width: 590px;\">\n"
#~ " <table width=\"590\" border=\"0\" cellpadding=\"0\" "
#~ "cellspacing=\"0\" style=\"min-width: 590px; background-color: white; "
#~ "padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <table style=\"width:100%;\">\n"
#~ " <tr>\n"
#~ " <td style=\"vertical-align:top;\">\n"
#~ " <img src=\"/mail/font_to_img/61555/"
#~ "rgb(81,81,102)/34\" style=\"padding:4px;max-width:inherit;\" "
#~ "height=\"34\" alt=\"\"/>\n"
#~ " </td>\n"
#~ " <td style=\"padding: 0px 10px 0px "
#~ "10px;width:50%;line-height:20px;vertical-align:top;\">\n"
#~ " <div t-"
#~ "if=\"object.event_id.is_one_day\">\n"
#~ " <t t-out=\"object.event_begin_date\" "
#~ "t-options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;date_only&quot;: True, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;format&quot;: &quot;long&quot;}\">May 4, "
#~ "2021</t>\n"
#~ " <t t-out=\"object.event_begin_date\" "
#~ "t-options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;time_only&quot;: True, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;hide_seconds&quot;: True, "
#~ "&quot;format&quot;: &quot;short&quot;}\">7:00 AM</t>\n"
#~ " - <t t-out=\"object.event_end_date\" "
#~ "t-options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;time_only&quot;: True, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;hide_seconds&quot;: True, "
#~ "&quot;format&quot;: &quot;short&quot;}\">5:00 PM</t>\n"
#~ " </div>\n"
#~ " <div t-else=\"\">\n"
#~ " <strong>From</strong>\n"
#~ " <t t-out=\"object.event_begin_date\" "
#~ "t-options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;show_seconds&quot;: False, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;format&quot;: &quot;medium&quot;}\">May 4, "
#~ "2021 - 7:00 AM</t>\n"
#~ " <br/>\n"
#~ " <strong>To</strong>\n"
#~ " <t t-out=\"object.event_end_date\" t-"
#~ "options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;show_seconds&quot;: False, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;format&quot;: &quot;medium&quot;}\">May 6, "
#~ "2021 - 5:00 PM</t>\n"
#~ " </div>\n"
#~ " <div style=\"font-"
#~ "size:12px;color:#9e9e9e\"><i>(<t t-out=\"object.event_id.date_tz or "
#~ "''\">Europe/Brussels</t>)</i></div>\n"
#~ " </td>\n"
#~ " <td style=\"vertical-align:top;\">\n"
#~ " <t t-if=\"event_address\">\n"
#~ " <img src=\"/mail/font_to_img/61505/"
#~ "rgb(81,81,102)/34\" style=\"padding:4px;max-width:inherit;\" "
#~ "height=\"34\" alt=\"\"/>\n"
#~ " </t>\n"
#~ " </td>\n"
#~ " <td style=\"padding: 0px 10px 0px "
#~ "10px;width:50%;vertical-align:top;\">\n"
#~ " <t t-if=\"event_address\">\n"
#~ " <t t-set=\"location\" t-value=\"''\"/"
#~ ">\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.name\">\n"
#~ " <div t-"
#~ "out=\"object.event_id.address_id.name\">Teksa SpA</div>\n"
#~ " </t>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.street\">\n"
#~ " <div t-"
#~ "out=\"object.event_id.address_id.street\">Puerto Madero 9710</div>\n"
#~ " <t t-set=\"location\" t-"
#~ "value=\"object.event_id.address_id.street\"/>\n"
#~ " </t>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.street2\">\n"
#~ " <div t-"
#~ "out=\"object.event_id.address_id.street2\">Of A15, Santiago (RM)</div>\n"
#~ " <t t-set=\"location\" t-"
#~ "valuef=\"{{location}}, {{object.event_id.address_id.street2}}\"/>\n"
#~ " </t>\n"
#~ " <div>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.city\">\n"
#~ " <t t-"
#~ "out=\"object.event_id.address_id.city\">Pudahuel</t>,\n"
#~ " <t t-set=\"location\" t-"
#~ "valuef=\"{{location}}, {{object.event_id.address_id.city}}\"/>\n"
#~ " </t>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.state_id.name\">\n"
#~ " <t t-"
#~ "out=\"object.event_id.address_id.state_id.name\">C1</t>,\n"
#~ " <t t-set=\"location\" t-"
#~ "valuef=\"{{location}}, {{object.event_id.address_id.state_id.name}}\"/>\n"
#~ " </t>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.zip\">\n"
#~ " <t t-"
#~ "out=\"object.event_id.address_id.zip\">98450</t>\n"
#~ " <t t-set=\"location\" t-"
#~ "valuef=\"{{location}}, {{object.event_id.address_id.zip}}\"/>\n"
#~ " </t>\n"
#~ " </div>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.country_id.name\">\n"
#~ " <div t-"
#~ "out=\"object.event_id.address_id.country_id.name\">Argentina</div>\n"
#~ " <t t-set=\"location\" t-"
#~ "valuef=\"{{location}}, {{object.event_id.address_id.country_id.name}}\"/"
#~ ">\n"
#~ " </t>\n"
#~ " </t>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ " </table>\n"
#~ " </td></tr>\n"
#~ " <tr><td style=\"text-align:center;\">\n"
#~ " <t t-if=\"event_organizer\">\n"
#~ " <hr width=\"100%\" style=\"background-"
#~ "color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
#~ "size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\"/>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ "\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <!-- CONTACT ORGANIZER -->\n"
#~ " <t t-if=\"event_organizer\">\n"
#~ " <div>\n"
#~ " <span style=\"font-weight:300;margin:10px "
#~ "0px\">Questions about this event?</span>\n"
#~ " <div>Please contact the organizer:</div>\n"
#~ " <ul>\n"
#~ " <li><t t-out=\"event_organizer.name or "
#~ "''\">YourCompany</t></li>\n"
#~ " <t t-if=\"event_organizer.email\">\n"
#~ " <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>\n"
#~ " </t>\n"
#~ " <t t-if=\"event_organizer.phone\">\n"
#~ " <li>Phone: <t t-"
#~ "out=\"event_organizer.phone\">+1 650-123-4567</t></li>\n"
#~ " </t>\n"
#~ " </ul>\n"
#~ " </div>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ " <tr><td style=\"text-align:center;\">\n"
#~ " <!-- CONTACT ORGANIZER SEPARATION -->\n"
#~ " <t t-if=\"is_online or event_address\">\n"
#~ " <hr width=\"100%\" style=\"background-"
#~ "color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
#~ "size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\"/>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ "\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <!-- PWA MARKGETING -->\n"
#~ " <t t-if=\"is_online\">\n"
#~ " <div>\n"
#~ " <strong>Get the best mobile experience.</"
#~ "strong>\n"
#~ " <a href=\"/event\">Install our mobile app</"
#~ "a>\n"
#~ " </div>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ " <tr><td style=\"text-align:center;\">\n"
#~ " <!-- PWA MARKGETING SEPARATION-->\n"
#~ " <t t-if=\"is_online and event_address\">\n"
#~ " <hr width=\"100%\" style=\"background-"
#~ "color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
#~ "size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\"/>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ "\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <!-- GOOGLE MAPS LINK -->\n"
#~ " <t t-if=\"event_address and location\">\n"
#~ " <table style=\"width:100%;\"><tr><td>\n"
#~ " <div>\n"
#~ " <img src=\"/web_editor/font_to_img/61505/"
#~ "rgb(81,81,102)/20\" height=\"20\" style=\"vertical-align: bottom;\"/>\n"
#~ " <a t-attf-href=\"https://maps.google.com/"
#~ "maps?q={{ location }}\" target=\"new\">\n"
#~ " <img t-"
#~ "if=\"event_address.static_map_url and "
#~ "event_address.static_map_url_is_valid\" t-att-"
#~ "src=\"event_address.static_map_url\" style=\"vertical-align:bottom; "
#~ "width: 100%;\" alt=\"Google Maps\"/>\n"
#~ " <t t-else=\"\">See location on Google "
#~ "Maps</t>\n"
#~ " </a>\n"
#~ " </div>\n"
#~ " </td></tr></table>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ " </table>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ "</tbody>\n"
#~ "</table>\n"
#~ "</td></tr>\n"
#~ "<!-- FOOTER BY -->\n"
#~ "<tr><td align=\"center\" style=\"min-width: 590px;\">\n"
#~ " <t t-if=\"object.company_id\">\n"
#~ " <table width=\"590\" border=\"0\" cellpadding=\"0\" "
#~ "cellspacing=\"0\" style=\"min-width: 590px; background-color: #F1F1F1; "
#~ "color: #454748; padding: 8px; border-collapse:separate;\">\n"
#~ " <tr><td style=\"text-align: center; font-size: 14px;\">\n"
#~ " 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>\n"
#~ " <t t-if=\"is_online\">\n"
#~ " <br/>\n"
#~ " Discover <a href=\"/event\" t-attf-style=\"color: "
#~ "{{object.event_id.user_id.company_id.email_secondary_color or '#875A7B'}};"
#~ "\">all our events</a>.\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ " </table>\n"
#~ " </t>\n"
#~ "</td></tr>\n"
#~ "</table>\n"
#~ " "
#~ msgstr ""
#~ "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"padding-"
#~ "top: 16px; background-color: #F1F1F1; font-family:Verdana, Arial,sans-"
#~ "serif; color: #454748; width: 100%; border-collapse:separate;\"><tr><td "
#~ "align=\"center\">\n"
#~ "<t t-set=\"date_begin\" t-"
#~ "value=\"format_datetime(object.event_begin_date, tz='UTC', "
#~ "dt_format=&quot;yyyyMMdd'T'HHmmss'Z'&quot;)\"/>\n"
#~ "<t t-set=\"date_end\" t-value=\"format_datetime(object.event_end_date, "
#~ "tz='UTC', dt_format=&quot;yyyyMMdd'T'HHmmss'Z'&quot;)\"/>\n"
#~ "<t t-set=\"is_online\" t-value=\"'is_published' in object.event_id and "
#~ "object.event_id.is_published\"/>\n"
#~ "<t t-set=\"event_organizer\" t-value=\"object.event_id.organizer_id\"/>\n"
#~ "<t t-set=\"event_address\" t-value=\"object.event_id.address_id\"/>\n"
#~ "<t t-set=\"event_website_url\" t-"
#~ "value=\"object.event_id.event_share_url\"/>\n"
#~ "<t t-set=\"registration_ids\" t-value=\"object.ids if not is_sale else "
#~ "object._get_event_registration_ids_from_order()\"/>\n"
#~ "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" "
#~ "style=\"padding: 16px; background-color: white; color: #454748; border-"
#~ "collapse:separate;\">\n"
#~ "<tbody>\n"
#~ " <!-- HEADER -->\n"
#~ " <tr>\n"
#~ " <td align=\"center\" style=\"min-width: 590px;\">\n"
#~ " <table width=\"590\" border=\"0\" cellpadding=\"0\" "
#~ "cellspacing=\"0\" style=\"min-width: 590px; background-color: white; "
#~ "padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
#~ " <tr><td valign=\"middle\">\n"
#~ " <span style=\"font-size: 10px;\">Votre inscription</"
#~ "span><br/>\n"
#~ " <span style=\"font-size: 20px; font-weight: bold;\">\n"
#~ " <t t-set=\"default_name\">Invité</t>\n"
#~ " <t t-out=\"object.name or default_name\"/>\n"
#~ " </span>\n"
#~ " </td><td valign=\"middle\" align=\"right\">\n"
#~ " <a t-attf-href=\"/event/{{ object.event_id.id }}/"
#~ "my_tickets?badge_mode=1&amp;registration_ids={{ registration_ids }}"
#~ "&amp;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\">\n"
#~ " Télécharger les badges\n"
#~ " </a>\n"
#~ " <t t-if=\"not object.company_id.uses_default_logo\">\n"
#~ " <img t-att-src=\"'/logo.png?company=%s' % "
#~ "object.company_id.id\" style=\"padding: 0px; margin: 0px; height: auto; "
#~ "width: 80px;\" t-att-alt=\"'%s' % object.company_id.name\"/>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ " <tr><td colspan=\"2\" style=\"text-align:center;\">\n"
#~ " <hr width=\"100%\" style=\"background-"
#~ "color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
#~ "size:0px;min-height:1px;line-height:0; margin:16px 0px 16px 0px;\"/>\n"
#~ " </td></tr>\n"
#~ " </table>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ " <!-- EVENT DESCRIPTION -->\n"
#~ " <tr>\n"
#~ " <td align=\"center\" style=\"min-width: 590px;\">\n"
#~ " <table width=\"590\" border=\"0\" cellpadding=\"0\" "
#~ "cellspacing=\"0\" style=\"min-width: 590px; background-color: white; "
#~ "padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <div>\n"
#~ " <t t-set=\"default_name\">Invité</t>\n"
#~ " Bonjour <t t-out=\"object.name or default_name\"/"
#~ ">,<br/><br/>\n"
#~ " Veuillez trouver ci-joint votre badge pour "
#~ "l'événement\n"
#~ " <t t-if=\"event_website_url\">\n"
#~ " <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 "
#~ "''\">Révélation en ligne de la collection OpenWood</a>\n"
#~ " </t>\n"
#~ " <t t-else=\"\">\n"
#~ " <strong t-out=\"object.event_id.name or "
#~ "''\">Révélation en ligne de la collection OpenWood</strong>.\n"
#~ " </t>\n"
#~ " </div>\n"
#~ " <br/>\n"
#~ " <table style=\"width: auto;\">\n"
#~ " <tr>\n"
#~ " <td>\n"
#~ " <strong>Ajouter cet événement à votre "
#~ "calendrier</strong>\n"
#~ " </td>\n"
#~ " <td>\n"
#~ " <a t-attf-href=\"/event/"
#~ "{{ slug(object.event_id) }}/ics?slot_id={{ object.event_slot_id.id }}\" "
#~ "style=\"padding-top: 10px; padding-right:8px; padding-bottom:2px; padding-"
#~ "left:8px; margin-left: 8px; border-radius: 3px; background-color: #E7E9ED;"
#~ "\">\n"
#~ " <img src=\"/event/static/src/img/"
#~ "apple-calendar-128.png\" alt=\"iCal\" title=\"iCal\" style=\"height: "
#~ "20px; vertical-align: baseline;\"/>\n"
#~ " </a>\n"
#~ " </td>\n"
#~ " <td>\n"
#~ " <a t-attf-href=\"/event/"
#~ "{{ slug(object.event_id) }}/ics?slot_id={{ object.event_slot_id.id }}\" "
#~ "style=\"padding-top: 10px; padding-right:8px; padding-bottom:2px; padding-"
#~ "left:8px; margin-left: 8px; border-radius: 3px; background-color: #E7E9ED;"
#~ "\">\n"
#~ " <img src=\"/event/static/src/img/"
#~ "outlook-calendar-128.png\" alt=\"Outlook\" title=\"Outlook\" "
#~ "style=\"height: 20px; vertical-align: baseline;\"/>\n"
#~ " </a>\n"
#~ " </td>\n"
#~ " <td>\n"
#~ " <a t-attf-href=\"https://www.google.com/"
#~ "calendar/render?action=TEMPLATE&amp;text={{ object.event_id.name }}"
#~ "&amp;dates={{ date_begin }}/{{ date_end }}&amp;location={{ location }}"
#~ "&amp;details={{ object.event_id._get_external_description_url_encoded() }}"
#~ "\" target=\"new\" style=\"padding-top: 10px; padding-right:8px; padding-"
#~ "bottom:2px; padding-left:8px; margin-left: 8px; border-radius: 3px; "
#~ "background-color: #E7E9ED;\">\n"
#~ " <img src=\"/event/static/src/img/"
#~ "google-calendar-128.png\" alt=\"Google\" title=\"Google\" style=\"height: "
#~ "20px; vertical-align: baseline;\"/>\n"
#~ " </a>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ " </table>\n"
#~ " <br/><br/>\n"
#~ " <div>\n"
#~ " À bientôt,<br/>\n"
#~ " <span style=\"color: #454748;\">\n"
#~ " -- <br/>\n"
#~ " <t t-if=\"event_organizer\">\n"
#~ " <t t-out=\"event_organizer.name or "
#~ "''\">YourCompany</t>\n"
#~ " </t>\n"
#~ " <t t-else=\"\">\n"
#~ " Léquipe <t t-out=\"object.event_id.name or "
#~ "''\">Révélation en ligne de la collection OpenWood</t>\n"
#~ " </t>\n"
#~ " </span>\n"
#~ " </div>\n"
#~ " </td></tr>\n"
#~ " <tr><td style=\"text-align:center;\">\n"
#~ " <hr width=\"100%\" style=\"background-"
#~ "color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
#~ "size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\"/>\n"
#~ " </td></tr>\n"
#~ " </table>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ " <!-- DETAILS -->\n"
#~ " <tr>\n"
#~ " <td align=\"center\" style=\"min-width: 590px;\">\n"
#~ " <table width=\"590\" border=\"0\" cellpadding=\"0\" "
#~ "cellspacing=\"0\" style=\"min-width: 590px; background-color: white; "
#~ "padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <table style=\"width:100%;\">\n"
#~ " <tr>\n"
#~ " <td style=\"vertical-align:top;\">\n"
#~ " <img src=\"/mail/font_to_img/61555/"
#~ "rgb(81,81,102)/34\" style=\"padding:4px;max-width:inherit;\" "
#~ "height=\"34\" alt=\"\"/>\n"
#~ " </td>\n"
#~ " <td style=\"padding: 0px 10px 0px "
#~ "10px;width:50%;line-height:20px;vertical-align:top;\">\n"
#~ " <div t-"
#~ "if=\"object.event_id.is_one_day\">\n"
#~ " <t t-out=\"object.event_begin_date\" "
#~ "t-options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;date_only&quot;: True, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;format&quot;: &quot;long&quot;}\">4 mai "
#~ "2021</t>\n"
#~ " <t t-out=\"object.event_begin_date\" "
#~ "t-options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;time_only&quot;: True, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;hide_seconds&quot;: True, "
#~ "&quot;format&quot;: &quot;short&quot;}\">7 h 00</t>\n"
#~ " - <t t-out=\"object.event_end_date\" "
#~ "t-options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;time_only&quot;: True, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;hide_seconds&quot;: True, "
#~ "&quot;format&quot;: &quot;short&quot;}\">17 h 00</t>\n"
#~ " </div>\n"
#~ " <div t-else=\"\">\n"
#~ " <strong>Du</strong>\n"
#~ " <t t-out=\"object.event_begin_date\" "
#~ "t-options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;show_seconds&quot;: False, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;format&quot;: &quot;medium&quot;}\">4 mai "
#~ "2021 - 7 h 00</t>\n"
#~ " <br/>\n"
#~ " <strong>Au</strong>\n"
#~ " <t t-out=\"object.event_end_date\" t-"
#~ "options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;show_seconds&quot;: False, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;format&quot;: &quot;medium&quot;}\">6 mai "
#~ "2021 - 17 h 00</t>\n"
#~ " </div>\n"
#~ " <div style=\"font-"
#~ "size:12px;color:#9e9e9e\"><i>(<t t-out=\"object.event_id.date_tz or "
#~ "''\">Europe/Bruxelles</t>)</i></div>\n"
#~ " </td>\n"
#~ " <td style=\"vertical-align:top;\">\n"
#~ " <t t-if=\"event_address\">\n"
#~ " <img src=\"/mail/font_to_img/61505/"
#~ "rgb(81,81,102)/34\" style=\"padding:4px;max-width:inherit;\" "
#~ "height=\"34\" alt=\"\"/>\n"
#~ " </t>\n"
#~ " </td>\n"
#~ " <td style=\"padding: 0px 10px 0px "
#~ "10px;width:50%;vertical-align:top;\">\n"
#~ " <t t-if=\"event_address\">\n"
#~ " <t t-set=\"location\" t-value=\"''\"/"
#~ ">\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.name\">\n"
#~ " <div t-"
#~ "out=\"object.event_id.address_id.name\">Teksa SpA</div>\n"
#~ " </t>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.street\">\n"
#~ " <div t-"
#~ "out=\"object.event_id.address_id.street\">Puerto Madero 9710</div>\n"
#~ " <t t-set=\"location\" t-"
#~ "value=\"object.event_id.address_id.street\"/>\n"
#~ " </t>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.street2\">\n"
#~ " <div t-"
#~ "out=\"object.event_id.address_id.street2\">Of A15, Santiago (RM)</div>\n"
#~ " <t t-set=\"location\" t-"
#~ "valuef=\"{{location}}, {{object.event_id.address_id.street2}}\"/>\n"
#~ " </t>\n"
#~ " <div>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.city\">\n"
#~ " <t t-"
#~ "out=\"object.event_id.address_id.city\">Pudahuel</t>,\n"
#~ " <t t-set=\"location\" t-"
#~ "valuef=\"{{location}}, {{object.event_id.address_id.city}}\"/>\n"
#~ " </t>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.state_id.name\">\n"
#~ " <t t-"
#~ "out=\"object.event_id.address_id.state_id.name\">C1</t>,\n"
#~ " <t t-set=\"location\" t-"
#~ "valuef=\"{{location}}, {{object.event_id.address_id.state_id.name}}\"/>\n"
#~ " </t>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.zip\">\n"
#~ " <t t-"
#~ "out=\"object.event_id.address_id.zip\">98450</t>\n"
#~ " <t t-set=\"location\" t-"
#~ "valuef=\"{{location}}, {{object.event_id.address_id.zip}}\"/>\n"
#~ " </t>\n"
#~ " </div>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.country_id.name\">\n"
#~ " <div t-"
#~ "out=\"object.event_id.address_id.country_id.name\">Argentine</div>\n"
#~ " <t t-set=\"location\" t-"
#~ "valuef=\"{{location}}, {{object.event_id.address_id.country_id.name}}\"/"
#~ ">\n"
#~ " </t>\n"
#~ " </t>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ " </table>\n"
#~ " </td></tr>\n"
#~ " <tr><td style=\"text-align:center;\">\n"
#~ " <t t-if=\"event_organizer\">\n"
#~ " <hr width=\"100%\" style=\"background-"
#~ "color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
#~ "size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\"/>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ "\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <!-- CONTACT ORGANIZER -->\n"
#~ " <t t-if=\"event_organizer\">\n"
#~ " <div>\n"
#~ " <span style=\"font-weight:300;margin:10px "
#~ "0px\">Des questions concernant cet événement ?</span>\n"
#~ " <div>Veuillez contacter lorganisateur :</"
#~ "div>\n"
#~ " <ul>\n"
#~ " <li><t t-out=\"event_organizer.name or "
#~ "''\">YourCompany</t></li>\n"
#~ " <t t-if=\"event_organizer.email\">\n"
#~ " <li>E-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>\n"
#~ " </t>\n"
#~ " <t t-if=\"event_organizer.phone\">\n"
#~ " <li>Téléphone : <t t-"
#~ "out=\"event_organizer.phone\">+1 650-123-4567</t></li>\n"
#~ " </t>\n"
#~ " </ul>\n"
#~ " </div>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ " <tr><td style=\"text-align:center;\">\n"
#~ " <!-- CONTACT ORGANIZER SEPARATION -->\n"
#~ " <t t-if=\"is_online or event_address\">\n"
#~ " <hr width=\"100%\" style=\"background-"
#~ "color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
#~ "size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\"/>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ "\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <!-- PWA MARKGETING -->\n"
#~ " <t t-if=\"is_online\">\n"
#~ " <div>\n"
#~ " <strong>Profitez de la meilleure expérience "
#~ "mobile.</strong>\n"
#~ " <a href=\"/event\">Installez notre "
#~ "application mobile</a>\n"
#~ " </div>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ " <tr><td style=\"text-align:center;\">\n"
#~ " <!-- PWA MARKGETING SEPARATION-->\n"
#~ " <t t-if=\"is_online and event_address\">\n"
#~ " <hr width=\"100%\" style=\"background-"
#~ "color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
#~ "size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\"/>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ "\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <!-- GOOGLE MAPS LINK -->\n"
#~ " <t t-if=\"event_address and location\">\n"
#~ " <table style=\"width:100%;\"><tr><td>\n"
#~ " <div>\n"
#~ " <img src=\"/web_editor/font_to_img/61505/"
#~ "rgb(81,81,102)/20\" height=\"20\" style=\"vertical-align: bottom;\"/>\n"
#~ " <a t-attf-href=\"https://maps.google.com/"
#~ "maps?q={{ location }}\" target=\"new\">\n"
#~ " <img t-"
#~ "if=\"event_address.static_map_url and "
#~ "event_address.static_map_url_is_valid\" t-att-"
#~ "src=\"event_address.static_map_url\" style=\"vertical-align:bottom; "
#~ "width: 100%;\" alt=\"Google Maps\"/>\n"
#~ " <t t-else=\"\">Voir lemplacement sur "
#~ "Google Maps</t>\n"
#~ " </a>\n"
#~ " </div>\n"
#~ " </td></tr></table>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ " </table>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ "</tbody>\n"
#~ "</table>\n"
#~ "</td></tr>\n"
#~ "<!-- FOOTER BY -->\n"
#~ "<tr><td align=\"center\" style=\"min-width: 590px;\">\n"
#~ " <t t-if=\"object.company_id\">\n"
#~ " <table width=\"590\" border=\"0\" cellpadding=\"0\" "
#~ "cellspacing=\"0\" style=\"min-width: 590px; background-color: #F1F1F1; "
#~ "color: #454748; padding: 8px; border-collapse:separate;\">\n"
#~ " <tr><td style=\"text-align: center; font-size: 14px;\">\n"
#~ " Envoyé par <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>\n"
#~ " <t t-if=\"is_online\">\n"
#~ " <br/>\n"
#~ " Découvrez <a href=\"/event\" t-attf-style=\"color: "
#~ "{{object.event_id.user_id.company_id.email_secondary_color or '#875A7B'}};"
#~ "\">tous nos événements</a>.\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ " </table>\n"
#~ " </t>\n"
#~ "</td></tr>\n"
#~ "</table>\n"
#~ " "
#~ msgid ""
#~ "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"padding-"
#~ "top: 16px; background-color: #F1F1F1; font-family:Verdana, Arial,sans-"
#~ "serif; color: #454748; width: 100%; border-collapse:separate;\"><tr><td "
#~ "align=\"center\">\n"
#~ "<t t-set=\"date_begin\" t-"
#~ "value=\"format_datetime(object.event_begin_date, tz='UTC', "
#~ "dt_format=&quot;yyyyMMdd'T'HHmmss'Z'&quot;)\"/>\n"
#~ "<t t-set=\"date_end\" t-value=\"format_datetime(object.event_end_date, "
#~ "tz='UTC', dt_format=&quot;yyyyMMdd'T'HHmmss'Z'&quot;)\"/>\n"
#~ "<t t-set=\"is_online\" t-value=\"'is_published' in object.event_id and "
#~ "object.event_id.is_published\"/>\n"
#~ "<t t-set=\"is_sale\" t-value=\"'sale_order_id' in object and "
#~ "object.sale_order_id\"/>\n"
#~ "<t t-set=\"event_organizer\" t-value=\"object.event_id.organizer_id\"/>\n"
#~ "<t t-set=\"event_address\" t-value=\"object.event_id.address_id\"/>\n"
#~ "<t t-set=\"event_website_url\" t-value=\"is_online and "
#~ "object.event_id.website_url\"/>\n"
#~ "<t t-set=\"registration_ids\" t-value=\"object.ids if not is_sale else "
#~ "object._get_event_registration_ids_from_order()\"/>\n"
#~ "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" "
#~ "style=\"padding: 16px; background-color: white; color: #454748; border-"
#~ "collapse:separate;\">\n"
#~ "<tbody>\n"
#~ " <!-- HEADER -->\n"
#~ " <tr>\n"
#~ " <td align=\"center\" style=\"min-width: 590px;\">\n"
#~ " <table width=\"590\" border=\"0\" cellpadding=\"0\" "
#~ "cellspacing=\"0\" style=\"min-width: 590px; background-color: white; "
#~ "padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
#~ " <tr><td valign=\"middle\">\n"
#~ " <span style=\"font-size: 10px;\">Your registration</"
#~ "span><br/>\n"
#~ " <t t-set=\"default_name\">Guest</t>\n"
#~ " <span style=\"font-size: 20px; font-weight: bold;\" t-"
#~ "out=\"object.name or default_name\"/>\n"
#~ " <div style=\"margin-bottom: 5px;margin-top: 18px;\">\n"
#~ " <a t-if=\"object.event_id.address_id\" t-attf-"
#~ "href=\"/event/{{ object.event_id.id }}/my_tickets?"
#~ "registration_ids={{ object.ids }}"
#~ "&amp;tickets_hash={{ object.event_id._get_tickets_access_hash(object.ids) }}"
#~ "&amp;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\">\n"
#~ " View Tickets\n"
#~ " </a>\n"
#~ " <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\">\n"
#~ " View Online\n"
#~ " </a>\n"
#~ " </div>\n"
#~ " </td><td valign=\"middle\" align=\"right\">\n"
#~ " <t t-if=\"object.barcode\">\n"
#~ " <div style=\"margin-bottom: 5px;\">\n"
#~ " <img t-attf-src=\"/report/barcode/QR/"
#~ "{{object.barcode}}?&amp;width=100&amp;height=100&amp;quiet=0\" "
#~ "width=\"100\" height=\"100\" alt=\"QR Code\" t-att-style=\"'height: "
#~ "100px !important;'\"/>\n"
#~ " </div>\n"
#~ " </t>\n"
#~ " <t t-if=\"not object.company_id.uses_default_logo\">\n"
#~ " <img t-att-src=\"'/logo.png?company=%s' % "
#~ "object.company_id.id\" style=\"padding: 0px; margin: 0px; margin-right: "
#~ "10px; height: auto; width: 80px;\" t-att-alt=\"'%s' % "
#~ "object.company_id.name\"/>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ " <tr><td colspan=\"2\" style=\"text-align:center;\">\n"
#~ " <hr width=\"100%\" style=\"background-"
#~ "color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
#~ "size:0px;min-height:1px;line-height:0; margin:16px 0px 16px 0px;\"/>\n"
#~ " </td></tr>\n"
#~ " </table>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ " <!-- EVENT DESCRIPTION -->\n"
#~ " <tr>\n"
#~ " <td align=\"center\" style=\"min-width: 590px;\">\n"
#~ " <table width=\"590\" border=\"0\" cellpadding=\"0\" "
#~ "cellspacing=\"0\" style=\"min-width: 590px; background-color: white; "
#~ "padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <div>\n"
#~ " <t t-set=\"default_name\">Guest</t>\n"
#~ " Hello <t t-out=\"object.name or default_name\"/>,"
#~ "<br/><br/>\n"
#~ " We are excited to remind you that the event\n"
#~ " <t t-if=\"event_website_url\">\n"
#~ " <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>\n"
#~ " </t>\n"
#~ " <t t-else=\"\">\n"
#~ " <strong t-out=\"object.event_id.name or "
#~ "''\">OpenWood Collection Online Reveal</strong>\n"
#~ " </t>\n"
#~ " is starting <strong t-"
#~ "out=\"object.event_date_range or ''\">today</strong>.\n"
#~ " </div>\n"
#~ " <br/>\n"
#~ " <table style=\"width: auto;\">\n"
#~ " <tr>\n"
#~ " <td>\n"
#~ " <strong>Add this event to your calendar</"
#~ "strong>\n"
#~ " </td>\n"
#~ " <td>\n"
#~ " <a t-attf-href=\"/event/"
#~ "{{ slug(object.event_id) }}/ics?slot_id={{ object.event_slot_id.id }}\" "
#~ "style=\"padding-top: 10px; padding-right:8px; padding-bottom:2px; padding-"
#~ "left:8px; margin-left: 8px; border-radius: 3px; background-color: #E7E9ED;"
#~ "\">\n"
#~ " <img src=\"/event/static/src/img/"
#~ "apple-calendar-128.png\" alt=\"iCal\" title=\"iCal\" style=\"height: "
#~ "20px; vertical-align: baseline;\"/>\n"
#~ " </a>\n"
#~ " </td>\n"
#~ " <td>\n"
#~ " <a t-attf-href=\"/event/"
#~ "{{ slug(object.event_id) }}/ics?slot_id={{ object.event_slot_id.id }}\" "
#~ "style=\"padding-top: 10px; padding-right:8px; padding-bottom:2px; padding-"
#~ "left:8px; margin-left: 8px; border-radius: 3px; background-color: #E7E9ED;"
#~ "\">\n"
#~ " <img src=\"/event/static/src/img/"
#~ "outlook-calendar-128.png\" alt=\"Outlook\" title=\"Outlook\" "
#~ "style=\"height: 20px; vertical-align: baseline;\"/>\n"
#~ " </a>\n"
#~ " </td>\n"
#~ " <td>\n"
#~ " <a t-attf-href=\"https://www.google.com/"
#~ "calendar/render?action=TEMPLATE&amp;text={{ object.event_id.name }}"
#~ "&amp;dates={{ date_begin }}/{{ date_end }}&amp;location={{ location }}"
#~ "&amp;details={{ object.event_id._get_external_description_url_encoded() }}"
#~ "\" target=\"new\" style=\"padding-top: 10px; padding-right:8px; padding-"
#~ "bottom:2px; padding-left:8px; margin-left: 8px; border-radius: 3px; "
#~ "background-color: #E7E9ED;\">\n"
#~ " <img src=\"/event/static/src/img/"
#~ "google-calendar-128.png\" alt=\"Google\" title=\"Google\" style=\"height: "
#~ "20px; vertical-align: baseline;\"/>\n"
#~ " </a>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ " </table>\n"
#~ " <br/><br/>\n"
#~ " <div>\n"
#~ " We confirm your registration and hope to meet you "
#~ "there,<br/>\n"
#~ " <span style=\"color: #454748;\">\n"
#~ " -- <br/>\n"
#~ " <t t-if=\"event_organizer\">\n"
#~ " <t t-out=\"event_organizer.name or "
#~ "''\">YourCompany</t>\n"
#~ " </t>\n"
#~ " <t t-else=\"\">\n"
#~ " The <t t-out=\"object.event_id.name or "
#~ "''\">OpenWood Collection Online Reveal</t> Team\n"
#~ " </t>\n"
#~ " </span>\n"
#~ " </div>\n"
#~ " </td></tr>\n"
#~ " <tr><td style=\"text-align:center;\">\n"
#~ " <hr width=\"100%\" style=\"background-"
#~ "color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
#~ "size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\"/>\n"
#~ " </td></tr>\n"
#~ " </table>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ " <!-- DETAILS -->\n"
#~ " <tr>\n"
#~ " <td align=\"center\" style=\"min-width: 590px;\">\n"
#~ " <table width=\"590\" border=\"0\" cellpadding=\"0\" "
#~ "cellspacing=\"0\" style=\"min-width: 590px; background-color: white; "
#~ "padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <table style=\"width:100%;\">\n"
#~ " <tr>\n"
#~ " <td style=\"vertical-align:top;\">\n"
#~ " <img src=\"/mail/font_to_img/61555/"
#~ "rgb(81,81,102)/34\" style=\"padding:4px;max-width:inherit;\" "
#~ "height=\"34\" alt=\"\"/>\n"
#~ " </td>\n"
#~ " <td style=\"padding: 0px 10px 0px "
#~ "10px;width:50%;line-height:20px;vertical-align:top;\">\n"
#~ " <div t-"
#~ "if=\"object.event_id.is_one_day\">\n"
#~ " <t t-out=\"object.event_begin_date\" "
#~ "t-options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;date_only&quot;: True, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;format&quot;: &quot;long&quot;}\">May 4, "
#~ "2021</t>\n"
#~ " <t t-out=\"object.event_begin_date\" "
#~ "t-options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;time_only&quot;: True, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;hide_seconds&quot;: True, "
#~ "&quot;format&quot;: &quot;short&quot;}\">7:00 AM</t>\n"
#~ " - <t t-out=\"object.event_end_date\" "
#~ "t-options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;time_only&quot;: True, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;hide_seconds&quot;: True, "
#~ "&quot;format&quot;: &quot;short&quot;}\">5:00 PM</t>\n"
#~ " </div>\n"
#~ " <div t-else=\"\">\n"
#~ " <strong>From</strong>\n"
#~ " <t t-out=\"object.event_begin_date\" "
#~ "t-options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;show_seconds&quot;: False, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;format&quot;: &quot;medium&quot;}\">May 4, "
#~ "2021 - 7:00 AM</t>\n"
#~ " <br/>\n"
#~ " <strong>To</strong>\n"
#~ " <t t-out=\"object.event_end_date\" t-"
#~ "options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;show_seconds&quot;: False, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;format&quot;: &quot;medium&quot;}\">May 6, "
#~ "2021 - 5:00 PM</t>\n"
#~ " </div>\n"
#~ " <div style=\"font-"
#~ "size:12px;color:#9e9e9e\"><i>(<t t-out=\"object.event_id.date_tz or "
#~ "''\">Europe/Brussels</t>)</i></div>\n"
#~ " </td>\n"
#~ " <td style=\"vertical-align:top;\">\n"
#~ " <t t-if=\"event_address\">\n"
#~ " <img src=\"/mail/font_to_img/61505/"
#~ "rgb(81,81,102)/34\" style=\"padding:4px;max-width:inherit;\" "
#~ "height=\"34\" alt=\"\"/>\n"
#~ " </t>\n"
#~ " </td>\n"
#~ " <td style=\"padding: 0px 10px 0px "
#~ "10px;width:50%;vertical-align:top;\">\n"
#~ " <t t-if=\"event_address\">\n"
#~ " <t t-set=\"location\" t-value=\"''\"/"
#~ ">\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.name\">\n"
#~ " <div t-"
#~ "out=\"object.event_id.address_id.name or ''\">Teksa SpA</div>\n"
#~ " </t>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.street\">\n"
#~ " <div t-"
#~ "out=\"object.event_id.address_id.street or ''\">Puerto Madero 9710</div>\n"
#~ " <t t-set=\"location\" t-"
#~ "value=\"object.event_id.address_id.street\"/>\n"
#~ " </t>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.street2\">\n"
#~ " <div t-"
#~ "out=\"object.event_id.address_id.street2 or ''\">Of A15, Santiago (RM)</"
#~ "div>\n"
#~ " <t t-set=\"location\" t-"
#~ "value=\"'%s, %s' % (location, object.event_id.address_id.street2)\"/>\n"
#~ " </t>\n"
#~ " <div>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.city\">\n"
#~ " <t t-"
#~ "out=\"object.event_id.address_id.city or ''\">Pudahuel</t>,\n"
#~ " <t t-set=\"location\" t-"
#~ "value=\"'%s, %s' % (location, object.event_id.address_id.city)\"/>\n"
#~ " </t>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.state_id.name\">\n"
#~ " <t t-"
#~ "out=\"object.event_id.address_id.state_id.name or ''\">C1</t>,\n"
#~ " <t t-set=\"location\" t-"
#~ "value=\"'%s, %s' % (location, object.event_id.address_id.state_id.name)\"/"
#~ ">\n"
#~ " </t>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.zip\">\n"
#~ " <t t-"
#~ "out=\"object.event_id.address_id.zip or ''\">98450</t>\n"
#~ " <t t-set=\"location\" t-"
#~ "value=\"'%s, %s' % (location, object.event_id.address_id.zip)\"/>\n"
#~ " </t>\n"
#~ " </div>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.country_id.name\">\n"
#~ " <div t-"
#~ "out=\"object.event_id.address_id.country_id.name or ''\">Argentina</div>\n"
#~ " <t t-set=\"location\" t-"
#~ "value=\"'%s, %s' % (location, object.event_id.address_id.country_id.name)"
#~ "\"/>\n"
#~ " </t>\n"
#~ " </t>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ " </table>\n"
#~ " </td></tr>\n"
#~ " <tr><td style=\"text-align:center;\">\n"
#~ " <t t-if=\"event_organizer\">\n"
#~ " <hr width=\"100%\" style=\"background-"
#~ "color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
#~ "size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\"/>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ "\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <!-- CONTACT ORGANIZER -->\n"
#~ " <t t-if=\"event_organizer\">\n"
#~ " <div>\n"
#~ " <span style=\"font-weight:300;margin:10px "
#~ "0px\">Questions about this event?</span>\n"
#~ " <div>Please contact the organizer:</div>\n"
#~ " <ul>\n"
#~ " <li t-out=\"event_organizer.name or "
#~ "''\">YourCompany</li>\n"
#~ " <t t-if=\"event_organizer.email\">\n"
#~ " <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>\n"
#~ " </t>\n"
#~ " <t t-if=\"event_organizer.phone\">\n"
#~ " <li>Phone: <t t-"
#~ "out=\"event_organizer.phone or ''\"/></li>\n"
#~ " </t>\n"
#~ " </ul>\n"
#~ " </div>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ " <tr><td style=\"text-align:center;\">\n"
#~ " <!-- CONTACT ORGANIZER SEPARATION -->\n"
#~ " <hr t-if=\"is_online or event_address\" width=\"100%"
#~ "\" style=\"background-color:rgb(204,204,204);border:medium "
#~ "none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0; "
#~ "margin: 16px 0px 16px 0px;\"/>\n"
#~ " </td></tr>\n"
#~ "\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <!-- PWA MARKGETING -->\n"
#~ " <div t-if=\"is_online\">\n"
#~ " <strong>Get the best mobile experience.</strong>\n"
#~ " <a href=\"/event\">Install our mobile app</a>\n"
#~ " </div>\n"
#~ " </td></tr>\n"
#~ " <tr><td style=\"text-align:center;\">\n"
#~ " <!-- PWA MARKGETING SEPARATION-->\n"
#~ " <hr t-if=\"is_online and event_address\" width=\"100%"
#~ "\" style=\"background-color:rgb(204,204,204);border:medium "
#~ "none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0; "
#~ "margin: 16px 0px 16px 0px;\"/>\n"
#~ " </td></tr>\n"
#~ "\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <!-- GOOGLE MAPS LINK -->\n"
#~ " <table t-if=\"event_address and location\" "
#~ "style=\"width:100%;\"><tr><td>\n"
#~ " <div>\n"
#~ " <img src=\"/web_editor/font_to_img/61505/"
#~ "rgb(81,81,102)/20\" height=\"20\" style=\"vertical-align: bottom;\"/>\n"
#~ " <a t-attf-href=\"https://maps.google.com/maps?"
#~ "q={{ location }}\" target=\"new\">\n"
#~ " <img t-if=\"event_address.static_map_url "
#~ "and event_address.static_map_url_is_valid\" t-attf-"
#~ "src=\"{{ event_address.static_map_url }}\" style=\"vertical-align:bottom; "
#~ "width: 100%;\" alt=\"Google Maps\"/>\n"
#~ " <span t-else=\"\">See location on Google "
#~ "Maps</span>\n"
#~ " </a>\n"
#~ " </div>\n"
#~ " </td></tr></table>\n"
#~ " </td></tr>\n"
#~ " </table>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ "</tbody>\n"
#~ "</table>\n"
#~ "</td></tr>\n"
#~ "<!-- FOOTER BY -->\n"
#~ "<tr><td align=\"center\" style=\"min-width: 590px;\">\n"
#~ " <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;"
#~ "\">\n"
#~ " <tr><td style=\"text-align: center; font-size: 14px;\">\n"
#~ " 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>\n"
#~ " <t t-if=\"'website_url' in object.event_id and "
#~ "object.event_id.website_url\">\n"
#~ " <br/>\n"
#~ " Discover <a href=\"/event\" t-attf-style=\"color: "
#~ "{{object.event_id.user_id.company_id.email_secondary_color or '#875A7B'}};"
#~ "\">all our events</a>.\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ " </table>\n"
#~ "</td></tr>\n"
#~ "</table>\n"
#~ " "
#~ msgstr ""
#~ "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"padding-"
#~ "top: 16px; background-color: #F1F1F1; font-family:Verdana, Arial,sans-"
#~ "serif; color: #454748; width: 100%; border-collapse:separate;\"><tr><td "
#~ "align=\"center\">\n"
#~ "<t t-set=\"date_begin\" t-"
#~ "value=\"format_datetime(object.event_begin_date, tz='UTC', "
#~ "dt_format=&quot;yyyyMMdd'T'HHmmss'Z'&quot;)\"/>\n"
#~ "<t t-set=\"date_end\" t-value=\"format_datetime(object.event_end_date, "
#~ "tz='UTC', dt_format=&quot;yyyyMMdd'T'HHmmss'Z'&quot;)\"/>\n"
#~ "<t t-set=\"is_online\" t-value=\"'is_published' in object.event_id and "
#~ "object.event_id.is_published\"/>\n"
#~ "<t t-set=\"is_sale\" t-value=\"'sale_order_id' in object and "
#~ "object.sale_order_id\"/>\n"
#~ "<t t-set=\"event_organizer\" t-value=\"object.event_id.organizer_id\"/>\n"
#~ "<t t-set=\"event_address\" t-value=\"object.event_id.address_id\"/>\n"
#~ "<t t-set=\"event_website_url\" t-value=\"is_online and "
#~ "object.event_id.website_url\"/>\n"
#~ "<t t-set=\"registration_ids\" t-value=\"object.ids if not is_sale else "
#~ "object._get_event_registration_ids_from_order()\"/>\n"
#~ "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" "
#~ "style=\"padding: 16px; background-color: white; color: #454748; border-"
#~ "collapse:separate;\">\n"
#~ "<tbody>\n"
#~ " <!-- HEADER -->\n"
#~ " <tr>\n"
#~ " <td align=\"center\" style=\"min-width: 590px;\">\n"
#~ " <table width=\"590\" border=\"0\" cellpadding=\"0\" "
#~ "cellspacing=\"0\" style=\"min-width: 590px; background-color: white; "
#~ "padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
#~ " <tr><td valign=\"middle\">\n"
#~ " <span style=\"font-size: 10px;\">Votre inscription</"
#~ "span><br/>\n"
#~ " <t t-set=\"default_name\">Invité</t>\n"
#~ " <span style=\"font-size: 20px; font-weight: bold;\" t-"
#~ "out=\"object.name or default_name\"/>\n"
#~ " <div style=\"margin-bottom: 5px;margin-top: 18px;\">\n"
#~ " <a t-if=\"object.event_id.address_id\" t-attf-"
#~ "href=\"/event/{{ object.event_id.id }}/my_tickets?"
#~ "registration_ids={{ object.ids }}"
#~ "&amp;tickets_hash={{ object.event_id._get_tickets_access_hash(object.ids) }}"
#~ "&amp;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\">\n"
#~ " Voir les tickets\n"
#~ " </a>\n"
#~ " <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\">\n"
#~ " Voir en ligne\n"
#~ " </a>\n"
#~ " </div>\n"
#~ " </td><td valign=\"middle\" align=\"right\">\n"
#~ " <t t-if=\"object.barcode\">\n"
#~ " <div style=\"margin-bottom: 5px;\">\n"
#~ " <img t-attf-src=\"/report/barcode/QR/"
#~ "{{object.barcode}}?&amp;width=100&amp;height=100&amp;quiet=0\" "
#~ "width=\"100\" height=\"100\" alt=\"QR Code\" t-att-style=\"'height: "
#~ "100px !important;'\"/>\n"
#~ " </div>\n"
#~ " </t>\n"
#~ " <t t-if=\"not object.company_id.uses_default_logo\">\n"
#~ " <img t-att-src=\"'/logo.png?company=%s' % "
#~ "object.company_id.id\" style=\"padding: 0px; margin: 0px; margin-right: "
#~ "10px; height: auto; width: 80px;\" t-att-alt=\"'%s' % "
#~ "object.company_id.name\"/>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ " <tr><td colspan=\"2\" style=\"text-align:center;\">\n"
#~ " <hr width=\"100%\" style=\"background-"
#~ "color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
#~ "size:0px;min-height:1px;line-height:0; margin:16px 0px 16px 0px;\"/>\n"
#~ " </td></tr>\n"
#~ " </table>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ " <!-- EVENT DESCRIPTION -->\n"
#~ " <tr>\n"
#~ " <td align=\"center\" style=\"min-width: 590px;\">\n"
#~ " <table width=\"590\" border=\"0\" cellpadding=\"0\" "
#~ "cellspacing=\"0\" style=\"min-width: 590px; background-color: white; "
#~ "padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <div>\n"
#~ " <t t-set=\"default_name\">Invité</t>\n"
#~ " Bonjour <t t-out=\"object.name or default_name\"/"
#~ ">,<br/><br/>\n"
#~ " Nous sommes ravis de vous rappeler que "
#~ "lévénement\n"
#~ " <t t-if=\"event_website_url\">\n"
#~ " <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 "
#~ "''\">Révélation en ligne de la collection OpenWood</a>\n"
#~ " </t>\n"
#~ " <t t-else=\"\">\n"
#~ " <strong t-out=\"object.event_id.name or "
#~ "''\">Révélation en ligne de la collection OpenWood</strong>\n"
#~ " </t>\n"
#~ " commence <strong t-out=\"object.event_date_range "
#~ "or ''\">aujourdhui</strong>.\n"
#~ " </div>\n"
#~ " <br/>\n"
#~ " <table style=\"width: auto;\">\n"
#~ " <tr>\n"
#~ " <td>\n"
#~ " <strong>Ajouter cet événement à votre "
#~ "calendrier</strong>\n"
#~ " </td>\n"
#~ " <td>\n"
#~ " <a t-attf-href=\"/event/"
#~ "{{ slug(object.event_id) }}/ics?slot_id={{ object.event_slot_id.id }}\" "
#~ "style=\"padding-top: 10px; padding-right:8px; padding-bottom:2px; padding-"
#~ "left:8px; margin-left: 8px; border-radius: 3px; background-color: #E7E9ED;"
#~ "\">\n"
#~ " <img src=\"/event/static/src/img/"
#~ "apple-calendar-128.png\" alt=\"iCal\" title=\"iCal\" style=\"height: "
#~ "20px; vertical-align: baseline;\"/>\n"
#~ " </a>\n"
#~ " </td>\n"
#~ " <td>\n"
#~ " <a t-attf-href=\"/event/"
#~ "{{ slug(object.event_id) }}/ics?slot_id={{ object.event_slot_id.id }}\" "
#~ "style=\"padding-top: 10px; padding-right:8px; padding-bottom:2px; padding-"
#~ "left:8px; margin-left: 8px; border-radius: 3px; background-color: #E7E9ED;"
#~ "\">\n"
#~ " <img src=\"/event/static/src/img/"
#~ "outlook-calendar-128.png\" alt=\"Outlook\" title=\"Outlook\" "
#~ "style=\"height: 20px; vertical-align: baseline;\"/>\n"
#~ " </a>\n"
#~ " </td>\n"
#~ " <td>\n"
#~ " <a t-attf-href=\"https://www.google.com/"
#~ "calendar/render?action=TEMPLATE&amp;text={{ object.event_id.name }}"
#~ "&amp;dates={{ date_begin }}/{{ date_end }}&amp;location={{ location }}"
#~ "&amp;details={{ object.event_id._get_external_description_url_encoded() }}"
#~ "\" target=\"new\" style=\"padding-top: 10px; padding-right:8px; padding-"
#~ "bottom:2px; padding-left:8px; margin-left: 8px; border-radius: 3px; "
#~ "background-color: #E7E9ED;\">\n"
#~ " <img src=\"/event/static/src/img/"
#~ "google-calendar-128.png\" alt=\"Google\" title=\"Google\" style=\"height: "
#~ "20px; vertical-align: baseline;\"/>\n"
#~ " </a>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ " </table>\n"
#~ " <br/><br/>\n"
#~ " <div>\n"
#~ " Nous confirmons votre inscription et espérons "
#~ "vous y rencontrer,<br/>\n"
#~ " <span style=\"color: #454748;\">\n"
#~ " -- <br/>\n"
#~ " <t t-if=\"event_organizer\">\n"
#~ " <t t-out=\"event_organizer.name or "
#~ "''\">YourCompany</t>\n"
#~ " </t>\n"
#~ " <t t-else=\"\">\n"
#~ " Léquipe <t t-out=\"object.event_id.name or "
#~ "''\">Révélation en ligne de la collection OpenWood</t>\n"
#~ " </t>\n"
#~ " </span>\n"
#~ " </div>\n"
#~ " </td></tr>\n"
#~ " <tr><td style=\"text-align:center;\">\n"
#~ " <hr width=\"100%\" style=\"background-"
#~ "color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
#~ "size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\"/>\n"
#~ " </td></tr>\n"
#~ " </table>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ " <!-- DETAILS -->\n"
#~ " <tr>\n"
#~ " <td align=\"center\" style=\"min-width: 590px;\">\n"
#~ " <table width=\"590\" border=\"0\" cellpadding=\"0\" "
#~ "cellspacing=\"0\" style=\"min-width: 590px; background-color: white; "
#~ "padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <table style=\"width:100%;\">\n"
#~ " <tr>\n"
#~ " <td style=\"vertical-align:top;\">\n"
#~ " <img src=\"/mail/font_to_img/61555/"
#~ "rgb(81,81,102)/34\" style=\"padding:4px;max-width:inherit;\" "
#~ "height=\"34\" alt=\"\"/>\n"
#~ " </td>\n"
#~ " <td style=\"padding: 0px 10px 0px "
#~ "10px;width:50%;line-height:20px;vertical-align:top;\">\n"
#~ " <div t-"
#~ "if=\"object.event_id.is_one_day\">\n"
#~ " <t t-out=\"object.event_begin_date\" "
#~ "t-options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;date_only&quot;: True, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;format&quot;: &quot;long&quot;}\">4 mai "
#~ "2021</t>\n"
#~ " <t t-out=\"object.event_begin_date\" "
#~ "t-options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;time_only&quot;: True, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;hide_seconds&quot;: True, "
#~ "&quot;format&quot;: &quot;short&quot;}\">7 h 00</t>\n"
#~ " - <t t-out=\"object.event_end_date\" "
#~ "t-options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;time_only&quot;: True, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;hide_seconds&quot;: True, "
#~ "&quot;format&quot;: &quot;short&quot;}\">17 h 00</t>\n"
#~ " </div>\n"
#~ " <div t-else=\"\">\n"
#~ " <strong>Du</strong>\n"
#~ " <t t-out=\"object.event_begin_date\" "
#~ "t-options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;show_seconds&quot;: False, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;format&quot;: &quot;medium&quot;}\">4 mai "
#~ "2021 - 7 h 00</t>\n"
#~ " <br/>\n"
#~ " <strong>Au</strong>\n"
#~ " <t t-out=\"object.event_end_date\" t-"
#~ "options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;show_seconds&quot;: False, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;format&quot;: &quot;medium&quot;}\">6 mai "
#~ "2021 - 17 h 00</t>\n"
#~ " </div>\n"
#~ " <div style=\"font-"
#~ "size:12px;color:#9e9e9e\"><i>(<t t-out=\"object.event_id.date_tz or "
#~ "''\">Europe/Bruxelles</t>)</i></div>\n"
#~ " </td>\n"
#~ " <td style=\"vertical-align:top;\">\n"
#~ " <t t-if=\"event_address\">\n"
#~ " <img src=\"/mail/font_to_img/61505/"
#~ "rgb(81,81,102)/34\" style=\"padding:4px;max-width:inherit;\" "
#~ "height=\"34\" alt=\"\"/>\n"
#~ " </t>\n"
#~ " </td>\n"
#~ " <td style=\"padding: 0px 10px 0px "
#~ "10px;width:50%;vertical-align:top;\">\n"
#~ " <t t-if=\"event_address\">\n"
#~ " <t t-set=\"location\" t-value=\"''\"/"
#~ ">\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.name\">\n"
#~ " <div t-"
#~ "out=\"object.event_id.address_id.name or ''\">Teksa SpA</div>\n"
#~ " </t>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.street\">\n"
#~ " <div t-"
#~ "out=\"object.event_id.address_id.street or ''\">Puerto Madero 9710</div>\n"
#~ " <t t-set=\"location\" t-"
#~ "value=\"object.event_id.address_id.street\"/>\n"
#~ " </t>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.street2\">\n"
#~ " <div t-"
#~ "out=\"object.event_id.address_id.street2 or ''\">Of A15, Santiago (RM)</"
#~ "div>\n"
#~ " <t t-set=\"location\" t-"
#~ "value=\"'%s, %s' % (location, object.event_id.address_id.street2)\"/>\n"
#~ " </t>\n"
#~ " <div>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.city\">\n"
#~ " <t t-"
#~ "out=\"object.event_id.address_id.city or ''\">Pudahuel</t>,\n"
#~ " <t t-set=\"location\" t-"
#~ "value=\"'%s, %s' % (location, object.event_id.address_id.city)\"/>\n"
#~ " </t>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.state_id.name\">\n"
#~ " <t t-"
#~ "out=\"object.event_id.address_id.state_id.name or ''\">C1</t>,\n"
#~ " <t t-set=\"location\" t-"
#~ "value=\"'%s, %s' % (location, object.event_id.address_id.state_id.name)\"/"
#~ ">\n"
#~ " </t>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.zip\">\n"
#~ " <t t-"
#~ "out=\"object.event_id.address_id.zip or ''\">98450</t>\n"
#~ " <t t-set=\"location\" t-"
#~ "value=\"'%s, %s' % (location, object.event_id.address_id.zip)\"/>\n"
#~ " </t>\n"
#~ " </div>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.country_id.name\">\n"
#~ " <div t-"
#~ "out=\"object.event_id.address_id.country_id.name or ''\">Argentine</div>\n"
#~ " <t t-set=\"location\" t-"
#~ "value=\"'%s, %s' % (location, object.event_id.address_id.country_id.name)"
#~ "\"/>\n"
#~ " </t>\n"
#~ " </t>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ " </table>\n"
#~ " </td></tr>\n"
#~ " <tr><td style=\"text-align:center;\">\n"
#~ " <t t-if=\"event_organizer\">\n"
#~ " <hr width=\"100%\" style=\"background-"
#~ "color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
#~ "size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\"/>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ "\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <!-- CONTACT ORGANIZER -->\n"
#~ " <t t-if=\"event_organizer\">\n"
#~ " <div>\n"
#~ " <span style=\"font-weight:300;margin:10px "
#~ "0px\">Des questions concernant cet événement ?</span>\n"
#~ " <div>Veuillez contacter lorganisateur :</"
#~ "div>\n"
#~ " <ul>\n"
#~ " <li t-out=\"event_organizer.name or "
#~ "''\">YourCompany</li>\n"
#~ " <t t-if=\"event_organizer.email\">\n"
#~ " <li>E-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>\n"
#~ " </t>\n"
#~ " <t t-if=\"event_organizer.phone\">\n"
#~ " <li>Téléphone : <t t-"
#~ "out=\"event_organizer.phone or ''\"/></li>\n"
#~ " </t>\n"
#~ " </ul>\n"
#~ " </div>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ " <tr><td style=\"text-align:center;\">\n"
#~ " <!-- CONTACT ORGANIZER SEPARATION -->\n"
#~ " <hr t-if=\"is_online or event_address\" width=\"100%"
#~ "\" style=\"background-color:rgb(204,204,204);border:medium "
#~ "none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0; "
#~ "margin: 16px 0px 16px 0px;\"/>\n"
#~ " </td></tr>\n"
#~ "\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <!-- PWA MARKGETING -->\n"
#~ " <div t-if=\"is_online\">\n"
#~ " <strong>Profitez de la meilleure expérience "
#~ "mobile.</strong>\n"
#~ " <a href=\"/event\">Installez notre application "
#~ "mobile</a>\n"
#~ " </div>\n"
#~ " </td></tr>\n"
#~ " <tr><td style=\"text-align:center;\">\n"
#~ " <!-- PWA MARKGETING SEPARATION-->\n"
#~ " <hr t-if=\"is_online and event_address\" width=\"100%"
#~ "\" style=\"background-color:rgb(204,204,204);border:medium "
#~ "none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0; "
#~ "margin: 16px 0px 16px 0px;\"/>\n"
#~ " </td></tr>\n"
#~ "\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <!-- GOOGLE MAPS LINK -->\n"
#~ " <table t-if=\"event_address and location\" "
#~ "style=\"width:100%;\"><tr><td>\n"
#~ " <div>\n"
#~ " <img src=\"/web_editor/font_to_img/61505/"
#~ "rgb(81,81,102)/20\" height=\"20\" style=\"vertical-align: bottom;\"/>\n"
#~ " <a t-attf-href=\"https://maps.google.com/maps?"
#~ "q={{ location }}\" target=\"new\">\n"
#~ " <img t-if=\"event_address.static_map_url "
#~ "and event_address.static_map_url_is_valid\" t-attf-"
#~ "src=\"{{ event_address.static_map_url }}\" style=\"vertical-align:bottom; "
#~ "width: 100%;\" alt=\"Google Maps\"/>\n"
#~ " <span t-else=\"\">Voir lemplacement sur "
#~ "Google Maps</span>\n"
#~ " </a>\n"
#~ " </div>\n"
#~ " </td></tr></table>\n"
#~ " </td></tr>\n"
#~ " </table>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ "</tbody>\n"
#~ "</table>\n"
#~ "</td></tr>\n"
#~ "<!-- FOOTER BY -->\n"
#~ "<tr><td align=\"center\" style=\"min-width: 590px;\">\n"
#~ " <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;"
#~ "\">\n"
#~ " <tr><td style=\"text-align: center; font-size: 14px;\">\n"
#~ " Envoyé par <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>\n"
#~ " <t t-if=\"'website_url' in object.event_id and "
#~ "object.event_id.website_url\">\n"
#~ " <br/>\n"
#~ " Découvrez <a href=\"/event\" t-attf-style=\"color: "
#~ "{{object.event_id.user_id.company_id.email_secondary_color or '#875A7B'}};"
#~ "\">tous nos événements</a>.\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ " </table>\n"
#~ "</td></tr>\n"
#~ "</table>\n"
#~ " "
#~ msgid ""
#~ "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"padding-"
#~ "top: 16px; background-color: #F1F1F1; font-family:Verdana, Arial,sans-"
#~ "serif; color: #454748; width: 100%; border-collapse:separate;\"><tr><td "
#~ "align=\"center\">\n"
#~ "<t t-set=\"date_begin\" t-"
#~ "value=\"format_datetime(object.event_begin_date, tz='UTC', "
#~ "dt_format=&quot;yyyyMMdd'T'HHmmss'Z'&quot;)\"/>\n"
#~ "<t t-set=\"date_end\" t-value=\"format_datetime(object.event_end_date, "
#~ "tz='UTC', dt_format=&quot;yyyyMMdd'T'HHmmss'Z'&quot;)\"/>\n"
#~ "<t t-set=\"is_online\" t-value=\"'is_published' in object.event_id and "
#~ "object.event_id.is_published\"/>\n"
#~ "<t t-set=\"is_sale\" t-value=\"'sale_order_id' in object and "
#~ "object.sale_order_id\"/>\n"
#~ "<t t-set=\"event_organizer\" t-value=\"object.event_id.organizer_id\"/>\n"
#~ "<t t-set=\"event_address\" t-value=\"object.event_id.address_id\"/>\n"
#~ "<t t-set=\"event_website_url\" t-"
#~ "value=\"object.event_id.event_share_url\"/>\n"
#~ "<t t-set=\"registration_ids\" t-value=\"object.ids if not is_sale else "
#~ "object._get_event_registration_ids_from_order()\"/>\n"
#~ "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" "
#~ "style=\"padding: 16px; background-color: white; color: #454748; border-"
#~ "collapse:separate;\">\n"
#~ "<tbody>\n"
#~ " <!-- HEADER -->\n"
#~ " <tr>\n"
#~ " <td align=\"center\" style=\"min-width: 590px;\">\n"
#~ " <table width=\"590\" border=\"0\" cellpadding=\"0\" "
#~ "cellspacing=\"0\" style=\"min-width: 590px; background-color: white; "
#~ "padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
#~ " <tr><td valign=\"middle\">\n"
#~ " <span style=\"font-size: 10px;\">Your registration</"
#~ "span><br/>\n"
#~ " <span style=\"font-size: 20px; font-weight: bold;\">\n"
#~ " <t t-set=\"default_name\">Guest</t>\n"
#~ " <t t-out=\"object.name or default_name\"/>\n"
#~ " </span>\n"
#~ " <div style=\"margin-bottom: 5px;margin-top: 18px;\">\n"
#~ " <a t-if=\"object.event_id.address_id\" t-attf-"
#~ "href=\"/event/{{ object.event_id.id }}/my_tickets?"
#~ "registration_ids={{ object.ids }}"
#~ "&amp;tickets_hash={{ object.event_id._get_tickets_access_hash(object.ids) }}"
#~ "&amp;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\">\n"
#~ " View Tickets\n"
#~ " </a>\n"
#~ " <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\">\n"
#~ " View Online\n"
#~ " </a>\n"
#~ " </div>\n"
#~ " </td><td valign=\"middle\" align=\"right\">\n"
#~ " <t t-if=\"object.barcode\"> \n"
#~ " <div style=\"margin-bottom: 5px;\">\n"
#~ " <img t-attf-src=\"/report/barcode/QR/"
#~ "{{object.barcode}}?&amp;width=100&amp;height=100&amp;quiet=0\" "
#~ "width=\"100\" height=\"100\" alt=\"QR Code\" t-att-style=\"'height: "
#~ "100px !important;'\"/>\n"
#~ " </div>\n"
#~ " </t>\n"
#~ " <t t-if=\"not object.company_id.uses_default_logo\">\n"
#~ " <img t-att-src=\"'/logo.png?company=%s' % "
#~ "object.company_id.id\" style=\"padding: 0px; margin: 0px; margin-right: "
#~ "10px; height: auto; width: 80px;\" t-att-alt=\"'%s' % "
#~ "object.company_id.name\"/>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ " <tr><td colspan=\"2\" style=\"text-align:center;\">\n"
#~ " <hr width=\"100%\" style=\"background-"
#~ "color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
#~ "size:0px;min-height:1px;line-height:0; margin:16px 0px 16px 0px;\"/>\n"
#~ " </td></tr>\n"
#~ " </table>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ " <!-- EVENT DESCRIPTION -->\n"
#~ " <tr>\n"
#~ " <td align=\"center\" style=\"min-width: 590px;\">\n"
#~ " <table width=\"590\" border=\"0\" cellpadding=\"0\" "
#~ "cellspacing=\"0\" style=\"min-width: 590px; background-color: white; "
#~ "padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <div>\n"
#~ " <t t-set=\"default_name\">Guest</t>\n"
#~ " Hello <t t-out=\"object.name or default_name\"/>,"
#~ "<br/><br/>\n"
#~ " We are happy to confirm your registration to the "
#~ "event\n"
#~ " <t t-if=\"event_website_url\">\n"
#~ " <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>\n"
#~ " </t>\n"
#~ " <t t-else=\"\">\n"
#~ " <strong t-out=\"object.event_id.name or "
#~ "''\">OpenWood Collection Online Reveal</strong>\n"
#~ " </t>.\n"
#~ " <t t-if=\"object.partner_id and "
#~ "object.partner_id.name and object.partner_id.name != object.name\">\n"
#~ " This ticket was registered by <t t-"
#~ "out=\"object.partner_id.name\"/>.\n"
#~ " </t>\n"
#~ " </div>\n"
#~ " <div t-if=\"is_sale\">\n"
#~ " <br/>\n"
#~ " The order for this ticket has reference <t t-"
#~ "out=\"object.sale_order_id.name\"/>\n"
#~ " and was placed on <t t-"
#~ "out=\"object.sale_order_id.date_order.date()\"/>\n"
#~ " <t t-"
#~ "if=\"object.sale_order_line_id.price_total\"> for an amount of\n"
#~ " <t t-"
#~ "out=\"object.sale_order_line_id.price_total\" t-options=\"{'widget': "
#~ "'monetary', 'display_currency': object.sale_order_line_id.currency_id}\"/"
#~ ">\n"
#~ " </t>.\n"
#~ " </div>\n"
#~ " <br/>\n"
#~ " <table style=\"width: auto;\">\n"
#~ " <tr>\n"
#~ " <td>\n"
#~ " <strong>Add this event to your calendar</"
#~ "strong>\n"
#~ " </td>\n"
#~ " <td>\n"
#~ " <a t-attf-href=\"/event/"
#~ "{{ slug(object.event_id) }}/ics?slot_id={{ object.event_slot_id.id }}\" "
#~ "style=\"padding-top: 10px; padding-right:8px; padding-bottom:2px; padding-"
#~ "left:8px; margin-left: 8px; border-radius: 3px; background-color: #E7E9ED;"
#~ "\">\n"
#~ " <img src=\"/event/static/src/img/"
#~ "apple-calendar-128.png\" alt=\"iCal\" title=\"iCal\" style=\"height: "
#~ "20px; vertical-align: baseline;\"/>\n"
#~ " </a>\n"
#~ " </td>\n"
#~ " <td>\n"
#~ " <a t-attf-href=\"/event/"
#~ "{{ slug(object.event_id) }}/ics?slot_id={{ object.event_slot_id.id }}\" "
#~ "style=\"padding-top: 10px; padding-right:8px; padding-bottom:2px; padding-"
#~ "left:8px; margin-left: 8px; border-radius: 3px; background-color: #E7E9ED;"
#~ "\">\n"
#~ " <img src=\"/event/static/src/img/"
#~ "outlook-calendar-128.png\" alt=\"Outlook\" title=\"Outlook\" "
#~ "style=\"height: 20px; vertical-align: baseline;\"/>\n"
#~ " </a>\n"
#~ " </td>\n"
#~ " <td>\n"
#~ " <a t-attf-href=\"https://www.google.com/"
#~ "calendar/render?action=TEMPLATE&amp;text={{ object.event_id.name }}"
#~ "&amp;dates={{ date_begin }}/{{ date_end }}&amp;location={{ location }}"
#~ "&amp;details={{ object.event_id._get_external_description_url_encoded() }}"
#~ "\" target=\"new\" style=\"padding-top: 10px; padding-right:8px; padding-"
#~ "bottom:2px; padding-left:8px; margin-left: 8px; border-radius: 3px; "
#~ "background-color: #E7E9ED;\">\n"
#~ " <img src=\"/event/static/src/img/"
#~ "google-calendar-128.png\" alt=\"Google\" title=\"Google\" style=\"height: "
#~ "20px; vertical-align: baseline;\"/>\n"
#~ " </a>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ " </table>\n"
#~ " <br/><br/>\n"
#~ " <div>\n"
#~ " See you soon,<br/>\n"
#~ " <span style=\"color: #454748;\">\n"
#~ " -- <br/>\n"
#~ " <t t-if=\"event_organizer\">\n"
#~ " <t t-"
#~ "out=\"event_organizer.name\">YourCompany</t>\n"
#~ " </t>\n"
#~ " <t t-else=\"\">\n"
#~ " The <t t-out=\"object.event_id.name or "
#~ "''\">OpenWood Collection Online Reveal</t> Team\n"
#~ " </t>\n"
#~ " </span>\n"
#~ " </div>\n"
#~ " </td></tr>\n"
#~ " <tr><td style=\"text-align:center;\">\n"
#~ " <hr width=\"100%\" style=\"background-"
#~ "color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
#~ "size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\"/>\n"
#~ " </td></tr>\n"
#~ " </table>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ " <!-- DETAILS -->\n"
#~ " <tr>\n"
#~ " <td align=\"center\" style=\"min-width: 590px;\">\n"
#~ " <table width=\"590\" border=\"0\" cellpadding=\"0\" "
#~ "cellspacing=\"0\" style=\"min-width: 590px; background-color: white; "
#~ "padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <table style=\"width:100%;\">\n"
#~ " <tr>\n"
#~ " <td style=\"vertical-align:top;\">\n"
#~ " <img src=\"/mail/font_to_img/61555/"
#~ "rgb(81,81,102)/34\" style=\"padding:4px;max-width:inherit;\" "
#~ "height=\"34\" alt=\"\"/>\n"
#~ " </td>\n"
#~ " <td style=\"padding: 0px 10px 0px "
#~ "10px;width:50%;line-height:20px;vertical-align:top;\">\n"
#~ " <div t-"
#~ "if=\"object.event_id.is_one_day\">\n"
#~ " <t t-out=\"object.event_begin_date\" "
#~ "t-options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;date_only&quot;: True, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;format&quot;: &quot;long&quot;}\">May 4, "
#~ "2021</t>\n"
#~ " <t t-out=\"object.event_begin_date\" "
#~ "t-options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;time_only&quot;: True, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;hide_seconds&quot;: True, "
#~ "&quot;format&quot;: &quot;short&quot;}\">7:00 AM</t>\n"
#~ " - <t t-out=\"object.event_end_date\" "
#~ "t-options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;time_only&quot;: True, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;hide_seconds&quot;: True, "
#~ "&quot;format&quot;: &quot;short&quot;}\">5:00 PM</t>\n"
#~ " </div>\n"
#~ " <div t-else=\"\">\n"
#~ " <strong>From</strong>\n"
#~ " <t t-out=\"object.event_begin_date\" "
#~ "t-options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;show_seconds&quot;: False, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;format&quot;: &quot;medium&quot;}\">May 4, "
#~ "2021 - 7:00 AM</t>\n"
#~ " <br/>\n"
#~ " <strong>To</strong>\n"
#~ " <t t-out=\"object.event_end_date\" t-"
#~ "options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;show_seconds&quot;: False, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;format&quot;: &quot;medium&quot;}\">May 6, "
#~ "2021 - 5:00 PM</t>\n"
#~ " </div>\n"
#~ " <div style=\"font-"
#~ "size:12px;color:#9e9e9e\"><i>(<t t-out=\"object.event_id.date_tz or "
#~ "''\">Europe/Brussels</t>)</i></div>\n"
#~ " </td>\n"
#~ " <td style=\"vertical-align:top;\">\n"
#~ " <t t-if=\"event_address\">\n"
#~ " <img src=\"/mail/font_to_img/61505/"
#~ "rgb(81,81,102)/34\" style=\"padding:4px;max-width:inherit;\" "
#~ "height=\"34\" alt=\"\"/>\n"
#~ " </t>\n"
#~ " </td>\n"
#~ " <td style=\"padding: 0px 10px 0px "
#~ "10px;width:50%;vertical-align:top;\">\n"
#~ " <t t-if=\"event_address\">\n"
#~ " <t t-set=\"location\" t-value=\"''\"/"
#~ ">\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.name\">\n"
#~ " <div t-"
#~ "out=\"object.event_id.address_id.name\">Teksa SpA</div>\n"
#~ " </t>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.street\">\n"
#~ " <div t-"
#~ "out=\"object.event_id.address_id.street\">Puerto Madero 9710</div>\n"
#~ " <t t-set=\"location\" t-"
#~ "value=\"object.event_id.address_id.street\"/>\n"
#~ " </t>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.street2\">\n"
#~ " <div t-"
#~ "out=\"object.event_id.address_id.street2\">Of A15, Santiago (RM)</div>\n"
#~ " <t t-set=\"location\" t-"
#~ "valuef=\"{{location}}, {{object.event_id.address_id.street2}}\"/>\n"
#~ " </t>\n"
#~ " <div>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.city\">\n"
#~ " <t t-"
#~ "out=\"object.event_id.address_id.city\">Pudahuel</t>,\n"
#~ " <t t-set=\"location\" t-"
#~ "valuef=\"{{location}}, {{object.event_id.address_id.city}}\"/>\n"
#~ " </t>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.state_id.name\">\n"
#~ " <t t-"
#~ "out=\"object.event_id.address_id.state_id.name\">C1</t>,\n"
#~ " <t t-set=\"location\" t-"
#~ "valuef=\"{{location}}, {{object.event_id.address_id.state_id.name}}\"/>\n"
#~ " </t>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.zip\">\n"
#~ " <t t-"
#~ "out=\"object.event_id.address_id.zip\">98450</t>\n"
#~ " <t t-set=\"location\" t-"
#~ "valuef=\"{{location}}, {{object.event_id.address_id.zip}}\"/>\n"
#~ " </t>\n"
#~ " </div>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.country_id.name\">\n"
#~ " <div t-"
#~ "out=\"object.event_id.address_id.country_id.name\">Argentina</div>\n"
#~ " <t t-set=\"location\" t-"
#~ "valuef=\"{{location}}, {{object.event_id.address_id.country_id.name}}\"/"
#~ ">\n"
#~ " </t>\n"
#~ " </t>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ " </table>\n"
#~ " </td></tr>\n"
#~ " <tr><td style=\"text-align:center;\">\n"
#~ " <t t-if=\"event_organizer\">\n"
#~ " <hr width=\"100%\" style=\"background-"
#~ "color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
#~ "size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\"/>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ "\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <!-- CONTACT ORGANIZER -->\n"
#~ " <t t-if=\"event_organizer\">\n"
#~ " <div>\n"
#~ " <span style=\"font-weight:300;margin:10px "
#~ "0px\">Questions about this event?</span>\n"
#~ " <div>Please contact the organizer:</div>\n"
#~ " <ul>\n"
#~ " <li><t t-out=\"event_organizer.name or "
#~ "''\">YourCompany</t></li>\n"
#~ " <t t-if=\"event_organizer.email\">\n"
#~ " <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>\n"
#~ " </t>\n"
#~ " <t t-if=\"event_organizer.phone\">\n"
#~ " <li>Phone: <t t-"
#~ "out=\"event_organizer.phone\">+1 650-123-4567</t></li>\n"
#~ " </t>\n"
#~ " </ul>\n"
#~ " </div>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ " <tr><td style=\"text-align:center;\">\n"
#~ " <!-- CONTACT ORGANIZER SEPARATION -->\n"
#~ " <t t-if=\"is_online or event_address\">\n"
#~ " <hr width=\"100%\" style=\"background-"
#~ "color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
#~ "size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\"/>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ "\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <!-- PWA MARKGETING -->\n"
#~ " <t t-if=\"is_online\">\n"
#~ " <div>\n"
#~ " <strong>Get the best mobile experience.</"
#~ "strong>\n"
#~ " <a href=\"/event\">Install our mobile app</"
#~ "a>\n"
#~ " </div>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ " <tr><td style=\"text-align:center;\">\n"
#~ " <!-- PWA MARKGETING SEPARATION-->\n"
#~ " <t t-if=\"is_online and event_address\">\n"
#~ " <hr width=\"100%\" style=\"background-"
#~ "color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
#~ "size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\"/>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ "\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <!-- GOOGLE MAPS LINK -->\n"
#~ " <t t-if=\"event_address and location\">\n"
#~ " <table style=\"width:100%;\"><tr><td>\n"
#~ " <div>\n"
#~ " <img src=\"/web_editor/font_to_img/61505/"
#~ "rgb(81,81,102)/20\" height=\"20\" style=\"vertical-align: bottom;\"/>\n"
#~ " <a t-attf-href=\"https://maps.google.com/"
#~ "maps?q={{ location }}\" target=\"new\">\n"
#~ " <img t-"
#~ "if=\"event_address.static_map_url and "
#~ "event_address.static_map_url_is_valid\" t-att-"
#~ "src=\"event_address.static_map_url\" style=\"vertical-align:bottom; "
#~ "width: 100%;\" alt=\"Google Maps\"/>\n"
#~ " <t t-else=\"\">See location on Google "
#~ "Maps</t>\n"
#~ " </a>\n"
#~ " </div>\n"
#~ " </td></tr></table>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ " </table>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ "</tbody>\n"
#~ "</table>\n"
#~ "</td></tr>\n"
#~ "<!-- FOOTER BY -->\n"
#~ "<tr><td align=\"center\" style=\"min-width: 590px;\">\n"
#~ " <t t-if=\"object.company_id\">\n"
#~ " <table width=\"590\" border=\"0\" cellpadding=\"0\" "
#~ "cellspacing=\"0\" style=\"min-width: 590px; background-color: #F1F1F1; "
#~ "color: #454748; padding: 8px; border-collapse:separate;\">\n"
#~ " <tr><td style=\"text-align: center; font-size: 14px;\">\n"
#~ " 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>\n"
#~ " <t t-if=\"is_online\">\n"
#~ " <br/>\n"
#~ " Discover <a href=\"/event\" t-attf-style=\"color: "
#~ "{{object.event_id.user_id.company_id.email_secondary_color or '#875A7B'}};"
#~ "\">all our events</a>.\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ " </table>\n"
#~ " </t>\n"
#~ "</td></tr>\n"
#~ "</table>\n"
#~ " "
#~ msgstr ""
#~ "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"padding-"
#~ "top: 16px; background-color: #F1F1F1; font-family:Verdana, Arial,sans-"
#~ "serif; color: #454748; width: 100%; border-collapse:separate;\"><tr><td "
#~ "align=\"center\">\n"
#~ "<t t-set=\"date_begin\" t-"
#~ "value=\"format_datetime(object.event_begin_date, tz='UTC', "
#~ "dt_format=&quot;yyyyMMdd'T'HHmmss'Z'&quot;)\"/>\n"
#~ "<t t-set=\"date_end\" t-value=\"format_datetime(object.event_end_date, "
#~ "tz='UTC', dt_format=&quot;yyyyMMdd'T'HHmmss'Z'&quot;)\"/>\n"
#~ "<t t-set=\"is_online\" t-value=\"'is_published' in object.event_id and "
#~ "object.event_id.is_published\"/>\n"
#~ "<t t-set=\"is_sale\" t-value=\"'sale_order_id' in object and "
#~ "object.sale_order_id\"/>\n"
#~ "<t t-set=\"event_organizer\" t-value=\"object.event_id.organizer_id\"/>\n"
#~ "<t t-set=\"event_address\" t-value=\"object.event_id.address_id\"/>\n"
#~ "<t t-set=\"event_website_url\" t-"
#~ "value=\"object.event_id.event_share_url\"/>\n"
#~ "<t t-set=\"registration_ids\" t-value=\"object.ids if not is_sale else "
#~ "object._get_event_registration_ids_from_order()\"/>\n"
#~ "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" "
#~ "style=\"padding: 16px; background-color: white; color: #454748; border-"
#~ "collapse:separate;\">\n"
#~ "<tbody>\n"
#~ " <!-- HEADER -->\n"
#~ " <tr>\n"
#~ " <td align=\"center\" style=\"min-width: 590px;\">\n"
#~ " <table width=\"590\" border=\"0\" cellpadding=\"0\" "
#~ "cellspacing=\"0\" style=\"min-width: 590px; background-color: white; "
#~ "padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
#~ " <tr><td valign=\"middle\">\n"
#~ " <span style=\"font-size: 10px;\">Votre inscription</"
#~ "span><br/>\n"
#~ " <span style=\"font-size: 20px; font-weight: bold;\">\n"
#~ " <t t-set=\"default_name\">Invité</t>\n"
#~ " <t t-out=\"object.name or default_name\"/>\n"
#~ " </span>\n"
#~ " <div style=\"margin-bottom: 5px;margin-top: 18px;\">\n"
#~ " <a t-if=\"object.event_id.address_id\" t-attf-"
#~ "href=\"/event/{{ object.event_id.id }}/my_tickets?"
#~ "registration_ids={{ object.ids }}"
#~ "&amp;tickets_hash={{ object.event_id._get_tickets_access_hash(object.ids) }}"
#~ "&amp;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\">\n"
#~ " Voir les tickets\n"
#~ " </a>\n"
#~ " <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\">\n"
#~ " Voir en ligne\n"
#~ " </a>\n"
#~ " </div>\n"
#~ " </td><td valign=\"middle\" align=\"right\">\n"
#~ " <t t-if=\"object.barcode\"> \n"
#~ " <div style=\"margin-bottom: 5px;\">\n"
#~ " <img t-attf-src=\"/report/barcode/QR/"
#~ "{{object.barcode}}?&amp;width=100&amp;height=100&amp;quiet=0\" "
#~ "width=\"100\" height=\"100\" alt=\"QR Code\" t-att-style=\"'height: "
#~ "100px !important;'\"/>\n"
#~ " </div>\n"
#~ " </t>\n"
#~ " <t t-if=\"not object.company_id.uses_default_logo\">\n"
#~ " <img t-att-src=\"'/logo.png?company=%s' % "
#~ "object.company_id.id\" style=\"padding: 0px; margin: 0px; margin-right: "
#~ "10px; height: auto; width: 80px;\" t-att-alt=\"'%s' % "
#~ "object.company_id.name\"/>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ " <tr><td colspan=\"2\" style=\"text-align:center;\">\n"
#~ " <hr width=\"100%\" style=\"background-"
#~ "color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
#~ "size:0px;min-height:1px;line-height:0; margin:16px 0px 16px 0px;\"/>\n"
#~ " </td></tr>\n"
#~ " </table>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ " <!-- EVENT DESCRIPTION -->\n"
#~ " <tr>\n"
#~ " <td align=\"center\" style=\"min-width: 590px;\">\n"
#~ " <table width=\"590\" border=\"0\" cellpadding=\"0\" "
#~ "cellspacing=\"0\" style=\"min-width: 590px; background-color: white; "
#~ "padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <div>\n"
#~ " <t t-set=\"default_name\">Invité</t>\n"
#~ " Bonjour <t t-out=\"object.name or default_name\"/"
#~ ">,<br/><br/>\n"
#~ " Nous avons le plaisir de confirmer votre "
#~ "inscription à lévénement\n"
#~ " <t t-if=\"event_website_url\">\n"
#~ " <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>\n"
#~ " </t>\n"
#~ " <t t-else=\"\">\n"
#~ " <strong t-out=\"object.event_id.name or "
#~ "''\">OpenWood Collection Online Reveal</strong>\n"
#~ " </t>.\n"
#~ " <t t-if=\"object.partner_id and "
#~ "object.partner_id.name and object.partner_id.name != object.name\">\n"
#~ " Ce ticket a été enregistré par <t t-"
#~ "out=\"object.partner_id.name\"/>.\n"
#~ " </t>\n"
#~ " </div>\n"
#~ " <div t-if=\"is_sale\">\n"
#~ " <br/>\n"
#~ " La commande de ce ticket porte la référence <t t-"
#~ "out=\"object.sale_order_id.name\"/>\n"
#~ " et a été passée le <t t-"
#~ "out=\"object.sale_order_id.date_order.date()\"/>\n"
#~ " <t t-"
#~ "if=\"object.sale_order_line_id.price_total\"> pour un montant de\n"
#~ " <t t-"
#~ "out=\"object.sale_order_line_id.price_total\" t-options=\"{'widget': "
#~ "'monetary', 'display_currency': object.sale_order_line_id.currency_id}\"/"
#~ ">\n"
#~ " </t>.\n"
#~ " </div>\n"
#~ " <br/>\n"
#~ " <table style=\"width: auto;\">\n"
#~ " <tr>\n"
#~ " <td>\n"
#~ " <strong>Ajouter cet événement à votre "
#~ "agenda</strong>\n"
#~ " </td>\n"
#~ " <td>\n"
#~ " <a t-attf-href=\"/event/"
#~ "{{ slug(object.event_id) }}/ics?slot_id={{ object.event_slot_id.id }}\" "
#~ "style=\"padding-top: 10px; padding-right:8px; padding-bottom:2px; padding-"
#~ "left:8px; margin-left: 8px; border-radius: 3px; background-color: #E7E9ED;"
#~ "\">\n"
#~ " <img src=\"/event/static/src/img/"
#~ "apple-calendar-128.png\" alt=\"iCal\" title=\"iCal\" style=\"height: "
#~ "20px; vertical-align: baseline;\"/>\n"
#~ " </a>\n"
#~ " </td>\n"
#~ " <td>\n"
#~ " <a t-attf-href=\"/event/"
#~ "{{ slug(object.event_id) }}/ics?slot_id={{ object.event_slot_id.id }}\" "
#~ "style=\"padding-top: 10px; padding-right:8px; padding-bottom:2px; padding-"
#~ "left:8px; margin-left: 8px; border-radius: 3px; background-color: #E7E9ED;"
#~ "\">\n"
#~ " <img src=\"/event/static/src/img/"
#~ "outlook-calendar-128.png\" alt=\"Outlook\" title=\"Outlook\" "
#~ "style=\"height: 20px; vertical-align: baseline;\"/>\n"
#~ " </a>\n"
#~ " </td>\n"
#~ " <td>\n"
#~ " <a t-attf-href=\"https://www.google.com/"
#~ "calendar/render?action=TEMPLATE&amp;text={{ object.event_id.name }}"
#~ "&amp;dates={{ date_begin }}/{{ date_end }}&amp;location={{ location }}"
#~ "&amp;details={{ object.event_id._get_external_description_url_encoded() }}"
#~ "\" target=\"new\" style=\"padding-top: 10px; padding-right:8px; padding-"
#~ "bottom:2px; padding-left:8px; margin-left: 8px; border-radius: 3px; "
#~ "background-color: #E7E9ED;\">\n"
#~ " <img src=\"/event/static/src/img/"
#~ "google-calendar-128.png\" alt=\"Google\" title=\"Google\" style=\"height: "
#~ "20px; vertical-align: baseline;\"/>\n"
#~ " </a>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ " </table>\n"
#~ " <br/><br/>\n"
#~ " <div>\n"
#~ " À bientôt,<br/>\n"
#~ " <span style=\"color: #454748;\">\n"
#~ " -- <br/>\n"
#~ " <t t-if=\"event_organizer\">\n"
#~ " <t t-"
#~ "out=\"event_organizer.name\">YourCompany</t>\n"
#~ " </t>\n"
#~ " <t t-else=\"\">\n"
#~ " Léquipe <t t-out=\"object.event_id.name or "
#~ "''\">OpenWood Collection Online Reveal</t>\n"
#~ " </t>\n"
#~ " </span>\n"
#~ " </div>\n"
#~ " </td></tr>\n"
#~ " <tr><td style=\"text-align:center;\">\n"
#~ " <hr width=\"100%\" style=\"background-"
#~ "color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
#~ "size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\"/>\n"
#~ " </td></tr>\n"
#~ " </table>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ " <!-- DETAILS -->\n"
#~ " <tr>\n"
#~ " <td align=\"center\" style=\"min-width: 590px;\">\n"
#~ " <table width=\"590\" border=\"0\" cellpadding=\"0\" "
#~ "cellspacing=\"0\" style=\"min-width: 590px; background-color: white; "
#~ "padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <table style=\"width:100%;\">\n"
#~ " <tr>\n"
#~ " <td style=\"vertical-align:top;\">\n"
#~ " <img src=\"/mail/font_to_img/61555/"
#~ "rgb(81,81,102)/34\" style=\"padding:4px;max-width:inherit;\" "
#~ "height=\"34\" alt=\"\"/>\n"
#~ " </td>\n"
#~ " <td style=\"padding: 0px 10px 0px "
#~ "10px;width:50%;line-height:20px;vertical-align:top;\">\n"
#~ " <div t-"
#~ "if=\"object.event_id.is_one_day\">\n"
#~ " <t t-out=\"object.event_begin_date\" "
#~ "t-options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;date_only&quot;: True, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;format&quot;: &quot;long&quot;}\">4 mai "
#~ "2021</t>\n"
#~ " <t t-out=\"object.event_begin_date\" "
#~ "t-options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;time_only&quot;: True, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;hide_seconds&quot;: True, "
#~ "&quot;format&quot;: &quot;short&quot;}\">7 h</t>\n"
#~ " - <t t-out=\"object.event_end_date\" "
#~ "t-options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;time_only&quot;: True, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;hide_seconds&quot;: True, "
#~ "&quot;format&quot;: &quot;short&quot;}\">17 h</t>\n"
#~ " </div>\n"
#~ " <div t-else=\"\">\n"
#~ " <strong>Du</strong>\n"
#~ " <t t-out=\"object.event_begin_date\" "
#~ "t-options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;show_seconds&quot;: False, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;format&quot;: &quot;medium&quot;}\">4 mai "
#~ "2021 - 7 h</t>\n"
#~ " <br/>\n"
#~ " <strong>Au</strong>\n"
#~ " <t t-out=\"object.event_end_date\" t-"
#~ "options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;show_seconds&quot;: False, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;format&quot;: &quot;medium&quot;}\">6 mai "
#~ "2021 - 17 h</t>\n"
#~ " </div>\n"
#~ " <div style=\"font-"
#~ "size:12px;color:#9e9e9e\"><i>(<t t-out=\"object.event_id.date_tz or "
#~ "''\">Europe/Bruxelles</t>)</i></div>\n"
#~ " </td>\n"
#~ " <td style=\"vertical-align:top;\">\n"
#~ " <t t-if=\"event_address\">\n"
#~ " <img src=\"/mail/font_to_img/61505/"
#~ "rgb(81,81,102)/34\" style=\"padding:4px;max-width:inherit;\" "
#~ "height=\"34\" alt=\"\"/>\n"
#~ " </t>\n"
#~ " </td>\n"
#~ " <td style=\"padding: 0px 10px 0px "
#~ "10px;width:50%;vertical-align:top;\">\n"
#~ " <t t-if=\"event_address\">\n"
#~ " <t t-set=\"location\" t-value=\"''\"/"
#~ ">\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.name\">\n"
#~ " <div t-"
#~ "out=\"object.event_id.address_id.name\">Teksa SpA</div>\n"
#~ " </t>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.street\">\n"
#~ " <div t-"
#~ "out=\"object.event_id.address_id.street\">Puerto Madero 9710</div>\n"
#~ " <t t-set=\"location\" t-"
#~ "value=\"object.event_id.address_id.street\"/>\n"
#~ " </t>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.street2\">\n"
#~ " <div t-"
#~ "out=\"object.event_id.address_id.street2\">Of A15, Santiago (RM)</div>\n"
#~ " <t t-set=\"location\" t-"
#~ "valuef=\"{{location}}, {{object.event_id.address_id.street2}}\"/>\n"
#~ " </t>\n"
#~ " <div>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.city\">\n"
#~ " <t t-"
#~ "out=\"object.event_id.address_id.city\">Pudahuel</t>,\n"
#~ " <t t-set=\"location\" t-"
#~ "valuef=\"{{location}}, {{object.event_id.address_id.city}}\"/>\n"
#~ " </t>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.state_id.name\">\n"
#~ " <t t-"
#~ "out=\"object.event_id.address_id.state_id.name\">C1</t>,\n"
#~ " <t t-set=\"location\" t-"
#~ "valuef=\"{{location}}, {{object.event_id.address_id.state_id.name}}\"/>\n"
#~ " </t>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.zip\">\n"
#~ " <t t-"
#~ "out=\"object.event_id.address_id.zip\">98450</t>\n"
#~ " <t t-set=\"location\" t-"
#~ "valuef=\"{{location}}, {{object.event_id.address_id.zip}}\"/>\n"
#~ " </t>\n"
#~ " </div>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.country_id.name\">\n"
#~ " <div t-"
#~ "out=\"object.event_id.address_id.country_id.name\">Argentine</div>\n"
#~ " <t t-set=\"location\" t-"
#~ "valuef=\"{{location}}, {{object.event_id.address_id.country_id.name}}\"/"
#~ ">\n"
#~ " </t>\n"
#~ " </t>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ " </table>\n"
#~ " </td></tr>\n"
#~ " <tr><td style=\"text-align:center;\">\n"
#~ " <t t-if=\"event_organizer\">\n"
#~ " <hr width=\"100%\" style=\"background-"
#~ "color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
#~ "size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\"/>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ "\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <!-- CONTACT ORGANIZER -->\n"
#~ " <t t-if=\"event_organizer\">\n"
#~ " <div>\n"
#~ " <span style=\"font-weight:300;margin:10px "
#~ "0px\">Des questions à propos de cet événement ?</span>\n"
#~ " <div>Veuillez contacter lorganisateur :</"
#~ "div>\n"
#~ " <ul>\n"
#~ " <li><t t-out=\"event_organizer.name or "
#~ "''\">YourCompany</t></li>\n"
#~ " <t t-if=\"event_organizer.email\">\n"
#~ " <li>E-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>\n"
#~ " </t>\n"
#~ " <t t-if=\"event_organizer.phone\">\n"
#~ " <li>Téléphone : <t t-"
#~ "out=\"event_organizer.phone\">+1 650-123-4567</t></li>\n"
#~ " </t>\n"
#~ " </ul>\n"
#~ " </div>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ " <tr><td style=\"text-align:center;\">\n"
#~ " <!-- CONTACT ORGANIZER SEPARATION -->\n"
#~ " <t t-if=\"is_online or event_address\">\n"
#~ " <hr width=\"100%\" style=\"background-"
#~ "color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
#~ "size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\"/>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ "\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <!-- PWA MARKGETING -->\n"
#~ " <t t-if=\"is_online\">\n"
#~ " <div>\n"
#~ " <strong>Profitez de la meilleure expérience "
#~ "mobile.</strong>\n"
#~ " <a href=\"/event\">Installez notre "
#~ "application mobile</a>\n"
#~ " </div>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ " <tr><td style=\"text-align:center;\">\n"
#~ " <!-- PWA MARKGETING SEPARATION-->\n"
#~ " <t t-if=\"is_online and event_address\">\n"
#~ " <hr width=\"100%\" style=\"background-"
#~ "color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
#~ "size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\"/>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ "\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <!-- GOOGLE MAPS LINK -->\n"
#~ " <t t-if=\"event_address and location\">\n"
#~ " <table style=\"width:100%;\"><tr><td>\n"
#~ " <div>\n"
#~ " <img src=\"/web_editor/font_to_img/61505/"
#~ "rgb(81,81,102)/20\" height=\"20\" style=\"vertical-align: bottom;\"/>\n"
#~ " <a t-attf-href=\"https://maps.google.com/"
#~ "maps?q={{ location }}\" target=\"new\">\n"
#~ " <img t-"
#~ "if=\"event_address.static_map_url and "
#~ "event_address.static_map_url_is_valid\" t-att-"
#~ "src=\"event_address.static_map_url\" style=\"vertical-align:bottom; "
#~ "width: 100%;\" alt=\"Google Maps\"/>\n"
#~ " <t t-else=\"\">Voir lemplacement sur "
#~ "Google Maps</t>\n"
#~ " </a>\n"
#~ " </div>\n"
#~ " </td></tr></table>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ " </table>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ "</tbody>\n"
#~ "</table>\n"
#~ "</td></tr>\n"
#~ "<!-- FOOTER BY -->\n"
#~ "<tr><td align=\"center\" style=\"min-width: 590px;\">\n"
#~ " <t t-if=\"object.company_id\">\n"
#~ " <table width=\"590\" border=\"0\" cellpadding=\"0\" "
#~ "cellspacing=\"0\" style=\"min-width: 590px; background-color: #F1F1F1; "
#~ "color: #454748; padding: 8px; border-collapse:separate;\">\n"
#~ " <tr><td style=\"text-align: center; font-size: 14px;\">\n"
#~ " Envoyé par <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>\n"
#~ " <t t-if=\"is_online\">\n"
#~ " <br/>\n"
#~ " Découvrez <a href=\"/event\" t-attf-style=\"color: "
#~ "{{object.event_id.user_id.company_id.email_secondary_color or '#875A7B'}};"
#~ "\">tous nos événements</a>.\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ " </table>\n"
#~ " </t>\n"
#~ "</td></tr>\n"
#~ "</table>\n"
#~ " "
#~ msgid ""
#~ "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"padding-"
#~ "top: 16px; background-color: #F1F1F1; font-family:Verdana, Arial,sans-"
#~ "serif; color: #454748; width: 100%; border-collapse:separate;\"><tr><td "
#~ "align=\"center\">\n"
#~ "<t t-set=\"date_begin\" t-"
#~ "value=\"format_datetime(object.event_begin_date, tz='UTC', "
#~ "dt_format=&quot;yyyyMMdd'T'HHmmss'Z'&quot;)\"/>\n"
#~ "<t t-set=\"date_end\" t-value=\"format_datetime(object.event_end_date, "
#~ "tz='UTC', dt_format=&quot;yyyyMMdd'T'HHmmss'Z'&quot;)\"/>\n"
#~ "<t t-set=\"is_online\" t-value=\"'is_published' in object.event_id and "
#~ "object.event_id.is_published\"/>\n"
#~ "<t t-set=\"is_sale\" t-value=\"'sale_order_id' in object and "
#~ "object.sale_order_id\"/>\n"
#~ "<t t-set=\"event_organizer\" t-value=\"object.event_id.organizer_id\"/>\n"
#~ "<t t-set=\"event_address\" t-value=\"object.event_id.address_id\"/>\n"
#~ "<t t-set=\"event_website_url\" t-"
#~ "value=\"object.event_id.event_share_url\"/>\n"
#~ "<t t-set=\"registration_ids\" t-value=\"object.ids if not is_sale else "
#~ "object._get_event_registration_ids_from_order()\"/>\n"
#~ "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" "
#~ "style=\"padding: 16px; background-color: white; color: #454748; border-"
#~ "collapse:separate;\">\n"
#~ "<tbody>\n"
#~ " <!-- HEADER -->\n"
#~ " <tr>\n"
#~ " <td align=\"center\" style=\"min-width: 590px;\">\n"
#~ " <table width=\"590\" border=\"0\" cellpadding=\"0\" "
#~ "cellspacing=\"0\" style=\"min-width: 590px; background-color: white; "
#~ "padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
#~ " <tr><td valign=\"middle\">\n"
#~ " <span style=\"font-size: 10px;\">Your registration</"
#~ "span><br/>\n"
#~ " <span style=\"font-size: 20px; font-weight: bold;\">\n"
#~ " <t t-set=\"default_name\">Guest</t>\n"
#~ " <t t-out=\"object.name or default_name\"/>\n"
#~ " </span>\n"
#~ " <div style=\"margin-bottom: 5px;margin-top: 18px;\">\n"
#~ " <a t-if=\"object.event_id.address_id\" t-attf-"
#~ "href=\"/event/{{ object.event_id.id }}/my_tickets?"
#~ "registration_ids={{ object.ids }}"
#~ "&amp;tickets_hash={{ object.event_id._get_tickets_access_hash(object.ids) }}"
#~ "&amp;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\">\n"
#~ " View Tickets\n"
#~ " </a>\n"
#~ " <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\">\n"
#~ " View Online\n"
#~ " </a>\n"
#~ " </div>\n"
#~ " </td><td valign=\"middle\" align=\"right\">\n"
#~ " <t t-if=\"object.barcode\"> \n"
#~ " <div style=\"margin-bottom: 5px;\">\n"
#~ " <img t-attf-src=\"/report/barcode/QR/"
#~ "{{object.barcode}}?&amp;width=100&amp;height=100&amp;quiet=0\" "
#~ "width=\"100\" height=\"100\" alt=\"QR Code\" t-att-style=\"'height: "
#~ "100px !important;'\"/>\n"
#~ " </div>\n"
#~ " </t>\n"
#~ " <t t-if=\"not object.company_id.uses_default_logo\">\n"
#~ " <img t-att-src=\"'/logo.png?company=%s' % "
#~ "object.company_id.id\" style=\"padding: 0px; margin: 0px; margin-right: "
#~ "10px; height: auto; width: 80px;\" t-att-alt=\"'%s' % "
#~ "object.company_id.name\"/>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ " <tr><td colspan=\"2\" style=\"text-align:center;\">\n"
#~ " <hr width=\"100%\" style=\"background-"
#~ "color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
#~ "size:0px;min-height:1px;line-height:0; margin:16px 0px 16px 0px;\"/>\n"
#~ " </td></tr>\n"
#~ " </table>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ " <!-- EVENT DESCRIPTION -->\n"
#~ " <tr>\n"
#~ " <td align=\"center\" style=\"min-width: 590px;\">\n"
#~ " <table width=\"590\" border=\"0\" cellpadding=\"0\" "
#~ "cellspacing=\"0\" style=\"min-width: 590px; background-color: white; "
#~ "padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <div>\n"
#~ " <t t-set=\"default_name\">Guest</t>\n"
#~ " Hello <t t-out=\"object.name or default_name\"/>,"
#~ "<br/><br/>\n"
#~ " We are happy to confirm your registration to the "
#~ "event\n"
#~ " <t t-if=\"event_website_url\">\n"
#~ " <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>\n"
#~ " </t>\n"
#~ " <t t-else=\"\">\n"
#~ " <strong t-out=\"object.event_id.name or "
#~ "''\">OpenWood Collection Online Reveal</strong>\n"
#~ " </t>.\n"
#~ " <t t-if=\"object.partner_id and "
#~ "object.partner_id.name and object.partner_id.name != object.name\">\n"
#~ " This ticket was registered by <t t-"
#~ "out=\"object.partner_id.name\"/>.\n"
#~ " </t>\n"
#~ " </div>\n"
#~ " <div t-if=\"is_sale\">\n"
#~ " <br/>\n"
#~ " The order for this ticket has reference <t t-"
#~ "out=\"object.sale_order_id.name\"/>\n"
#~ " and was placed on <t t-"
#~ "out=\"object.sale_order_id.date_order.date()\"/>\n"
#~ " <t t-if=\"object.sale_order_line_id.price_unit\"> "
#~ "for an amount of\n"
#~ " <t t-"
#~ "out=\"object.sale_order_line_id.price_unit\" t-options=\"{'widget': "
#~ "'monetary', 'display_currency': object.sale_order_line_id.currency_id}\"/"
#~ ">\n"
#~ " </t>.\n"
#~ " </div>\n"
#~ " <br/>\n"
#~ " <table style=\"width: auto;\">\n"
#~ " <tr>\n"
#~ " <td>\n"
#~ " <strong>Add this event to your calendar</"
#~ "strong>\n"
#~ " </td>\n"
#~ " <td>\n"
#~ " <a t-attf-href=\"/event/"
#~ "{{ slug(object.event_id) }}/ics?slot_id={{ object.event_slot_id.id }}\" "
#~ "style=\"padding-top: 10px; padding-right:8px; padding-bottom:2px; padding-"
#~ "left:8px; margin-left: 8px; border-radius: 3px; background-color: #E7E9ED;"
#~ "\">\n"
#~ " <img src=\"/event/static/src/img/"
#~ "apple-calendar-128.png\" alt=\"iCal\" title=\"iCal\" style=\"height: "
#~ "20px; vertical-align: baseline;\"/>\n"
#~ " </a>\n"
#~ " </td>\n"
#~ " <td>\n"
#~ " <a t-attf-href=\"/event/"
#~ "{{ slug(object.event_id) }}/ics?slot_id={{ object.event_slot_id.id }}\" "
#~ "style=\"padding-top: 10px; padding-right:8px; padding-bottom:2px; padding-"
#~ "left:8px; margin-left: 8px; border-radius: 3px; background-color: #E7E9ED;"
#~ "\">\n"
#~ " <img src=\"/event/static/src/img/"
#~ "outlook-calendar-128.png\" alt=\"Outlook\" title=\"Outlook\" "
#~ "style=\"height: 20px; vertical-align: baseline;\"/>\n"
#~ " </a>\n"
#~ " </td>\n"
#~ " <td>\n"
#~ " <a t-attf-href=\"https://www.google.com/"
#~ "calendar/render?action=TEMPLATE&amp;text={{ object.event_id.name }}"
#~ "&amp;dates={{ date_begin }}/{{ date_end }}&amp;location={{ location }}"
#~ "&amp;details={{ object.event_id._get_external_description_url_encoded() }}"
#~ "\" target=\"new\" style=\"padding-top: 10px; padding-right:8px; padding-"
#~ "bottom:2px; padding-left:8px; margin-left: 8px; border-radius: 3px; "
#~ "background-color: #E7E9ED;\">\n"
#~ " <img src=\"/event/static/src/img/"
#~ "google-calendar-128.png\" alt=\"Google\" title=\"Google\" style=\"height: "
#~ "20px; vertical-align: baseline;\"/>\n"
#~ " </a>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ " </table>\n"
#~ " <br/><br/>\n"
#~ " <div>\n"
#~ " See you soon,<br/>\n"
#~ " <span style=\"color: #454748;\">\n"
#~ " -- <br/>\n"
#~ " <t t-if=\"event_organizer\">\n"
#~ " <t t-"
#~ "out=\"event_organizer.name\">YourCompany</t>\n"
#~ " </t>\n"
#~ " <t t-else=\"\">\n"
#~ " The <t t-out=\"object.event_id.name or "
#~ "''\">OpenWood Collection Online Reveal</t> Team\n"
#~ " </t>\n"
#~ " </span>\n"
#~ " </div>\n"
#~ " </td></tr>\n"
#~ " <tr><td style=\"text-align:center;\">\n"
#~ " <hr width=\"100%\" style=\"background-"
#~ "color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
#~ "size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\"/>\n"
#~ " </td></tr>\n"
#~ " </table>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ " <!-- DETAILS -->\n"
#~ " <tr>\n"
#~ " <td align=\"center\" style=\"min-width: 590px;\">\n"
#~ " <table width=\"590\" border=\"0\" cellpadding=\"0\" "
#~ "cellspacing=\"0\" style=\"min-width: 590px; background-color: white; "
#~ "padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <table style=\"width:100%;\">\n"
#~ " <tr>\n"
#~ " <td style=\"vertical-align:top;\">\n"
#~ " <img src=\"/mail/font_to_img/61555/"
#~ "rgb(81,81,102)/34\" style=\"padding:4px;max-width:inherit;\" "
#~ "height=\"34\" alt=\"\"/>\n"
#~ " </td>\n"
#~ " <td style=\"padding: 0px 10px 0px "
#~ "10px;width:50%;line-height:20px;vertical-align:top;\">\n"
#~ " <div t-"
#~ "if=\"object.event_id.is_one_day\">\n"
#~ " <t t-out=\"object.event_begin_date\" "
#~ "t-options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;date_only&quot;: True, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;format&quot;: &quot;long&quot;}\">May 4, "
#~ "2021</t>\n"
#~ " <t t-out=\"object.event_begin_date\" "
#~ "t-options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;time_only&quot;: True, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;hide_seconds&quot;: True, "
#~ "&quot;format&quot;: &quot;short&quot;}\">7:00 AM</t>\n"
#~ " - <t t-out=\"object.event_end_date\" "
#~ "t-options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;time_only&quot;: True, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;hide_seconds&quot;: True, "
#~ "&quot;format&quot;: &quot;short&quot;}\">5:00 PM</t>\n"
#~ " </div>\n"
#~ " <div t-else=\"\">\n"
#~ " <strong>From</strong>\n"
#~ " <t t-out=\"object.event_begin_date\" "
#~ "t-options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;show_seconds&quot;: False, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;format&quot;: &quot;medium&quot;}\">May 4, "
#~ "2021 - 7:00 AM</t>\n"
#~ " <br/>\n"
#~ " <strong>To</strong>\n"
#~ " <t t-out=\"object.event_end_date\" t-"
#~ "options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;show_seconds&quot;: False, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;format&quot;: &quot;medium&quot;}\">May 6, "
#~ "2021 - 5:00 PM</t>\n"
#~ " </div>\n"
#~ " <div style=\"font-"
#~ "size:12px;color:#9e9e9e\"><i>(<t t-out=\"object.event_id.date_tz or "
#~ "''\">Europe/Brussels</t>)</i></div>\n"
#~ " </td>\n"
#~ " <td style=\"vertical-align:top;\">\n"
#~ " <t t-if=\"event_address\">\n"
#~ " <img src=\"/mail/font_to_img/61505/"
#~ "rgb(81,81,102)/34\" style=\"padding:4px;max-width:inherit;\" "
#~ "height=\"34\" alt=\"\"/>\n"
#~ " </t>\n"
#~ " </td>\n"
#~ " <td style=\"padding: 0px 10px 0px "
#~ "10px;width:50%;vertical-align:top;\">\n"
#~ " <t t-if=\"event_address\">\n"
#~ " <t t-set=\"location\" t-value=\"''\"/"
#~ ">\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.name\">\n"
#~ " <div t-"
#~ "out=\"object.event_id.address_id.name\">Teksa SpA</div>\n"
#~ " </t>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.street\">\n"
#~ " <div t-"
#~ "out=\"object.event_id.address_id.street\">Puerto Madero 9710</div>\n"
#~ " <t t-set=\"location\" t-"
#~ "value=\"object.event_id.address_id.street\"/>\n"
#~ " </t>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.street2\">\n"
#~ " <div t-"
#~ "out=\"object.event_id.address_id.street2\">Of A15, Santiago (RM)</div>\n"
#~ " <t t-set=\"location\" t-"
#~ "valuef=\"{{location}}, {{object.event_id.address_id.street2}}\"/>\n"
#~ " </t>\n"
#~ " <div>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.city\">\n"
#~ " <t t-"
#~ "out=\"object.event_id.address_id.city\">Pudahuel</t>,\n"
#~ " <t t-set=\"location\" t-"
#~ "valuef=\"{{location}}, {{object.event_id.address_id.city}}\"/>\n"
#~ " </t>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.state_id.name\">\n"
#~ " <t t-"
#~ "out=\"object.event_id.address_id.state_id.name\">C1</t>,\n"
#~ " <t t-set=\"location\" t-"
#~ "valuef=\"{{location}}, {{object.event_id.address_id.state_id.name}}\"/>\n"
#~ " </t>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.zip\">\n"
#~ " <t t-"
#~ "out=\"object.event_id.address_id.zip\">98450</t>\n"
#~ " <t t-set=\"location\" t-"
#~ "valuef=\"{{location}}, {{object.event_id.address_id.zip}}\"/>\n"
#~ " </t>\n"
#~ " </div>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.country_id.name\">\n"
#~ " <div t-"
#~ "out=\"object.event_id.address_id.country_id.name\">Argentina</div>\n"
#~ " <t t-set=\"location\" t-"
#~ "valuef=\"{{location}}, {{object.event_id.address_id.country_id.name}}\"/"
#~ ">\n"
#~ " </t>\n"
#~ " </t>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ " </table>\n"
#~ " </td></tr>\n"
#~ " <tr><td style=\"text-align:center;\">\n"
#~ " <t t-if=\"event_organizer\">\n"
#~ " <hr width=\"100%\" style=\"background-"
#~ "color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
#~ "size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\"/>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ "\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <!-- CONTACT ORGANIZER -->\n"
#~ " <t t-if=\"event_organizer\">\n"
#~ " <div>\n"
#~ " <span style=\"font-weight:300;margin:10px "
#~ "0px\">Questions about this event?</span>\n"
#~ " <div>Please contact the organizer:</div>\n"
#~ " <ul>\n"
#~ " <li><t t-out=\"event_organizer.name or "
#~ "''\">YourCompany</t></li>\n"
#~ " <t t-if=\"event_organizer.email\">\n"
#~ " <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>\n"
#~ " </t>\n"
#~ " <t t-if=\"event_organizer.phone\">\n"
#~ " <li>Phone: <t t-"
#~ "out=\"event_organizer.phone\">+1 650-123-4567</t></li>\n"
#~ " </t>\n"
#~ " </ul>\n"
#~ " </div>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ " <tr><td style=\"text-align:center;\">\n"
#~ " <!-- CONTACT ORGANIZER SEPARATION -->\n"
#~ " <t t-if=\"is_online or event_address\">\n"
#~ " <hr width=\"100%\" style=\"background-"
#~ "color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
#~ "size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\"/>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ "\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <!-- PWA MARKGETING -->\n"
#~ " <t t-if=\"is_online\">\n"
#~ " <div>\n"
#~ " <strong>Get the best mobile experience.</"
#~ "strong>\n"
#~ " <a href=\"/event\">Install our mobile app</"
#~ "a>\n"
#~ " </div>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ " <tr><td style=\"text-align:center;\">\n"
#~ " <!-- PWA MARKGETING SEPARATION-->\n"
#~ " <t t-if=\"is_online and event_address\">\n"
#~ " <hr width=\"100%\" style=\"background-"
#~ "color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
#~ "size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\"/>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ "\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <!-- GOOGLE MAPS LINK -->\n"
#~ " <t t-if=\"event_address and location\">\n"
#~ " <table style=\"width:100%;\"><tr><td>\n"
#~ " <div>\n"
#~ " <img src=\"/web_editor/font_to_img/61505/"
#~ "rgb(81,81,102)/20\" height=\"20\" style=\"vertical-align: bottom;\"/>\n"
#~ " <a t-attf-href=\"https://maps.google.com/"
#~ "maps?q={{ location }}\" target=\"new\">\n"
#~ " <img t-"
#~ "if=\"event_address.static_map_url and "
#~ "event_address.static_map_url_is_valid\" t-att-"
#~ "src=\"event_address.static_map_url\" style=\"vertical-align:bottom; "
#~ "width: 100%;\" alt=\"Google Maps\"/>\n"
#~ " <t t-else=\"\">See location on Google "
#~ "Maps</t>\n"
#~ " </a>\n"
#~ " </div>\n"
#~ " </td></tr></table>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ " </table>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ "</tbody>\n"
#~ "</table>\n"
#~ "</td></tr>\n"
#~ "<!-- FOOTER BY -->\n"
#~ "<tr><td align=\"center\" style=\"min-width: 590px;\">\n"
#~ " <t t-if=\"object.company_id\">\n"
#~ " <table width=\"590\" border=\"0\" cellpadding=\"0\" "
#~ "cellspacing=\"0\" style=\"min-width: 590px; background-color: #F1F1F1; "
#~ "color: #454748; padding: 8px; border-collapse:separate;\">\n"
#~ " <tr><td style=\"text-align: center; font-size: 14px;\">\n"
#~ " 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>\n"
#~ " <t t-if=\"is_online\">\n"
#~ " <br/>\n"
#~ " Discover <a href=\"/event\" t-attf-style=\"color: "
#~ "{{object.event_id.user_id.company_id.email_secondary_color or '#875A7B'}};"
#~ "\">all our events</a>.\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ " </table>\n"
#~ " </t>\n"
#~ "</td></tr>\n"
#~ "</table>\n"
#~ " "
#~ msgstr ""
#~ "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"padding-"
#~ "top: 16px; background-color: #F1F1F1; font-family:Verdana, Arial,sans-"
#~ "serif; color: #454748; width: 100%; border-collapse:separate;\"><tr><td "
#~ "align=\"center\">\n"
#~ "<t t-set=\"date_begin\" t-"
#~ "value=\"format_datetime(object.event_begin_date, tz='UTC', "
#~ "dt_format=&quot;yyyyMMdd'T'HHmmss'Z'&quot;)\"/>\n"
#~ "<t t-set=\"date_end\" t-value=\"format_datetime(object.event_end_date, "
#~ "tz='UTC', dt_format=&quot;yyyyMMdd'T'HHmmss'Z'&quot;)\"/>\n"
#~ "<t t-set=\"is_online\" t-value=\"'is_published' in object.event_id and "
#~ "object.event_id.is_published\"/>\n"
#~ "<t t-set=\"is_sale\" t-value=\"'sale_order_id' in object and "
#~ "object.sale_order_id\"/>\n"
#~ "<t t-set=\"event_organizer\" t-value=\"object.event_id.organizer_id\"/>\n"
#~ "<t t-set=\"event_address\" t-value=\"object.event_id.address_id\"/>\n"
#~ "<t t-set=\"event_website_url\" t-"
#~ "value=\"object.event_id.event_share_url\"/>\n"
#~ "<t t-set=\"registration_ids\" t-value=\"object.ids if not is_sale else "
#~ "object._get_event_registration_ids_from_order()\"/>\n"
#~ "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" "
#~ "style=\"padding: 16px; background-color: white; color: #454748; border-"
#~ "collapse:separate;\">\n"
#~ "<tbody>\n"
#~ " <!-- HEADER -->\n"
#~ " <tr>\n"
#~ " <td align=\"center\" style=\"min-width: 590px;\">\n"
#~ " <table width=\"590\" border=\"0\" cellpadding=\"0\" "
#~ "cellspacing=\"0\" style=\"min-width: 590px; background-color: white; "
#~ "padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
#~ " <tr><td valign=\"middle\">\n"
#~ " <span style=\"font-size: 10px;\">Votre inscription</"
#~ "span><br/>\n"
#~ " <span style=\"font-size: 20px; font-weight: bold;\">\n"
#~ " <t t-set=\"default_name\">Invité</t>\n"
#~ " <t t-out=\"object.name or default_name\"/>\n"
#~ " </span>\n"
#~ " <div style=\"margin-bottom: 5px;margin-top: 18px;\">\n"
#~ " <a t-if=\"object.event_id.address_id\" t-attf-"
#~ "href=\"/event/{{ object.event_id.id }}/my_tickets?"
#~ "registration_ids={{ object.ids }}"
#~ "&amp;tickets_hash={{ object.event_id._get_tickets_access_hash(object.ids) }}"
#~ "&amp;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\">\n"
#~ " Voir les tickets\n"
#~ " </a>\n"
#~ " <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\">\n"
#~ " Voir en ligne\n"
#~ " </a>\n"
#~ " </div>\n"
#~ " </td><td valign=\"middle\" align=\"right\">\n"
#~ " <t t-if=\"object.barcode\"> \n"
#~ " <div style=\"margin-bottom: 5px;\">\n"
#~ " <img t-attf-src=\"/report/barcode/QR/"
#~ "{{object.barcode}}?&amp;width=100&amp;height=100&amp;quiet=0\" "
#~ "width=\"100\" height=\"100\" alt=\"QR Code\" t-att-style=\"'height: "
#~ "100px !important;'\"/>\n"
#~ " </div>\n"
#~ " </t>\n"
#~ " <t t-if=\"not object.company_id.uses_default_logo\">\n"
#~ " <img t-att-src=\"'/logo.png?company=%s' % "
#~ "object.company_id.id\" style=\"padding: 0px; margin: 0px; margin-right: "
#~ "10px; height: auto; width: 80px;\" t-att-alt=\"'%s' % "
#~ "object.company_id.name\"/>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ " <tr><td colspan=\"2\" style=\"text-align:center;\">\n"
#~ " <hr width=\"100%\" style=\"background-"
#~ "color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
#~ "size:0px;min-height:1px;line-height:0; margin:16px 0px 16px 0px;\"/>\n"
#~ " </td></tr>\n"
#~ " </table>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ " <!-- EVENT DESCRIPTION -->\n"
#~ " <tr>\n"
#~ " <td align=\"center\" style=\"min-width: 590px;\">\n"
#~ " <table width=\"590\" border=\"0\" cellpadding=\"0\" "
#~ "cellspacing=\"0\" style=\"min-width: 590px; background-color: white; "
#~ "padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <div>\n"
#~ " <t t-set=\"default_name\">Invité</t>\n"
#~ " Bonjour <t t-out=\"object.name or default_name\"/"
#~ ">,<br/><br/>\n"
#~ " Nous sommes heureux de confirmer votre "
#~ "inscription à lévénement\n"
#~ " <t t-if=\"event_website_url\">\n"
#~ " <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 ''\">Révélation en ligne de la collection "
#~ "OpenWood</a>\n"
#~ " </t>\n"
#~ " <t t-else=\"\">\n"
#~ " <strong t-out=\"object.event_id.name or "
#~ "''\">Révélation en ligne de la collection OpenWood</strong>\n"
#~ " </t>.\n"
#~ " <t t-if=\"object.partner_id and "
#~ "object.partner_id.name and object.partner_id.name != object.name\">\n"
#~ " Ce ticket a été enregistré par <t t-"
#~ "out=\"object.partner_id.name\"/>.\n"
#~ " </t>\n"
#~ " </div>\n"
#~ " <div t-if=\"is_sale\">\n"
#~ " <br/>\n"
#~ " La commande de ce ticket porte la référence <t t-"
#~ "out=\"object.sale_order_id.name\"/>\n"
#~ " et a été passée le <t t-"
#~ "out=\"object.sale_order_id.date_order.date()\"/>\n"
#~ " <t t-if=\"object.sale_order_line_id.price_unit\"> "
#~ "pour un montant de\n"
#~ " <t t-"
#~ "out=\"object.sale_order_line_id.price_unit\" t-options=\"{'widget': "
#~ "'monetary', 'display_currency': object.sale_order_line_id.currency_id}\"/"
#~ ">\n"
#~ " </t>.\n"
#~ " </div>\n"
#~ " <br/>\n"
#~ " <table style=\"width: auto;\">\n"
#~ " <tr>\n"
#~ " <td>\n"
#~ " <strong>Ajouter cet événement à votre "
#~ "calendrier</strong>\n"
#~ " </td>\n"
#~ " <td>\n"
#~ " <a t-attf-href=\"/event/"
#~ "{{ slug(object.event_id) }}/ics?slot_id={{ object.event_slot_id.id }}\" "
#~ "style=\"padding-top: 10px; padding-right:8px; padding-bottom:2px; padding-"
#~ "left:8px; margin-left: 8px; border-radius: 3px; background-color: #E7E9ED;"
#~ "\">\n"
#~ " <img src=\"/event/static/src/img/"
#~ "apple-calendar-128.png\" alt=\"iCal\" title=\"iCal\" style=\"height: "
#~ "20px; vertical-align: baseline;\"/>\n"
#~ " </a>\n"
#~ " </td>\n"
#~ " <td>\n"
#~ " <a t-attf-href=\"/event/"
#~ "{{ slug(object.event_id) }}/ics?slot_id={{ object.event_slot_id.id }}\" "
#~ "style=\"padding-top: 10px; padding-right:8px; padding-bottom:2px; padding-"
#~ "left:8px; margin-left: 8px; border-radius: 3px; background-color: #E7E9ED;"
#~ "\">\n"
#~ " <img src=\"/event/static/src/img/"
#~ "outlook-calendar-128.png\" alt=\"Outlook\" title=\"Outlook\" "
#~ "style=\"height: 20px; vertical-align: baseline;\"/>\n"
#~ " </a>\n"
#~ " </td>\n"
#~ " <td>\n"
#~ " <a t-attf-href=\"https://www.google.com/"
#~ "calendar/render?action=TEMPLATE&amp;text={{ object.event_id.name }}"
#~ "&amp;dates={{ date_begin }}/{{ date_end }}&amp;location={{ location }}"
#~ "&amp;details={{ object.event_id._get_external_description_url_encoded() }}"
#~ "\" target=\"new\" style=\"padding-top: 10px; padding-right:8px; padding-"
#~ "bottom:2px; padding-left:8px; margin-left: 8px; border-radius: 3px; "
#~ "background-color: #E7E9ED;\">\n"
#~ " <img src=\"/event/static/src/img/"
#~ "google-calendar-128.png\" alt=\"Google\" title=\"Google\" style=\"height: "
#~ "20px; vertical-align: baseline;\"/>\n"
#~ " </a>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ " </table>\n"
#~ " <br/><br/>\n"
#~ " <div>\n"
#~ " À bientôt,<br/>\n"
#~ " <span style=\"color: #454748;\">\n"
#~ " -- <br/>\n"
#~ " <t t-if=\"event_organizer\">\n"
#~ " <t t-"
#~ "out=\"event_organizer.name\">YourCompany</t>\n"
#~ " </t>\n"
#~ " <t t-else=\"\">\n"
#~ " Léquipe <t t-out=\"object.event_id.name or "
#~ "''\">Révélation en ligne de la collection OpenWood</t>\n"
#~ " </t>\n"
#~ " </span>\n"
#~ " </div>\n"
#~ " </td></tr>\n"
#~ " <tr><td style=\"text-align:center;\">\n"
#~ " <hr width=\"100%\" style=\"background-"
#~ "color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
#~ "size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\"/>\n"
#~ " </td></tr>\n"
#~ " </table>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ " <!-- DETAILS -->\n"
#~ " <tr>\n"
#~ " <td align=\"center\" style=\"min-width: 590px;\">\n"
#~ " <table width=\"590\" border=\"0\" cellpadding=\"0\" "
#~ "cellspacing=\"0\" style=\"min-width: 590px; background-color: white; "
#~ "padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <table style=\"width:100%;\">\n"
#~ " <tr>\n"
#~ " <td style=\"vertical-align:top;\">\n"
#~ " <img src=\"/mail/font_to_img/61555/"
#~ "rgb(81,81,102)/34\" style=\"padding:4px;max-width:inherit;\" "
#~ "height=\"34\" alt=\"\"/>\n"
#~ " </td>\n"
#~ " <td style=\"padding: 0px 10px 0px "
#~ "10px;width:50%;line-height:20px;vertical-align:top;\">\n"
#~ " <div t-"
#~ "if=\"object.event_id.is_one_day\">\n"
#~ " <t t-out=\"object.event_begin_date\" "
#~ "t-options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;date_only&quot;: True, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;format&quot;: &quot;long&quot;}\">4 mai "
#~ "2021</t>\n"
#~ " <t t-out=\"object.event_begin_date\" "
#~ "t-options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;time_only&quot;: True, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;hide_seconds&quot;: True, "
#~ "&quot;format&quot;: &quot;short&quot;}\">7 h 00</t>\n"
#~ " - <t t-out=\"object.event_end_date\" "
#~ "t-options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;time_only&quot;: True, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;hide_seconds&quot;: True, "
#~ "&quot;format&quot;: &quot;short&quot;}\">17 h 00</t>\n"
#~ " </div>\n"
#~ " <div t-else=\"\">\n"
#~ " <strong>Du</strong>\n"
#~ " <t t-out=\"object.event_begin_date\" "
#~ "t-options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;show_seconds&quot;: False, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;format&quot;: &quot;medium&quot;}\">4 mai "
#~ "2021 - 7 h 00</t>\n"
#~ " <br/>\n"
#~ " <strong>Au</strong>\n"
#~ " <t t-out=\"object.event_end_date\" t-"
#~ "options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;show_seconds&quot;: False, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;format&quot;: &quot;medium&quot;}\">6 mai "
#~ "2021 - 17 h 00</t>\n"
#~ " </div>\n"
#~ " <div style=\"font-"
#~ "size:12px;color:#9e9e9e\"><i>(<t t-out=\"object.event_id.date_tz or "
#~ "''\">Europe/Bruxelles</t>)</i></div>\n"
#~ " </td>\n"
#~ " <td style=\"vertical-align:top;\">\n"
#~ " <t t-if=\"event_address\">\n"
#~ " <img src=\"/mail/font_to_img/61505/"
#~ "rgb(81,81,102)/34\" style=\"padding:4px;max-width:inherit;\" "
#~ "height=\"34\" alt=\"\"/>\n"
#~ " </t>\n"
#~ " </td>\n"
#~ " <td style=\"padding: 0px 10px 0px "
#~ "10px;width:50%;vertical-align:top;\">\n"
#~ " <t t-if=\"event_address\">\n"
#~ " <t t-set=\"location\" t-value=\"''\"/"
#~ ">\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.name\">\n"
#~ " <div t-"
#~ "out=\"object.event_id.address_id.name\">Teksa SpA</div>\n"
#~ " </t>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.street\">\n"
#~ " <div t-"
#~ "out=\"object.event_id.address_id.street\">Puerto Madero 9710</div>\n"
#~ " <t t-set=\"location\" t-"
#~ "value=\"object.event_id.address_id.street\"/>\n"
#~ " </t>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.street2\">\n"
#~ " <div t-"
#~ "out=\"object.event_id.address_id.street2\">Of A15, Santiago (RM)</div>\n"
#~ " <t t-set=\"location\" t-"
#~ "valuef=\"{{location}}, {{object.event_id.address_id.street2}}\"/>\n"
#~ " </t>\n"
#~ " <div>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.city\">\n"
#~ " <t t-"
#~ "out=\"object.event_id.address_id.city\">Pudahuel</t>,\n"
#~ " <t t-set=\"location\" t-"
#~ "valuef=\"{{location}}, {{object.event_id.address_id.city}}\"/>\n"
#~ " </t>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.state_id.name\">\n"
#~ " <t t-"
#~ "out=\"object.event_id.address_id.state_id.name\">C1</t>,\n"
#~ " <t t-set=\"location\" t-"
#~ "valuef=\"{{location}}, {{object.event_id.address_id.state_id.name}}\"/>\n"
#~ " </t>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.zip\">\n"
#~ " <t t-"
#~ "out=\"object.event_id.address_id.zip\">98450</t>\n"
#~ " <t t-set=\"location\" t-"
#~ "valuef=\"{{location}}, {{object.event_id.address_id.zip}}\"/>\n"
#~ " </t>\n"
#~ " </div>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.country_id.name\">\n"
#~ " <div t-"
#~ "out=\"object.event_id.address_id.country_id.name\">Argentine</div>\n"
#~ " <t t-set=\"location\" t-"
#~ "valuef=\"{{location}}, {{object.event_id.address_id.country_id.name}}\"/"
#~ ">\n"
#~ " </t>\n"
#~ " </t>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ " </table>\n"
#~ " </td></tr>\n"
#~ " <tr><td style=\"text-align:center;\">\n"
#~ " <t t-if=\"event_organizer\">\n"
#~ " <hr width=\"100%\" style=\"background-"
#~ "color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
#~ "size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\"/>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ "\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <!-- CONTACT ORGANIZER -->\n"
#~ " <t t-if=\"event_organizer\">\n"
#~ " <div>\n"
#~ " <span style=\"font-weight:300;margin:10px "
#~ "0px\">Des questions concernant cet événement ?</span>\n"
#~ " <div>Veuillez contacter lorganisateur :</"
#~ "div>\n"
#~ " <ul>\n"
#~ " <li><t t-out=\"event_organizer.name or "
#~ "''\">YourCompany</t></li>\n"
#~ " <t t-if=\"event_organizer.email\">\n"
#~ " <li>E-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>\n"
#~ " </t>\n"
#~ " <t t-if=\"event_organizer.phone\">\n"
#~ " <li>Téléphone : <t t-"
#~ "out=\"event_organizer.phone\">+1 650-123-4567</t></li>\n"
#~ " </t>\n"
#~ " </ul>\n"
#~ " </div>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ " <tr><td style=\"text-align:center;\">\n"
#~ " <!-- CONTACT ORGANIZER SEPARATION -->\n"
#~ " <t t-if=\"is_online or event_address\">\n"
#~ " <hr width=\"100%\" style=\"background-"
#~ "color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
#~ "size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\"/>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ "\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <!-- PWA MARKGETING -->\n"
#~ " <t t-if=\"is_online\">\n"
#~ " <div>\n"
#~ " <strong>Profitez de la meilleure expérience "
#~ "mobile.</strong>\n"
#~ " <a href=\"/event\">Installez notre "
#~ "application mobile</a>\n"
#~ " </div>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ " <tr><td style=\"text-align:center;\">\n"
#~ " <!-- PWA MARKGETING SEPARATION-->\n"
#~ " <t t-if=\"is_online and event_address\">\n"
#~ " <hr width=\"100%\" style=\"background-"
#~ "color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
#~ "size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\"/>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ "\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <!-- GOOGLE MAPS LINK -->\n"
#~ " <t t-if=\"event_address and location\">\n"
#~ " <table style=\"width:100%;\"><tr><td>\n"
#~ " <div>\n"
#~ " <img src=\"/web_editor/font_to_img/61505/"
#~ "rgb(81,81,102)/20\" height=\"20\" style=\"vertical-align: bottom;\"/>\n"
#~ " <a t-attf-href=\"https://maps.google.com/"
#~ "maps?q={{ location }}\" target=\"new\">\n"
#~ " <img t-"
#~ "if=\"event_address.static_map_url and "
#~ "event_address.static_map_url_is_valid\" t-att-"
#~ "src=\"event_address.static_map_url\" style=\"vertical-align:bottom; "
#~ "width: 100%;\" alt=\"Google Maps\"/>\n"
#~ " <t t-else=\"\">Voir lemplacement sur "
#~ "Google Maps</t>\n"
#~ " </a>\n"
#~ " </div>\n"
#~ " </td></tr></table>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ " </table>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ "</tbody>\n"
#~ "</table>\n"
#~ "</td></tr>\n"
#~ "<!-- FOOTER BY -->\n"
#~ "<tr><td align=\"center\" style=\"min-width: 590px;\">\n"
#~ " <t t-if=\"object.company_id\">\n"
#~ " <table width=\"590\" border=\"0\" cellpadding=\"0\" "
#~ "cellspacing=\"0\" style=\"min-width: 590px; background-color: #F1F1F1; "
#~ "color: #454748; padding: 8px; border-collapse:separate;\">\n"
#~ " <tr><td style=\"text-align: center; font-size: 14px;\">\n"
#~ " Envoyé par <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>\n"
#~ " <t t-if=\"is_online\">\n"
#~ " <br/>\n"
#~ " Découvrez <a href=\"/event\" t-attf-style=\"color: "
#~ "{{object.event_id.user_id.company_id.email_secondary_color or '#875A7B'}};"
#~ "\">tous nos événements</a>.\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ " </table>\n"
#~ " </t>\n"
#~ "</td></tr>\n"
#~ "</table>\n"
#~ " "
#~ msgid ""
#~ "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"padding-"
#~ "top: 16px; background-color: #F1F1F1; font-family:Verdana, Arial,sans-"
#~ "serif; color: #454748; width: 100%; border-collapse:separate;\"><tr><td "
#~ "align=\"center\">\n"
#~ "<t t-set=\"date_begin\" t-"
#~ "value=\"format_datetime(object.event_begin_date, tz='UTC', "
#~ "dt_format=&quot;yyyyMMdd'T'HHmmss'Z'&quot;)\"/>\n"
#~ "<t t-set=\"date_end\" t-value=\"format_datetime(object.event_end_date, "
#~ "tz='UTC', dt_format=&quot;yyyyMMdd'T'HHmmss'Z'&quot;)\"/>\n"
#~ "<t t-set=\"is_online\" t-value=\"'is_published' in object.event_id and "
#~ "object.event_id.is_published\"/>\n"
#~ "<t t-set=\"event_organizer\" t-value=\"object.event_id.organizer_id\"/>\n"
#~ "<t t-set=\"event_address\" t-value=\"object.event_id.address_id\"/>\n"
#~ "<t t-set=\"event_website_url\" t-"
#~ "value=\"object.event_id.event_share_url\"/>\n"
#~ "<t t-set=\"registration_ids\" t-value=\"object.ids if not is_sale else "
#~ "object._get_event_registration_ids_from_order()\"/>\n"
#~ "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" "
#~ "style=\"padding: 16px; background-color: white; color: #454748; border-"
#~ "collapse:separate;\">\n"
#~ "<tbody>\n"
#~ " <!-- HEADER -->\n"
#~ " <tr>\n"
#~ " <td align=\"center\" style=\"min-width: 590px;\">\n"
#~ " <table width=\"590\" border=\"0\" cellpadding=\"0\" "
#~ "cellspacing=\"0\" style=\"min-width: 590px; background-color: white; "
#~ "padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
#~ " <tr><td valign=\"middle\">\n"
#~ " <span style=\"font-size: 10px;\">Your registration</"
#~ "span><br/>\n"
#~ " <span style=\"font-size: 20px; font-weight: bold;\">\n"
#~ " <t t-set=\"default_name\">Guest</t>\n"
#~ " <t t-out=\"object.name or default_name\"/>\n"
#~ " </span>\n"
#~ " </td><td valign=\"middle\" align=\"right\">\n"
#~ " <a t-attf-href=\"/event/{{ object.event_id.id }}/"
#~ "my_tickets?badge_mode=1&amp;registration_ids={{ registration_ids }}"
#~ "&amp;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\">\n"
#~ " Download Badges\n"
#~ " </a>\n"
#~ " <t t-if=\"not object.company_id.uses_default_logo\">\n"
#~ " <img t-att-src=\"'/logo.png?company=%s' % "
#~ "object.company_id.id\" style=\"padding: 0px; margin: 0px; height: auto; "
#~ "width: 80px;\" t-att-alt=\"'%s' % object.company_id.name\"/>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ " <tr><td colspan=\"2\" style=\"text-align:center;\">\n"
#~ " <hr width=\"100%\" style=\"background-"
#~ "color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
#~ "size:0px;min-height:1px;line-height:0; margin:16px 0px 16px 0px;\"/>\n"
#~ " </td></tr>\n"
#~ " </table>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ " <!-- EVENT DESCRIPTION -->\n"
#~ " <tr>\n"
#~ " <td align=\"center\" style=\"min-width: 590px;\">\n"
#~ " <table width=\"590\" border=\"0\" cellpadding=\"0\" "
#~ "cellspacing=\"0\" style=\"min-width: 590px; background-color: white; "
#~ "padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <div>\n"
#~ " <t t-set=\"default_name\">Guest</t>\n"
#~ " Hello <t t-out=\"object.name or default_name\"/>,"
#~ "<br/><br/>\n"
#~ " Please find attached your badge for\n"
#~ " <t t-if=\"event_website_url\">\n"
#~ " <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>\n"
#~ " </t>\n"
#~ " <t t-else=\"\">\n"
#~ " <strong t-out=\"object.event_id.name or "
#~ "''\">OpenWood Collection Online Reveal</strong>.\n"
#~ " </t>\n"
#~ " </div>\n"
#~ " <br/>\n"
#~ " <table style=\"width: auto;\">\n"
#~ " <tr>\n"
#~ " <td>\n"
#~ " <strong>Add this event to your calendar</"
#~ "strong>\n"
#~ " </td>\n"
#~ " <td>\n"
#~ " <a t-attf-href=\"/event/"
#~ "{{ slug(object.event_id) }}/ics?slot_id={{ object.event_slot_id.id }}\" "
#~ "style=\"padding-top: 10px; padding-right:8px; padding-bottom:2px; padding-"
#~ "left:8px; margin-left: 8px; border-radius: 3px; background-color: #E7E9ED;"
#~ "\">\n"
#~ " <img src=\"/event/static/src/img/"
#~ "apple-calendar-128.png\" alt=\"iCal\" title=\"iCal\" style=\"height: "
#~ "20px; vertical-align: baseline;\"/>\n"
#~ " </a>\n"
#~ " </td>\n"
#~ " <td>\n"
#~ " <a t-attf-href=\"/event/"
#~ "{{ slug(object.event_id) }}/ics?slot_id={{ object.event_slot_id.id }}\" "
#~ "style=\"padding-top: 10px; padding-right:8px; padding-bottom:2px; padding-"
#~ "left:8px; margin-left: 8px; border-radius: 3px; background-color: #E7E9ED;"
#~ "\">\n"
#~ " <img src=\"/event/static/src/img/"
#~ "outlook-calendar-128.png\" alt=\"Outlook\" title=\"Outlook\" "
#~ "style=\"height: 20px; vertical-align: baseline;\"/>\n"
#~ " </a>\n"
#~ " </td>\n"
#~ " <td>\n"
#~ " <a t-attf-href=\"https://www.google.com/"
#~ "calendar/render?action=TEMPLATE&amp;text={{ object.event_id.name }}"
#~ "&amp;dates={{ date_begin }}/{{ date_end }}&amp;location={{ location }}"
#~ "&amp;details={{ object.event_id._get_external_description() }}\" "
#~ "target=\"new\" style=\"padding-top: 10px; padding-right:8px; padding-"
#~ "bottom:2px; padding-left:8px; margin-left: 8px; border-radius: 3px; "
#~ "background-color: #E7E9ED;\">\n"
#~ " <img src=\"/event/static/src/img/"
#~ "google-calendar-128.png\" alt=\"Google\" title=\"Google\" style=\"height: "
#~ "20px; vertical-align: baseline;\"/>\n"
#~ " </a>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ " </table>\n"
#~ " <br/><br/>\n"
#~ " <div>\n"
#~ " See you soon,<br/>\n"
#~ " <span style=\"color: #454748;\">\n"
#~ " -- <br/>\n"
#~ " <t t-if=\"event_organizer\">\n"
#~ " <t t-out=\"event_organizer.name or "
#~ "''\">YourCompany</t>\n"
#~ " </t>\n"
#~ " <t t-else=\"\">\n"
#~ " The <t t-out=\"object.event_id.name or "
#~ "''\">OpenWood Collection Online Reveal</t> Team\n"
#~ " </t>\n"
#~ " </span>\n"
#~ " </div>\n"
#~ " </td></tr>\n"
#~ " <tr><td style=\"text-align:center;\">\n"
#~ " <hr width=\"100%\" style=\"background-"
#~ "color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
#~ "size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\"/>\n"
#~ " </td></tr>\n"
#~ " </table>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ " <!-- DETAILS -->\n"
#~ " <tr>\n"
#~ " <td align=\"center\" style=\"min-width: 590px;\">\n"
#~ " <table width=\"590\" border=\"0\" cellpadding=\"0\" "
#~ "cellspacing=\"0\" style=\"min-width: 590px; background-color: white; "
#~ "padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <table style=\"width:100%;\">\n"
#~ " <tr>\n"
#~ " <td style=\"vertical-align:top;\">\n"
#~ " <img src=\"/mail/font_to_img/61555/"
#~ "rgb(81,81,102)/34\" style=\"padding:4px;max-width:inherit;\" "
#~ "height=\"34\" alt=\"\"/>\n"
#~ " </td>\n"
#~ " <td style=\"padding: 0px 10px 0px "
#~ "10px;width:50%;line-height:20px;vertical-align:top;\">\n"
#~ " <div t-"
#~ "if=\"object.event_id.is_one_day\">\n"
#~ " <t t-out=\"object.event_begin_date\" "
#~ "t-options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;date_only&quot;: True, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;format&quot;: &quot;long&quot;}\">May 4, "
#~ "2021</t>\n"
#~ " <t t-out=\"object.event_begin_date\" "
#~ "t-options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;time_only&quot;: True, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;hide_seconds&quot;: True, "
#~ "&quot;format&quot;: &quot;short&quot;}\">7:00 AM</t>\n"
#~ " - <t t-out=\"object.event_end_date\" "
#~ "t-options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;time_only&quot;: True, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;hide_seconds&quot;: True, "
#~ "&quot;format&quot;: &quot;short&quot;}\">5:00 PM</t>\n"
#~ " </div>\n"
#~ " <div t-else=\"\">\n"
#~ " <strong>From</strong>\n"
#~ " <t t-out=\"object.event_begin_date\" "
#~ "t-options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;show_seconds&quot;: False, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;format&quot;: &quot;medium&quot;}\">May 4, "
#~ "2021 - 7:00 AM</t>\n"
#~ " <br/>\n"
#~ " <strong>To</strong>\n"
#~ " <t t-out=\"object.event_end_date\" t-"
#~ "options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;show_seconds&quot;: False, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;format&quot;: &quot;medium&quot;}\">May 6, "
#~ "2021 - 5:00 PM</t>\n"
#~ " </div>\n"
#~ " <div style=\"font-"
#~ "size:12px;color:#9e9e9e\"><i>(<t t-out=\"object.event_id.date_tz or "
#~ "''\">Europe/Brussels</t>)</i></div>\n"
#~ " </td>\n"
#~ " <td style=\"vertical-align:top;\">\n"
#~ " <t t-if=\"event_address\">\n"
#~ " <img src=\"/mail/font_to_img/61505/"
#~ "rgb(81,81,102)/34\" style=\"padding:4px;max-width:inherit;\" "
#~ "height=\"34\" alt=\"\"/>\n"
#~ " </t>\n"
#~ " </td>\n"
#~ " <td style=\"padding: 0px 10px 0px "
#~ "10px;width:50%;vertical-align:top;\">\n"
#~ " <t t-if=\"event_address\">\n"
#~ " <t t-set=\"location\" t-value=\"''\"/"
#~ ">\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.name\">\n"
#~ " <div t-"
#~ "out=\"object.event_id.address_id.name\">Teksa SpA</div>\n"
#~ " </t>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.street\">\n"
#~ " <div t-"
#~ "out=\"object.event_id.address_id.street\">Puerto Madero 9710</div>\n"
#~ " <t t-set=\"location\" t-"
#~ "value=\"object.event_id.address_id.street\"/>\n"
#~ " </t>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.street2\">\n"
#~ " <div t-"
#~ "out=\"object.event_id.address_id.street2\">Of A15, Santiago (RM)</div>\n"
#~ " <t t-set=\"location\" t-"
#~ "valuef=\"{{location}}, {{object.event_id.address_id.street2}}\"/>\n"
#~ " </t>\n"
#~ " <div>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.city\">\n"
#~ " <t t-"
#~ "out=\"object.event_id.address_id.city\">Pudahuel</t>,\n"
#~ " <t t-set=\"location\" t-"
#~ "valuef=\"{{location}}, {{object.event_id.address_id.city}}\"/>\n"
#~ " </t>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.state_id.name\">\n"
#~ " <t t-"
#~ "out=\"object.event_id.address_id.state_id.name\">C1</t>,\n"
#~ " <t t-set=\"location\" t-"
#~ "valuef=\"{{location}}, {{object.event_id.address_id.state_id.name}}\"/>\n"
#~ " </t>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.zip\">\n"
#~ " <t t-"
#~ "out=\"object.event_id.address_id.zip\">98450</t>\n"
#~ " <t t-set=\"location\" t-"
#~ "valuef=\"{{location}}, {{object.event_id.address_id.zip}}\"/>\n"
#~ " </t>\n"
#~ " </div>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.country_id.name\">\n"
#~ " <div t-"
#~ "out=\"object.event_id.address_id.country_id.name\">Argentina</div>\n"
#~ " <t t-set=\"location\" t-"
#~ "valuef=\"{{location}}, {{object.event_id.address_id.country_id.name}}\"/"
#~ ">\n"
#~ " </t>\n"
#~ " </t>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ " </table>\n"
#~ " </td></tr>\n"
#~ " <tr><td style=\"text-align:center;\">\n"
#~ " <t t-if=\"event_organizer\">\n"
#~ " <hr width=\"100%\" style=\"background-"
#~ "color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
#~ "size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\"/>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ "\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <!-- CONTACT ORGANIZER -->\n"
#~ " <t t-if=\"event_organizer\">\n"
#~ " <div>\n"
#~ " <span style=\"font-weight:300;margin:10px "
#~ "0px\">Questions about this event?</span>\n"
#~ " <div>Please contact the organizer:</div>\n"
#~ " <ul>\n"
#~ " <li><t t-out=\"event_organizer.name or "
#~ "''\">YourCompany</t></li>\n"
#~ " <t t-if=\"event_organizer.email\">\n"
#~ " <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>\n"
#~ " </t>\n"
#~ " <t t-if=\"event_organizer.phone\">\n"
#~ " <li>Phone: <t t-"
#~ "out=\"event_organizer.phone\">+1 650-123-4567</t></li>\n"
#~ " </t>\n"
#~ " </ul>\n"
#~ " </div>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ " <tr><td style=\"text-align:center;\">\n"
#~ " <!-- CONTACT ORGANIZER SEPARATION -->\n"
#~ " <t t-if=\"is_online or event_address\">\n"
#~ " <hr width=\"100%\" style=\"background-"
#~ "color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
#~ "size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\"/>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ "\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <!-- PWA MARKGETING -->\n"
#~ " <t t-if=\"is_online\">\n"
#~ " <div>\n"
#~ " <strong>Get the best mobile experience.</"
#~ "strong>\n"
#~ " <a href=\"/event\">Install our mobile app</"
#~ "a>\n"
#~ " </div>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ " <tr><td style=\"text-align:center;\">\n"
#~ " <!-- PWA MARKGETING SEPARATION-->\n"
#~ " <t t-if=\"is_online and event_address\">\n"
#~ " <hr width=\"100%\" style=\"background-"
#~ "color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
#~ "size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\"/>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ "\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <!-- GOOGLE MAPS LINK -->\n"
#~ " <t t-if=\"event_address and location\">\n"
#~ " <table style=\"width:100%;\"><tr><td>\n"
#~ " <div>\n"
#~ " <img src=\"/web_editor/font_to_img/61505/"
#~ "rgb(81,81,102)/20\" height=\"20\" style=\"vertical-align: bottom;\"/>\n"
#~ " <a t-attf-href=\"https://maps.google.com/"
#~ "maps?q={{ location }}\" target=\"new\">\n"
#~ " <img t-"
#~ "if=\"event_address.static_map_url and "
#~ "event_address.static_map_url_is_valid\" t-att-"
#~ "src=\"event_address.static_map_url\" style=\"vertical-align:bottom; "
#~ "width: 100%;\" alt=\"Google Maps\"/>\n"
#~ " <t t-else=\"\">See location on Google "
#~ "Maps</t>\n"
#~ " </a>\n"
#~ " </div>\n"
#~ " </td></tr></table>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ " </table>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ "</tbody>\n"
#~ "</table>\n"
#~ "</td></tr>\n"
#~ "<!-- FOOTER BY -->\n"
#~ "<tr><td align=\"center\" style=\"min-width: 590px;\">\n"
#~ " <t t-if=\"object.company_id\">\n"
#~ " <table width=\"590\" border=\"0\" cellpadding=\"0\" "
#~ "cellspacing=\"0\" style=\"min-width: 590px; background-color: #F1F1F1; "
#~ "color: #454748; padding: 8px; border-collapse:separate;\">\n"
#~ " <tr><td style=\"text-align: center; font-size: 14px;\">\n"
#~ " 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>\n"
#~ " <t t-if=\"is_online\">\n"
#~ " <br/>\n"
#~ " Discover <a href=\"/event\" t-attf-style=\"color: "
#~ "{{object.event_id.user_id.company_id.email_secondary_color or '#875A7B'}};"
#~ "\">all our events</a>.\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ " </table>\n"
#~ " </t>\n"
#~ "</td></tr>\n"
#~ "</table>\n"
#~ " "
#~ msgstr ""
#~ "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"padding-"
#~ "top: 16px; background-color: #F1F1F1; font-family:Verdana, Arial,sans-"
#~ "serif; color: #454748; width: 100%; border-collapse:separate;\"><tr><td "
#~ "align=\"center\">\n"
#~ "<t t-set=\"date_begin\" t-"
#~ "value=\"format_datetime(object.event_begin_date, tz='UTC', "
#~ "dt_format=&quot;yyyyMMdd'T'HHmmss'Z'&quot;)\"/>\n"
#~ "<t t-set=\"date_end\" t-value=\"format_datetime(object.event_end_date, "
#~ "tz='UTC', dt_format=&quot;yyyyMMdd'T'HHmmss'Z'&quot;)\"/>\n"
#~ "<t t-set=\"is_online\" t-value=\"'is_published' in object.event_id and "
#~ "object.event_id.is_published\"/>\n"
#~ "<t t-set=\"event_organizer\" t-value=\"object.event_id.organizer_id\"/>\n"
#~ "<t t-set=\"event_address\" t-value=\"object.event_id.address_id\"/>\n"
#~ "<t t-set=\"event_website_url\" t-"
#~ "value=\"object.event_id.event_share_url\"/>\n"
#~ "<t t-set=\"registration_ids\" t-value=\"object.ids if not is_sale else "
#~ "object._get_event_registration_ids_from_order()\"/>\n"
#~ "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" "
#~ "style=\"padding: 16px; background-color: white; color: #454748; border-"
#~ "collapse:separate;\">\n"
#~ "<tbody>\n"
#~ " <!-- HEADER -->\n"
#~ " <tr>\n"
#~ " <td align=\"center\" style=\"min-width: 590px;\">\n"
#~ " <table width=\"590\" border=\"0\" cellpadding=\"0\" "
#~ "cellspacing=\"0\" style=\"min-width: 590px; background-color: white; "
#~ "padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
#~ " <tr><td valign=\"middle\">\n"
#~ " <span style=\"font-size: 10px;\">Votre inscription</"
#~ "span><br/>\n"
#~ " <span style=\"font-size: 20px; font-weight: bold;\">\n"
#~ " <t t-set=\"default_name\">Invité</t>\n"
#~ " <t t-out=\"object.name or default_name\"/>\n"
#~ " </span>\n"
#~ " </td><td valign=\"middle\" align=\"right\">\n"
#~ " <a t-attf-href=\"/event/{{ object.event_id.id }}/"
#~ "my_tickets?badge_mode=1&amp;registration_ids={{ registration_ids }}"
#~ "&amp;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\">\n"
#~ " Télécharger les badges\n"
#~ " </a>\n"
#~ " <t t-if=\"not object.company_id.uses_default_logo\">\n"
#~ " <img t-att-src=\"'/logo.png?company=%s' % "
#~ "object.company_id.id\" style=\"padding: 0px; margin: 0px; height: auto; "
#~ "width: 80px;\" t-att-alt=\"'%s' % object.company_id.name\"/>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ " <tr><td colspan=\"2\" style=\"text-align:center;\">\n"
#~ " <hr width=\"100%\" style=\"background-"
#~ "color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
#~ "size:0px;min-height:1px;line-height:0; margin:16px 0px 16px 0px;\"/>\n"
#~ " </td></tr>\n"
#~ " </table>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ " <!-- EVENT DESCRIPTION -->\n"
#~ " <tr>\n"
#~ " <td align=\"center\" style=\"min-width: 590px;\">\n"
#~ " <table width=\"590\" border=\"0\" cellpadding=\"0\" "
#~ "cellspacing=\"0\" style=\"min-width: 590px; background-color: white; "
#~ "padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <div>\n"
#~ " <t t-set=\"default_name\">Invité</t>\n"
#~ " Bonjour <t t-out=\"object.name or default_name\"/"
#~ ">,<br/><br/>\n"
#~ " Veuillez trouver ci-joint votre badge pour\n"
#~ " <t t-if=\"event_website_url\">\n"
#~ " <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 "
#~ "''\">Mise en ligne de la collection OpenWood</a>\n"
#~ " </t>\n"
#~ " <t t-else=\"\">\n"
#~ " <strong t-out=\"object.event_id.name or "
#~ "''\">Mise en ligne de la collection OpenWood</strong>.\n"
#~ " </t>\n"
#~ " </div>\n"
#~ " <br/>\n"
#~ " <table style=\"width: auto;\">\n"
#~ " <tr>\n"
#~ " <td>\n"
#~ " <strong>Ajoutez cet événement à votre "
#~ "agenda</strong>\n"
#~ " </td>\n"
#~ " <td>\n"
#~ " <a t-attf-href=\"/event/"
#~ "{{ slug(object.event_id) }}/ics?slot_id={{ object.event_slot_id.id }}\" "
#~ "style=\"padding-top: 10px; padding-right:8px; padding-bottom:2px; padding-"
#~ "left:8px; margin-left: 8px; border-radius: 3px; background-color: #E7E9ED;"
#~ "\">\n"
#~ " <img src=\"/event/static/src/img/"
#~ "apple-calendar-128.png\" alt=\"iCal\" title=\"iCal\" style=\"height: "
#~ "20px; vertical-align: baseline;\"/>\n"
#~ " </a>\n"
#~ " </td>\n"
#~ " <td>\n"
#~ " <a t-attf-href=\"/event/"
#~ "{{ slug(object.event_id) }}/ics?slot_id={{ object.event_slot_id.id }}\" "
#~ "style=\"padding-top: 10px; padding-right:8px; padding-bottom:2px; padding-"
#~ "left:8px; margin-left: 8px; border-radius: 3px; background-color: #E7E9ED;"
#~ "\">\n"
#~ " <img src=\"/event/static/src/img/"
#~ "outlook-calendar-128.png\" alt=\"Outlook\" title=\"Outlook\" "
#~ "style=\"height: 20px; vertical-align: baseline;\"/>\n"
#~ " </a>\n"
#~ " </td>\n"
#~ " <td>\n"
#~ " <a t-attf-href=\"https://www.google.com/"
#~ "calendar/render?action=TEMPLATE&amp;text={{ object.event_id.name }}"
#~ "&amp;dates={{ date_begin }}/{{ date_end }}&amp;location={{ location }}"
#~ "&amp;details={{ object.event_id._get_external_description() }}\" "
#~ "target=\"new\" style=\"padding-top: 10px; padding-right:8px; padding-"
#~ "bottom:2px; padding-left:8px; margin-left: 8px; border-radius: 3px; "
#~ "background-color: #E7E9ED;\">\n"
#~ " <img src=\"/event/static/src/img/"
#~ "google-calendar-128.png\" alt=\"Google\" title=\"Google\" style=\"height: "
#~ "20px; vertical-align: baseline;\"/>\n"
#~ " </a>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ " </table>\n"
#~ " <br/><br/>\n"
#~ " <div>\n"
#~ " À bientôt,<br/>\n"
#~ " <span style=\"color: #454748;\">\n"
#~ " -- <br/>\n"
#~ " <t t-if=\"event_organizer\">\n"
#~ " <t t-out=\"event_organizer.name or "
#~ "''\">YourCompany</t>\n"
#~ " </t>\n"
#~ " <t t-else=\"\">\n"
#~ " L'équipe <t t-out=\"object.event_id.name or "
#~ "''\">Mise en ligne de la collection OpenWood</t>\n"
#~ " </t>\n"
#~ " </span>\n"
#~ " </div>\n"
#~ " </td></tr>\n"
#~ " <tr><td style=\"text-align:center;\">\n"
#~ " <hr width=\"100%\" style=\"background-"
#~ "color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
#~ "size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\"/>\n"
#~ " </td></tr>\n"
#~ " </table>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ " <!-- DETAILS -->\n"
#~ " <tr>\n"
#~ " <td align=\"center\" style=\"min-width: 590px;\">\n"
#~ " <table width=\"590\" border=\"0\" cellpadding=\"0\" "
#~ "cellspacing=\"0\" style=\"min-width: 590px; background-color: white; "
#~ "padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <table style=\"width:100%;\">\n"
#~ " <tr>\n"
#~ " <td style=\"vertical-align:top;\">\n"
#~ " <img src=\"/mail/font_to_img/61555/"
#~ "rgb(81,81,102)/34\" style=\"padding:4px;max-width:inherit;\" "
#~ "height=\"34\" alt=\"\"/>\n"
#~ " </td>\n"
#~ " <td style=\"padding: 0px 10px 0px "
#~ "10px;width:50%;line-height:20px;vertical-align:top;\">\n"
#~ " <div t-"
#~ "if=\"object.event_id.is_one_day\">\n"
#~ " <t t-out=\"object.event_begin_date\" "
#~ "t-options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;date_only&quot;: True, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;format&quot;: &quot;long&quot;}\">4 mai "
#~ "2021</t>\n"
#~ " <t t-out=\"object.event_begin_date\" "
#~ "t-options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;time_only&quot;: True, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;hide_seconds&quot;: True, "
#~ "&quot;format&quot;: &quot;short&quot;}\">7:00</t>\n"
#~ " - <t t-out=\"object.event_end_date\" "
#~ "t-options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;time_only&quot;: True, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;hide_seconds&quot;: True, "
#~ "&quot;format&quot;: &quot;short&quot;}\">17:00</t>\n"
#~ " </div>\n"
#~ " <div t-else=\"\">\n"
#~ " <strong>Du</strong>\n"
#~ " <t t-out=\"object.event_begin_date\" "
#~ "t-options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;show_seconds&quot;: False, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;format&quot;: &quot;medium&quot;}\">4 mai "
#~ "2021 - 7:00</t>\n"
#~ " <br/>\n"
#~ " <strong>Au</strong>\n"
#~ " <t t-out=\"object.event_end_date\" t-"
#~ "options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;show_seconds&quot;: False, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;format&quot;: &quot;medium&quot;}\">6 mai "
#~ "2021 - 17:00</t>\n"
#~ " </div>\n"
#~ " <div style=\"font-"
#~ "size:12px;color:#9e9e9e\"><i>(<t t-out=\"object.event_id.date_tz or "
#~ "''\">Europe/Bruxelles</t>)</i></div>\n"
#~ " </td>\n"
#~ " <td style=\"vertical-align:top;\">\n"
#~ " <t t-if=\"event_address\">\n"
#~ " <img src=\"/mail/font_to_img/61505/"
#~ "rgb(81,81,102)/34\" style=\"padding:4px;max-width:inherit;\" "
#~ "height=\"34\" alt=\"\"/>\n"
#~ " </t>\n"
#~ " </td>\n"
#~ " <td style=\"padding: 0px 10px 0px "
#~ "10px;width:50%;vertical-align:top;\">\n"
#~ " <t t-if=\"event_address\">\n"
#~ " <t t-set=\"location\" t-value=\"''\"/"
#~ ">\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.name\">\n"
#~ " <div t-"
#~ "out=\"object.event_id.address_id.name\">Teksa SpA</div>\n"
#~ " </t>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.street\">\n"
#~ " <div t-"
#~ "out=\"object.event_id.address_id.street\">Puerto Madero 9710</div>\n"
#~ " <t t-set=\"location\" t-"
#~ "value=\"object.event_id.address_id.street\"/>\n"
#~ " </t>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.street2\">\n"
#~ " <div t-"
#~ "out=\"object.event_id.address_id.street2\">Of A15, Santiago (RM)</div>\n"
#~ " <t t-set=\"location\" t-"
#~ "valuef=\"{{location}}, {{object.event_id.address_id.street2}}\"/>\n"
#~ " </t>\n"
#~ " <div>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.city\">\n"
#~ " <t t-"
#~ "out=\"object.event_id.address_id.city\">Pudahuel</t>,\n"
#~ " <t t-set=\"location\" t-"
#~ "valuef=\"{{location}}, {{object.event_id.address_id.city}}\"/>\n"
#~ " </t>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.state_id.name\">\n"
#~ " <t t-"
#~ "out=\"object.event_id.address_id.state_id.name\">C1</t>,\n"
#~ " <t t-set=\"location\" t-"
#~ "valuef=\"{{location}}, {{object.event_id.address_id.state_id.name}}\"/>\n"
#~ " </t>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.zip\">\n"
#~ " <t t-"
#~ "out=\"object.event_id.address_id.zip\">98450</t>\n"
#~ " <t t-set=\"location\" t-"
#~ "valuef=\"{{location}}, {{object.event_id.address_id.zip}}\"/>\n"
#~ " </t>\n"
#~ " </div>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.country_id.name\">\n"
#~ " <div t-"
#~ "out=\"object.event_id.address_id.country_id.name\">Argentine</div>\n"
#~ " <t t-set=\"location\" t-"
#~ "valuef=\"{{location}}, {{object.event_id.address_id.country_id.name}}\"/"
#~ ">\n"
#~ " </t>\n"
#~ " </t>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ " </table>\n"
#~ " </td></tr>\n"
#~ " <tr><td style=\"text-align:center;\">\n"
#~ " <t t-if=\"event_organizer\">\n"
#~ " <hr width=\"100%\" style=\"background-"
#~ "color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
#~ "size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\"/>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ "\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <!-- CONTACT ORGANIZER -->\n"
#~ " <t t-if=\"event_organizer\">\n"
#~ " <div>\n"
#~ " <span style=\"font-weight:300;margin:10px "
#~ "0px\">Des questions à propos de cet événement ?</span>\n"
#~ " <div>Veuillez contacter lorganisateur :</"
#~ "div>\n"
#~ " <ul>\n"
#~ " <li><t t-out=\"event_organizer.name or "
#~ "''\">YourCompany</t></li>\n"
#~ " <t t-if=\"event_organizer.email\">\n"
#~ " <li>E-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>\n"
#~ " </t>\n"
#~ " <t t-if=\"event_organizer.phone\">\n"
#~ " <li>Téléphone : <t t-"
#~ "out=\"event_organizer.phone\">+1 650-123-4567</t></li>\n"
#~ " </t>\n"
#~ " </ul>\n"
#~ " </div>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ " <tr><td style=\"text-align:center;\">\n"
#~ " <!-- CONTACT ORGANIZER SEPARATION -->\n"
#~ " <t t-if=\"is_online or event_address\">\n"
#~ " <hr width=\"100%\" style=\"background-"
#~ "color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
#~ "size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\"/>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ "\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <!-- PWA MARKGETING -->\n"
#~ " <t t-if=\"is_online\">\n"
#~ " <div>\n"
#~ " <strong>Profitez de la meilleure expérience "
#~ "mobile.</strong>\n"
#~ " <a href=\"/event\">Installez notre "
#~ "application mobile</a>\n"
#~ " </div>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ " <tr><td style=\"text-align:center;\">\n"
#~ " <!-- PWA MARKGETING SEPARATION-->\n"
#~ " <t t-if=\"is_online and event_address\">\n"
#~ " <hr width=\"100%\" style=\"background-"
#~ "color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
#~ "size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\"/>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ "\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <!-- GOOGLE MAPS LINK -->\n"
#~ " <t t-if=\"event_address and location\">\n"
#~ " <table style=\"width:100%;\"><tr><td>\n"
#~ " <div>\n"
#~ " <img src=\"/web_editor/font_to_img/61505/"
#~ "rgb(81,81,102)/20\" height=\"20\" style=\"vertical-align: bottom;\"/>\n"
#~ " <a t-attf-href=\"https://maps.google.com/"
#~ "maps?q={{ location }}\" target=\"new\">\n"
#~ " <img t-"
#~ "if=\"event_address.static_map_url and "
#~ "event_address.static_map_url_is_valid\" t-att-"
#~ "src=\"event_address.static_map_url\" style=\"vertical-align:bottom; "
#~ "width: 100%;\" alt=\"Google Maps\"/>\n"
#~ " <t t-else=\"\">Voir lemplacement sur "
#~ "Google Maps</t>\n"
#~ " </a>\n"
#~ " </div>\n"
#~ " </td></tr></table>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ " </table>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ "</tbody>\n"
#~ "</table>\n"
#~ "</td></tr>\n"
#~ "<!-- FOOTER BY -->\n"
#~ "<tr><td align=\"center\" style=\"min-width: 590px;\">\n"
#~ " <t t-if=\"object.company_id\">\n"
#~ " <table width=\"590\" border=\"0\" cellpadding=\"0\" "
#~ "cellspacing=\"0\" style=\"min-width: 590px; background-color: #F1F1F1; "
#~ "color: #454748; padding: 8px; border-collapse:separate;\">\n"
#~ " <tr><td style=\"text-align: center; font-size: 14px;\">\n"
#~ " Envoyé par <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>\n"
#~ " <t t-if=\"is_online\">\n"
#~ " <br/>\n"
#~ " Découvrez <a href=\"/event\" t-attf-style=\"color: "
#~ "{{object.event_id.user_id.company_id.email_secondary_color or '#875A7B'}};"
#~ "\">tous nos événements</a>.\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ " </table>\n"
#~ " </t>\n"
#~ "</td></tr>\n"
#~ "</table>\n"
#~ " "
#~ msgid ""
#~ "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"padding-"
#~ "top: 16px; background-color: #F1F1F1; font-family:Verdana, Arial,sans-"
#~ "serif; color: #454748; width: 100%; border-collapse:separate;\"><tr><td "
#~ "align=\"center\">\n"
#~ "<t t-set=\"date_begin\" t-"
#~ "value=\"format_datetime(object.event_begin_date, tz='UTC', "
#~ "dt_format=&quot;yyyyMMdd'T'HHmmss'Z'&quot;)\"/>\n"
#~ "<t t-set=\"date_end\" t-value=\"format_datetime(object.event_end_date, "
#~ "tz='UTC', dt_format=&quot;yyyyMMdd'T'HHmmss'Z'&quot;)\"/>\n"
#~ "<t t-set=\"is_online\" t-value=\"'is_published' in object.event_id and "
#~ "object.event_id.is_published\"/>\n"
#~ "<t t-set=\"is_sale\" t-value=\"'sale_order_id' in object and "
#~ "object.sale_order_id\"/>\n"
#~ "<t t-set=\"event_organizer\" t-value=\"object.event_id.organizer_id\"/>\n"
#~ "<t t-set=\"event_address\" t-value=\"object.event_id.address_id\"/>\n"
#~ "<t t-set=\"event_website_url\" t-value=\"is_online and "
#~ "object.event_id.website_url\"/>\n"
#~ "<t t-set=\"registration_ids\" t-value=\"object.ids if not is_sale else "
#~ "object._get_event_registration_ids_from_order()\"/>\n"
#~ "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" "
#~ "style=\"padding: 16px; background-color: white; color: #454748; border-"
#~ "collapse:separate;\">\n"
#~ "<tbody>\n"
#~ " <!-- HEADER -->\n"
#~ " <tr>\n"
#~ " <td align=\"center\" style=\"min-width: 590px;\">\n"
#~ " <table width=\"590\" border=\"0\" cellpadding=\"0\" "
#~ "cellspacing=\"0\" style=\"min-width: 590px; background-color: white; "
#~ "padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
#~ " <tr><td valign=\"middle\">\n"
#~ " <span style=\"font-size: 10px;\">Your registration</"
#~ "span><br/>\n"
#~ " <t t-set=\"default_name\">Guest</t>\n"
#~ " <span style=\"font-size: 20px; font-weight: bold;\" t-"
#~ "out=\"object.name or default_name\"/>\n"
#~ " <div style=\"margin-bottom: 5px;margin-top: 18px;\">\n"
#~ " <a t-if=\"object.event_id.address_id\" t-attf-"
#~ "href=\"/event/{{ object.event_id.id }}/my_tickets?"
#~ "registration_ids={{ object.ids }}"
#~ "&amp;tickets_hash={{ object.event_id._get_tickets_access_hash(object.ids) }}"
#~ "&amp;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\">\n"
#~ " View Tickets\n"
#~ " </a>\n"
#~ " <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\">\n"
#~ " View Online\n"
#~ " </a>\n"
#~ " </div>\n"
#~ " </td><td valign=\"middle\" align=\"right\">\n"
#~ " <t t-if=\"object.barcode\">\n"
#~ " <div style=\"margin-bottom: 5px;\">\n"
#~ " <img t-attf-src=\"/report/barcode/QR/"
#~ "{{object.barcode}}?&amp;width=100&amp;height=100&amp;quiet=0\" "
#~ "width=\"100\" height=\"100\" alt=\"QR Code\" t-att-style=\"'height: "
#~ "100px !important;'\"/>\n"
#~ " </div>\n"
#~ " </t>\n"
#~ " <t t-if=\"not object.company_id.uses_default_logo\">\n"
#~ " <img t-att-src=\"'/logo.png?company=%s' % "
#~ "object.company_id.id\" style=\"padding: 0px; margin: 0px; margin-right: "
#~ "10px; height: auto; width: 80px;\" t-att-alt=\"'%s' % "
#~ "object.company_id.name\"/>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ " <tr><td colspan=\"2\" style=\"text-align:center;\">\n"
#~ " <hr width=\"100%\" style=\"background-"
#~ "color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
#~ "size:0px;min-height:1px;line-height:0; margin:16px 0px 16px 0px;\"/>\n"
#~ " </td></tr>\n"
#~ " </table>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ " <!-- EVENT DESCRIPTION -->\n"
#~ " <tr>\n"
#~ " <td align=\"center\" style=\"min-width: 590px;\">\n"
#~ " <table width=\"590\" border=\"0\" cellpadding=\"0\" "
#~ "cellspacing=\"0\" style=\"min-width: 590px; background-color: white; "
#~ "padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <div>\n"
#~ " <t t-set=\"default_name\">Guest</t>\n"
#~ " Hello <t t-out=\"object.name or default_name\"/>,"
#~ "<br/><br/>\n"
#~ " We are excited to remind you that the event\n"
#~ " <t t-if=\"event_website_url\">\n"
#~ " <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>\n"
#~ " </t>\n"
#~ " <t t-else=\"\">\n"
#~ " <strong t-out=\"object.event_id.name or "
#~ "''\">OpenWood Collection Online Reveal</strong>\n"
#~ " </t>\n"
#~ " is starting <strong t-"
#~ "out=\"object.event_date_range or ''\">today</strong>.\n"
#~ " </div>\n"
#~ " <br/>\n"
#~ " <table style=\"width: auto;\">\n"
#~ " <tr>\n"
#~ " <td>\n"
#~ " <strong>Add this event to your calendar</"
#~ "strong>\n"
#~ " </td>\n"
#~ " <td>\n"
#~ " <a t-attf-href=\"/event/"
#~ "{{ slug(object.event_id) }}/ics?slot_id={{ object.event_slot_id.id }}\" "
#~ "style=\"padding-top: 10px; padding-right:8px; padding-bottom:2px; padding-"
#~ "left:8px; margin-left: 8px; border-radius: 3px; background-color: #E7E9ED;"
#~ "\">\n"
#~ " <img src=\"/event/static/src/img/"
#~ "apple-calendar-128.png\" alt=\"iCal\" title=\"iCal\" style=\"height: "
#~ "20px; vertical-align: baseline;\"/>\n"
#~ " </a>\n"
#~ " </td>\n"
#~ " <td>\n"
#~ " <a t-attf-href=\"/event/"
#~ "{{ slug(object.event_id) }}/ics?slot_id={{ object.event_slot_id.id }}\" "
#~ "style=\"padding-top: 10px; padding-right:8px; padding-bottom:2px; padding-"
#~ "left:8px; margin-left: 8px; border-radius: 3px; background-color: #E7E9ED;"
#~ "\">\n"
#~ " <img src=\"/event/static/src/img/"
#~ "outlook-calendar-128.png\" alt=\"Outlook\" title=\"Outlook\" "
#~ "style=\"height: 20px; vertical-align: baseline;\"/>\n"
#~ " </a>\n"
#~ " </td>\n"
#~ " <td>\n"
#~ " <a t-attf-href=\"https://www.google.com/"
#~ "calendar/render?action=TEMPLATE&amp;text={{ object.event_id.name }}"
#~ "&amp;dates={{ date_begin }}/{{ date_end }}&amp;location={{ location }}"
#~ "&amp;details={{ object.event_id._get_external_description() }}\" "
#~ "target=\"new\" style=\"padding-top: 10px; padding-right:8px; padding-"
#~ "bottom:2px; padding-left:8px; margin-left: 8px; border-radius: 3px; "
#~ "background-color: #E7E9ED;\">\n"
#~ " <img src=\"/event/static/src/img/"
#~ "google-calendar-128.png\" alt=\"Google\" title=\"Google\" style=\"height: "
#~ "20px; vertical-align: baseline;\"/>\n"
#~ " </a>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ " </table>\n"
#~ " <br/><br/>\n"
#~ " <div>\n"
#~ " We confirm your registration and hope to meet you "
#~ "there,<br/>\n"
#~ " <span style=\"color: #454748;\">\n"
#~ " -- <br/>\n"
#~ " <t t-if=\"event_organizer\">\n"
#~ " <t t-out=\"event_organizer.name or "
#~ "''\">YourCompany</t>\n"
#~ " </t>\n"
#~ " <t t-else=\"\">\n"
#~ " The <t t-out=\"object.event_id.name or "
#~ "''\">OpenWood Collection Online Reveal</t> Team\n"
#~ " </t>\n"
#~ " </span>\n"
#~ " </div>\n"
#~ " </td></tr>\n"
#~ " <tr><td style=\"text-align:center;\">\n"
#~ " <hr width=\"100%\" style=\"background-"
#~ "color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
#~ "size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\"/>\n"
#~ " </td></tr>\n"
#~ " </table>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ " <!-- DETAILS -->\n"
#~ " <tr>\n"
#~ " <td align=\"center\" style=\"min-width: 590px;\">\n"
#~ " <table width=\"590\" border=\"0\" cellpadding=\"0\" "
#~ "cellspacing=\"0\" style=\"min-width: 590px; background-color: white; "
#~ "padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <table style=\"width:100%;\">\n"
#~ " <tr>\n"
#~ " <td style=\"vertical-align:top;\">\n"
#~ " <img src=\"/mail/font_to_img/61555/"
#~ "rgb(81,81,102)/34\" style=\"padding:4px;max-width:inherit;\" "
#~ "height=\"34\" alt=\"\"/>\n"
#~ " </td>\n"
#~ " <td style=\"padding: 0px 10px 0px "
#~ "10px;width:50%;line-height:20px;vertical-align:top;\">\n"
#~ " <div t-"
#~ "if=\"object.event_id.is_one_day\">\n"
#~ " <t t-out=\"object.event_begin_date\" "
#~ "t-options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;date_only&quot;: True, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;format&quot;: &quot;long&quot;}\">May 4, "
#~ "2021</t>\n"
#~ " <t t-out=\"object.event_begin_date\" "
#~ "t-options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;time_only&quot;: True, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;hide_seconds&quot;: True, "
#~ "&quot;format&quot;: &quot;short&quot;}\">7:00 AM</t>\n"
#~ " - <t t-out=\"object.event_end_date\" "
#~ "t-options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;time_only&quot;: True, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;hide_seconds&quot;: True, "
#~ "&quot;format&quot;: &quot;short&quot;}\">5:00 PM</t>\n"
#~ " </div>\n"
#~ " <div t-else=\"\">\n"
#~ " <strong>From</strong>\n"
#~ " <t t-out=\"object.event_begin_date\" "
#~ "t-options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;show_seconds&quot;: False, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;format&quot;: &quot;medium&quot;}\">May 4, "
#~ "2021 - 7:00 AM</t>\n"
#~ " <br/>\n"
#~ " <strong>To</strong>\n"
#~ " <t t-out=\"object.event_end_date\" t-"
#~ "options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;show_seconds&quot;: False, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;format&quot;: &quot;medium&quot;}\">May 6, "
#~ "2021 - 5:00 PM</t>\n"
#~ " </div>\n"
#~ " <div style=\"font-"
#~ "size:12px;color:#9e9e9e\"><i>(<t t-out=\"object.event_id.date_tz or "
#~ "''\">Europe/Brussels</t>)</i></div>\n"
#~ " </td>\n"
#~ " <td style=\"vertical-align:top;\">\n"
#~ " <t t-if=\"event_address\">\n"
#~ " <img src=\"/mail/font_to_img/61505/"
#~ "rgb(81,81,102)/34\" style=\"padding:4px;max-width:inherit;\" "
#~ "height=\"34\" alt=\"\"/>\n"
#~ " </t>\n"
#~ " </td>\n"
#~ " <td style=\"padding: 0px 10px 0px "
#~ "10px;width:50%;vertical-align:top;\">\n"
#~ " <t t-if=\"event_address\">\n"
#~ " <t t-set=\"location\" t-value=\"''\"/"
#~ ">\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.name\">\n"
#~ " <div t-"
#~ "out=\"object.event_id.address_id.name or ''\">Teksa SpA</div>\n"
#~ " </t>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.street\">\n"
#~ " <div t-"
#~ "out=\"object.event_id.address_id.street or ''\">Puerto Madero 9710</div>\n"
#~ " <t t-set=\"location\" t-"
#~ "value=\"object.event_id.address_id.street\"/>\n"
#~ " </t>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.street2\">\n"
#~ " <div t-"
#~ "out=\"object.event_id.address_id.street2 or ''\">Of A15, Santiago (RM)</"
#~ "div>\n"
#~ " <t t-set=\"location\" t-"
#~ "value=\"'%s, %s' % (location, object.event_id.address_id.street2)\"/>\n"
#~ " </t>\n"
#~ " <div>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.city\">\n"
#~ " <t t-"
#~ "out=\"object.event_id.address_id.city or ''\">Pudahuel</t>,\n"
#~ " <t t-set=\"location\" t-"
#~ "value=\"'%s, %s' % (location, object.event_id.address_id.city)\"/>\n"
#~ " </t>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.state_id.name\">\n"
#~ " <t t-"
#~ "out=\"object.event_id.address_id.state_id.name or ''\">C1</t>,\n"
#~ " <t t-set=\"location\" t-"
#~ "value=\"'%s, %s' % (location, object.event_id.address_id.state_id.name)\"/"
#~ ">\n"
#~ " </t>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.zip\">\n"
#~ " <t t-"
#~ "out=\"object.event_id.address_id.zip or ''\">98450</t>\n"
#~ " <t t-set=\"location\" t-"
#~ "value=\"'%s, %s' % (location, object.event_id.address_id.zip)\"/>\n"
#~ " </t>\n"
#~ " </div>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.country_id.name\">\n"
#~ " <div t-"
#~ "out=\"object.event_id.address_id.country_id.name or ''\">Argentina</div>\n"
#~ " <t t-set=\"location\" t-"
#~ "value=\"'%s, %s' % (location, object.event_id.address_id.country_id.name)"
#~ "\"/>\n"
#~ " </t>\n"
#~ " </t>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ " </table>\n"
#~ " </td></tr>\n"
#~ " <tr><td style=\"text-align:center;\">\n"
#~ " <t t-if=\"event_organizer\">\n"
#~ " <hr width=\"100%\" style=\"background-"
#~ "color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
#~ "size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\"/>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ "\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <!-- CONTACT ORGANIZER -->\n"
#~ " <t t-if=\"event_organizer\">\n"
#~ " <div>\n"
#~ " <span style=\"font-weight:300;margin:10px "
#~ "0px\">Questions about this event?</span>\n"
#~ " <div>Please contact the organizer:</div>\n"
#~ " <ul>\n"
#~ " <li t-out=\"event_organizer.name or "
#~ "''\">YourCompany</li>\n"
#~ " <t t-if=\"event_organizer.email\">\n"
#~ " <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>\n"
#~ " </t>\n"
#~ " <t t-if=\"event_organizer.phone\">\n"
#~ " <li>Phone: <t t-"
#~ "out=\"event_organizer.phone or ''\"/></li>\n"
#~ " </t>\n"
#~ " </ul>\n"
#~ " </div>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ " <tr><td style=\"text-align:center;\">\n"
#~ " <!-- CONTACT ORGANIZER SEPARATION -->\n"
#~ " <hr t-if=\"is_online or event_address\" width=\"100%"
#~ "\" style=\"background-color:rgb(204,204,204);border:medium "
#~ "none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0; "
#~ "margin: 16px 0px 16px 0px;\"/>\n"
#~ " </td></tr>\n"
#~ "\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <!-- PWA MARKGETING -->\n"
#~ " <div t-if=\"is_online\">\n"
#~ " <strong>Get the best mobile experience.</strong>\n"
#~ " <a href=\"/event\">Install our mobile app</a>\n"
#~ " </div>\n"
#~ " </td></tr>\n"
#~ " <tr><td style=\"text-align:center;\">\n"
#~ " <!-- PWA MARKGETING SEPARATION-->\n"
#~ " <hr t-if=\"is_online and event_address\" width=\"100%"
#~ "\" style=\"background-color:rgb(204,204,204);border:medium "
#~ "none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0; "
#~ "margin: 16px 0px 16px 0px;\"/>\n"
#~ " </td></tr>\n"
#~ "\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <!-- GOOGLE MAPS LINK -->\n"
#~ " <table t-if=\"event_address and location\" "
#~ "style=\"width:100%;\"><tr><td>\n"
#~ " <div>\n"
#~ " <img src=\"/web_editor/font_to_img/61505/"
#~ "rgb(81,81,102)/20\" height=\"20\" style=\"vertical-align: bottom;\"/>\n"
#~ " <a t-attf-href=\"https://maps.google.com/maps?"
#~ "q={{ location }}\" target=\"new\">\n"
#~ " <img t-if=\"event_address.static_map_url "
#~ "and event_address.static_map_url_is_valid\" t-attf-"
#~ "src=\"{{ event_address.static_map_url }}\" style=\"vertical-align:bottom; "
#~ "width: 100%;\" alt=\"Google Maps\"/>\n"
#~ " <span t-else=\"\">See location on Google "
#~ "Maps</span>\n"
#~ " </a>\n"
#~ " </div>\n"
#~ " </td></tr></table>\n"
#~ " </td></tr>\n"
#~ " </table>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ "</tbody>\n"
#~ "</table>\n"
#~ "</td></tr>\n"
#~ "<!-- FOOTER BY -->\n"
#~ "<tr><td align=\"center\" style=\"min-width: 590px;\">\n"
#~ " <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;"
#~ "\">\n"
#~ " <tr><td style=\"text-align: center; font-size: 14px;\">\n"
#~ " 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>\n"
#~ " <t t-if=\"'website_url' in object.event_id and "
#~ "object.event_id.website_url\">\n"
#~ " <br/>\n"
#~ " Discover <a href=\"/event\" t-attf-style=\"color: "
#~ "{{object.event_id.user_id.company_id.email_secondary_color or '#875A7B'}};"
#~ "\">all our events</a>.\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ " </table>\n"
#~ "</td></tr>\n"
#~ "</table>\n"
#~ " "
#~ msgstr ""
#~ "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"padding-"
#~ "top: 16px; background-color: #F1F1F1; font-family:Verdana, Arial,sans-"
#~ "serif; color: #454748; width: 100%; border-collapse:separate;\"><tr><td "
#~ "align=\"center\">\n"
#~ "<t t-set=\"date_begin\" t-"
#~ "value=\"format_datetime(object.event_begin_date, tz='UTC', "
#~ "dt_format=&quot;yyyyMMdd'T'HHmmss'Z'&quot;)\"/>\n"
#~ "<t t-set=\"date_end\" t-value=\"format_datetime(object.event_end_date, "
#~ "tz='UTC', dt_format=&quot;yyyyMMdd'T'HHmmss'Z'&quot;)\"/>\n"
#~ "<t t-set=\"is_online\" t-value=\"'is_published' in object.event_id and "
#~ "object.event_id.is_published\"/>\n"
#~ "<t t-set=\"is_sale\" t-value=\"'sale_order_id' in object and "
#~ "object.sale_order_id\"/>\n"
#~ "<t t-set=\"event_organizer\" t-value=\"object.event_id.organizer_id\"/>\n"
#~ "<t t-set=\"event_address\" t-value=\"object.event_id.address_id\"/>\n"
#~ "<t t-set=\"event_website_url\" t-value=\"is_online and "
#~ "object.event_id.website_url\"/>\n"
#~ "<t t-set=\"registration_ids\" t-value=\"object.ids if not is_sale else "
#~ "object._get_event_registration_ids_from_order()\"/>\n"
#~ "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" "
#~ "style=\"padding: 16px; background-color: white; color: #454748; border-"
#~ "collapse:separate;\">\n"
#~ "<tbody>\n"
#~ " <!-- HEADER -->\n"
#~ " <tr>\n"
#~ " <td align=\"center\" style=\"min-width: 590px;\">\n"
#~ " <table width=\"590\" border=\"0\" cellpadding=\"0\" "
#~ "cellspacing=\"0\" style=\"min-width: 590px; background-color: white; "
#~ "padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
#~ " <tr><td valign=\"middle\">\n"
#~ " <span style=\"font-size: 10px;\">Votre inscription</"
#~ "span><br/>\n"
#~ " <t t-set=\"default_name\">Invité</t>\n"
#~ " <span style=\"font-size: 20px; font-weight: bold;\" t-"
#~ "out=\"object.name or default_name\"/>\n"
#~ " <div style=\"margin-bottom: 5px;margin-top: 18px;\">\n"
#~ " <a t-if=\"object.event_id.address_id\" t-attf-"
#~ "href=\"/event/{{ object.event_id.id }}/my_tickets?"
#~ "registration_ids={{ object.ids }}"
#~ "&amp;tickets_hash={{ object.event_id._get_tickets_access_hash(object.ids) }}"
#~ "&amp;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\">\n"
#~ " Voir les tickets\n"
#~ " </a>\n"
#~ " <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\">\n"
#~ " Voir en ligne\n"
#~ " </a>\n"
#~ " </div>\n"
#~ " </td><td valign=\"middle\" align=\"right\">\n"
#~ " <t t-if=\"object.barcode\">\n"
#~ " <div style=\"margin-bottom: 5px;\">\n"
#~ " <img t-attf-src=\"/report/barcode/QR/"
#~ "{{object.barcode}}?&amp;width=100&amp;height=100&amp;quiet=0\" "
#~ "width=\"100\" height=\"100\" alt=\"QR Code\" t-att-style=\"'height: "
#~ "100px !important;'\"/>\n"
#~ " </div>\n"
#~ " </t>\n"
#~ " <t t-if=\"not object.company_id.uses_default_logo\">\n"
#~ " <img t-att-src=\"'/logo.png?company=%s' % "
#~ "object.company_id.id\" style=\"padding: 0px; margin: 0px; margin-right: "
#~ "10px; height: auto; width: 80px;\" t-att-alt=\"'%s' % "
#~ "object.company_id.name\"/>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ " <tr><td colspan=\"2\" style=\"text-align:center;\">\n"
#~ " <hr width=\"100%\" style=\"background-"
#~ "color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
#~ "size:0px;min-height:1px;line-height:0; margin:16px 0px 16px 0px;\"/>\n"
#~ " </td></tr>\n"
#~ " </table>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ " <!-- EVENT DESCRIPTION -->\n"
#~ " <tr>\n"
#~ " <td align=\"center\" style=\"min-width: 590px;\">\n"
#~ " <table width=\"590\" border=\"0\" cellpadding=\"0\" "
#~ "cellspacing=\"0\" style=\"min-width: 590px; background-color: white; "
#~ "padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <div>\n"
#~ " <t t-set=\"default_name\">Invité</t>\n"
#~ " Bonjour <t t-out=\"object.name or default_name\"/"
#~ ">,<br/><br/>\n"
#~ " Nous sommes ravis de vous rappeler que "
#~ "lévénement\n"
#~ " <t t-if=\"event_website_url\">\n"
#~ " <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 "
#~ "''\">Mise en ligne de la collection OpenWood</a>\n"
#~ " </t>\n"
#~ " <t t-else=\"\">\n"
#~ " <strong t-out=\"object.event_id.name or "
#~ "''\">Mise en ligne de la collection OpenWood</strong>\n"
#~ " </t>\n"
#~ " commence <strong t-out=\"object.event_date_range "
#~ "or ''\">aujourd'hui</strong>.\n"
#~ " </div>\n"
#~ " <br/>\n"
#~ " <table style=\"width: auto;\">\n"
#~ " <tr>\n"
#~ " <td>\n"
#~ " <strong>Ajoutez cet événement à votre "
#~ "agenda</strong>\n"
#~ " </td>\n"
#~ " <td>\n"
#~ " <a t-attf-href=\"/event/"
#~ "{{ slug(object.event_id) }}/ics?slot_id={{ object.event_slot_id.id }}\" "
#~ "style=\"padding-top: 10px; padding-right:8px; padding-bottom:2px; padding-"
#~ "left:8px; margin-left: 8px; border-radius: 3px; background-color: #E7E9ED;"
#~ "\">\n"
#~ " <img src=\"/event/static/src/img/"
#~ "apple-calendar-128.png\" alt=\"iCal\" title=\"iCal\" style=\"height: "
#~ "20px; vertical-align: baseline;\"/>\n"
#~ " </a>\n"
#~ " </td>\n"
#~ " <td>\n"
#~ " <a t-attf-href=\"/event/"
#~ "{{ slug(object.event_id) }}/ics?slot_id={{ object.event_slot_id.id }}\" "
#~ "style=\"padding-top: 10px; padding-right:8px; padding-bottom:2px; padding-"
#~ "left:8px; margin-left: 8px; border-radius: 3px; background-color: #E7E9ED;"
#~ "\">\n"
#~ " <img src=\"/event/static/src/img/"
#~ "outlook-calendar-128.png\" alt=\"Outlook\" title=\"Outlook\" "
#~ "style=\"height: 20px; vertical-align: baseline;\"/>\n"
#~ " </a>\n"
#~ " </td>\n"
#~ " <td>\n"
#~ " <a t-attf-href=\"https://www.google.com/"
#~ "calendar/render?action=TEMPLATE&amp;text={{ object.event_id.name }}"
#~ "&amp;dates={{ date_begin }}/{{ date_end }}&amp;location={{ location }}"
#~ "&amp;details={{ object.event_id._get_external_description() }}\" "
#~ "target=\"new\" style=\"padding-top: 10px; padding-right:8px; padding-"
#~ "bottom:2px; padding-left:8px; margin-left: 8px; border-radius: 3px; "
#~ "background-color: #E7E9ED;\">\n"
#~ " <img src=\"/event/static/src/img/"
#~ "google-calendar-128.png\" alt=\"Google\" title=\"Google\" style=\"height: "
#~ "20px; vertical-align: baseline;\"/>\n"
#~ " </a>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ " </table>\n"
#~ " <br/><br/>\n"
#~ " <div>\n"
#~ " Nous confirmons votre inscription et espérons "
#~ "vous y rencontrer,<br/>\n"
#~ " <span style=\"color: #454748;\">\n"
#~ " -- <br/>\n"
#~ " <t t-if=\"event_organizer\">\n"
#~ " <t t-out=\"event_organizer.name or "
#~ "''\">YourCompany</t>\n"
#~ " </t>\n"
#~ " <t t-else=\"\">\n"
#~ " Léquipe <t t-out=\"object.event_id.name or "
#~ "''\">Mise en ligne de la collection OpenWood</t>\n"
#~ " </t>\n"
#~ " </span>\n"
#~ " </div>\n"
#~ " </td></tr>\n"
#~ " <tr><td style=\"text-align:center;\">\n"
#~ " <hr width=\"100%\" style=\"background-"
#~ "color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
#~ "size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\"/>\n"
#~ " </td></tr>\n"
#~ " </table>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ " <!-- DETAILS -->\n"
#~ " <tr>\n"
#~ " <td align=\"center\" style=\"min-width: 590px;\">\n"
#~ " <table width=\"590\" border=\"0\" cellpadding=\"0\" "
#~ "cellspacing=\"0\" style=\"min-width: 590px; background-color: white; "
#~ "padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <table style=\"width:100%;\">\n"
#~ " <tr>\n"
#~ " <td style=\"vertical-align:top;\">\n"
#~ " <img src=\"/mail/font_to_img/61555/"
#~ "rgb(81,81,102)/34\" style=\"padding:4px;max-width:inherit;\" "
#~ "height=\"34\" alt=\"\"/>\n"
#~ " </td>\n"
#~ " <td style=\"padding: 0px 10px 0px "
#~ "10px;width:50%;line-height:20px;vertical-align:top;\">\n"
#~ " <div t-"
#~ "if=\"object.event_id.is_one_day\">\n"
#~ " <t t-out=\"object.event_begin_date\" "
#~ "t-options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;date_only&quot;: True, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;format&quot;: &quot;long&quot;}\">4 mai "
#~ "2021</t>\n"
#~ " <t t-out=\"object.event_begin_date\" "
#~ "t-options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;time_only&quot;: True, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;hide_seconds&quot;: True, "
#~ "&quot;format&quot;: &quot;short&quot;}\">7:00</t>\n"
#~ " - <t t-out=\"object.event_end_date\" "
#~ "t-options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;time_only&quot;: True, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;hide_seconds&quot;: True, "
#~ "&quot;format&quot;: &quot;short&quot;}\">17:00</t>\n"
#~ " </div>\n"
#~ " <div t-else=\"\">\n"
#~ " <strong>Du</strong>\n"
#~ " <t t-out=\"object.event_begin_date\" "
#~ "t-options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;show_seconds&quot;: False, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;format&quot;: &quot;medium&quot;}\">4 mai "
#~ "2021 - 7:00</t>\n"
#~ " <br/>\n"
#~ " <strong>Au</strong>\n"
#~ " <t t-out=\"object.event_end_date\" t-"
#~ "options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;show_seconds&quot;: False, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;format&quot;: &quot;medium&quot;}\">6 mai "
#~ "2021 - 17:00</t>\n"
#~ " </div>\n"
#~ " <div style=\"font-"
#~ "size:12px;color:#9e9e9e\"><i>(<t t-out=\"object.event_id.date_tz or "
#~ "''\">Europe/Bruxelles</t>)</i></div>\n"
#~ " </td>\n"
#~ " <td style=\"vertical-align:top;\">\n"
#~ " <t t-if=\"event_address\">\n"
#~ " <img src=\"/mail/font_to_img/61505/"
#~ "rgb(81,81,102)/34\" style=\"padding:4px;max-width:inherit;\" "
#~ "height=\"34\" alt=\"\"/>\n"
#~ " </t>\n"
#~ " </td>\n"
#~ " <td style=\"padding: 0px 10px 0px "
#~ "10px;width:50%;vertical-align:top;\">\n"
#~ " <t t-if=\"event_address\">\n"
#~ " <t t-set=\"location\" t-value=\"''\"/"
#~ ">\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.name\">\n"
#~ " <div t-"
#~ "out=\"object.event_id.address_id.name or ''\">Teksa SpA</div>\n"
#~ " </t>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.street\">\n"
#~ " <div t-"
#~ "out=\"object.event_id.address_id.street or ''\">Puerto Madero 9710</div>\n"
#~ " <t t-set=\"location\" t-"
#~ "value=\"object.event_id.address_id.street\"/>\n"
#~ " </t>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.street2\">\n"
#~ " <div t-"
#~ "out=\"object.event_id.address_id.street2 or ''\">Of A15, Santiago (RM)</"
#~ "div>\n"
#~ " <t t-set=\"location\" t-"
#~ "value=\"'%s, %s' % (location, object.event_id.address_id.street2)\"/>\n"
#~ " </t>\n"
#~ " <div>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.city\">\n"
#~ " <t t-"
#~ "out=\"object.event_id.address_id.city or ''\">Pudahuel</t>,\n"
#~ " <t t-set=\"location\" t-"
#~ "value=\"'%s, %s' % (location, object.event_id.address_id.city)\"/>\n"
#~ " </t>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.state_id.name\">\n"
#~ " <t t-"
#~ "out=\"object.event_id.address_id.state_id.name or ''\">C1</t>,\n"
#~ " <t t-set=\"location\" t-"
#~ "value=\"'%s, %s' % (location, object.event_id.address_id.state_id.name)\"/"
#~ ">\n"
#~ " </t>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.zip\">\n"
#~ " <t t-"
#~ "out=\"object.event_id.address_id.zip or ''\">98450</t>\n"
#~ " <t t-set=\"location\" t-"
#~ "value=\"'%s, %s' % (location, object.event_id.address_id.zip)\"/>\n"
#~ " </t>\n"
#~ " </div>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.country_id.name\">\n"
#~ " <div t-"
#~ "out=\"object.event_id.address_id.country_id.name or ''\">Argentine</div>\n"
#~ " <t t-set=\"location\" t-"
#~ "value=\"'%s, %s' % (location, object.event_id.address_id.country_id.name)"
#~ "\"/>\n"
#~ " </t>\n"
#~ " </t>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ " </table>\n"
#~ " </td></tr>\n"
#~ " <tr><td style=\"text-align:center;\">\n"
#~ " <t t-if=\"event_organizer\">\n"
#~ " <hr width=\"100%\" style=\"background-"
#~ "color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
#~ "size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\"/>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ "\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <!-- CONTACT ORGANIZER -->\n"
#~ " <t t-if=\"event_organizer\">\n"
#~ " <div>\n"
#~ " <span style=\"font-weight:300;margin:10px "
#~ "0px\">Des questions à propos de cet événement ?</span>\n"
#~ " <div>Veuillez contacter lorganisateur :</"
#~ "div>\n"
#~ " <ul>\n"
#~ " <li t-out=\"event_organizer.name or "
#~ "''\">YourCompany</li>\n"
#~ " <t t-if=\"event_organizer.email\">\n"
#~ " <li>E-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>\n"
#~ " </t>\n"
#~ " <t t-if=\"event_organizer.phone\">\n"
#~ " <li>Téléphone : <t t-"
#~ "out=\"event_organizer.phone or ''\"/></li>\n"
#~ " </t>\n"
#~ " </ul>\n"
#~ " </div>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ " <tr><td style=\"text-align:center;\">\n"
#~ " <!-- CONTACT ORGANIZER SEPARATION -->\n"
#~ " <hr t-if=\"is_online or event_address\" width=\"100%"
#~ "\" style=\"background-color:rgb(204,204,204);border:medium "
#~ "none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0; "
#~ "margin: 16px 0px 16px 0px;\"/>\n"
#~ " </td></tr>\n"
#~ "\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <!-- PWA MARKGETING -->\n"
#~ " <div t-if=\"is_online\">\n"
#~ " <strong>Profitez de la meilleure expérience "
#~ "mobile.</strong>\n"
#~ " <a href=\"/event\">Installez notre application "
#~ "mobile</a>\n"
#~ " </div>\n"
#~ " </td></tr>\n"
#~ " <tr><td style=\"text-align:center;\">\n"
#~ " <!-- PWA MARKGETING SEPARATION-->\n"
#~ " <hr t-if=\"is_online and event_address\" width=\"100%"
#~ "\" style=\"background-color:rgb(204,204,204);border:medium "
#~ "none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0; "
#~ "margin: 16px 0px 16px 0px;\"/>\n"
#~ " </td></tr>\n"
#~ "\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <!-- GOOGLE MAPS LINK -->\n"
#~ " <table t-if=\"event_address and location\" "
#~ "style=\"width:100%;\"><tr><td>\n"
#~ " <div>\n"
#~ " <img src=\"/web_editor/font_to_img/61505/"
#~ "rgb(81,81,102)/20\" height=\"20\" style=\"vertical-align: bottom;\"/>\n"
#~ " <a t-attf-href=\"https://maps.google.com/maps?"
#~ "q={{ location }}\" target=\"new\">\n"
#~ " <img t-if=\"event_address.static_map_url "
#~ "and event_address.static_map_url_is_valid\" t-attf-"
#~ "src=\"{{ event_address.static_map_url }}\" style=\"vertical-align:bottom; "
#~ "width: 100%;\" alt=\"Google Maps\"/>\n"
#~ " <span t-else=\"\">Voir lemplacement sur "
#~ "Google Maps</span>\n"
#~ " </a>\n"
#~ " </div>\n"
#~ " </td></tr></table>\n"
#~ " </td></tr>\n"
#~ " </table>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ "</tbody>\n"
#~ "</table>\n"
#~ "</td></tr>\n"
#~ "<!-- FOOTER BY -->\n"
#~ "<tr><td align=\"center\" style=\"min-width: 590px;\">\n"
#~ " <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;"
#~ "\">\n"
#~ " <tr><td style=\"text-align: center; font-size: 14px;\">\n"
#~ " Envoyé par <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>\n"
#~ " <t t-if=\"'website_url' in object.event_id and "
#~ "object.event_id.website_url\">\n"
#~ " <br/>\n"
#~ " Découvrez <a href=\"/event\" t-attf-style=\"color: "
#~ "{{object.event_id.user_id.company_id.email_secondary_color or '#875A7B'}};"
#~ "\">tous nos événements</a>.\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ " </table>\n"
#~ "</td></tr>\n"
#~ "</table>\n"
#~ " "
#~ msgid ""
#~ "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"padding-"
#~ "top: 16px; background-color: #F1F1F1; font-family:Verdana, Arial,sans-"
#~ "serif; color: #454748; width: 100%; border-collapse:separate;\"><tr><td "
#~ "align=\"center\">\n"
#~ "<t t-set=\"date_begin\" t-"
#~ "value=\"format_datetime(object.event_begin_date, tz='UTC', "
#~ "dt_format=&quot;yyyyMMdd'T'HHmmss'Z'&quot;)\"/>\n"
#~ "<t t-set=\"date_end\" t-value=\"format_datetime(object.event_end_date, "
#~ "tz='UTC', dt_format=&quot;yyyyMMdd'T'HHmmss'Z'&quot;)\"/>\n"
#~ "<t t-set=\"is_online\" t-value=\"'is_published' in object.event_id and "
#~ "object.event_id.is_published\"/>\n"
#~ "<t t-set=\"is_sale\" t-value=\"'sale_order_id' in object and "
#~ "object.sale_order_id\"/>\n"
#~ "<t t-set=\"event_organizer\" t-value=\"object.event_id.organizer_id\"/>\n"
#~ "<t t-set=\"event_address\" t-value=\"object.event_id.address_id\"/>\n"
#~ "<t t-set=\"event_website_url\" t-"
#~ "value=\"object.event_id.event_share_url\"/>\n"
#~ "<t t-set=\"registration_ids\" t-value=\"object.ids if not is_sale else "
#~ "object._get_event_registration_ids_from_order()\"/>\n"
#~ "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" "
#~ "style=\"padding: 16px; background-color: white; color: #454748; border-"
#~ "collapse:separate;\">\n"
#~ "<tbody>\n"
#~ " <!-- HEADER -->\n"
#~ " <tr>\n"
#~ " <td align=\"center\" style=\"min-width: 590px;\">\n"
#~ " <table width=\"590\" border=\"0\" cellpadding=\"0\" "
#~ "cellspacing=\"0\" style=\"min-width: 590px; background-color: white; "
#~ "padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
#~ " <tr><td valign=\"middle\">\n"
#~ " <span style=\"font-size: 10px;\">Your registration</"
#~ "span><br/>\n"
#~ " <span style=\"font-size: 20px; font-weight: bold;\">\n"
#~ " <t t-set=\"default_name\">Guest</t>\n"
#~ " <t t-out=\"object.name or default_name\"/>\n"
#~ " </span>\n"
#~ " <div style=\"margin-bottom: 5px;margin-top: 18px;\">\n"
#~ " <a t-if=\"object.event_id.address_id\" t-attf-"
#~ "href=\"/event/{{ object.event_id.id }}/my_tickets?"
#~ "registration_ids={{ object.ids }}"
#~ "&amp;tickets_hash={{ object.event_id._get_tickets_access_hash(object.ids) }}"
#~ "&amp;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\">\n"
#~ " View Tickets\n"
#~ " </a>\n"
#~ " <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\">\n"
#~ " View Online\n"
#~ " </a>\n"
#~ " </div>\n"
#~ " </td><td valign=\"middle\" align=\"right\">\n"
#~ " <t t-if=\"object.barcode\"> \n"
#~ " <div style=\"margin-bottom: 5px;\">\n"
#~ " <img t-attf-src=\"/report/barcode/QR/"
#~ "{{object.barcode}}?&amp;width=100&amp;height=100&amp;quiet=0\" "
#~ "width=\"100\" height=\"100\" alt=\"QR Code\" t-att-style=\"'height: "
#~ "100px !important;'\"/>\n"
#~ " </div>\n"
#~ " </t>\n"
#~ " <t t-if=\"not object.company_id.uses_default_logo\">\n"
#~ " <img t-att-src=\"'/logo.png?company=%s' % "
#~ "object.company_id.id\" style=\"padding: 0px; margin: 0px; margin-right: "
#~ "10px; height: auto; width: 80px;\" t-att-alt=\"'%s' % "
#~ "object.company_id.name\"/>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ " <tr><td colspan=\"2\" style=\"text-align:center;\">\n"
#~ " <hr width=\"100%\" style=\"background-"
#~ "color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
#~ "size:0px;min-height:1px;line-height:0; margin:16px 0px 16px 0px;\"/>\n"
#~ " </td></tr>\n"
#~ " </table>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ " <!-- EVENT DESCRIPTION -->\n"
#~ " <tr>\n"
#~ " <td align=\"center\" style=\"min-width: 590px;\">\n"
#~ " <table width=\"590\" border=\"0\" cellpadding=\"0\" "
#~ "cellspacing=\"0\" style=\"min-width: 590px; background-color: white; "
#~ "padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <div>\n"
#~ " <t t-set=\"default_name\">Guest</t>\n"
#~ " Hello <t t-out=\"object.name or default_name\"/>,"
#~ "<br/><br/>\n"
#~ " We are happy to confirm your registration to the "
#~ "event\n"
#~ " <t t-if=\"event_website_url\">\n"
#~ " <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>\n"
#~ " </t>\n"
#~ " <t t-else=\"\">\n"
#~ " <strong t-out=\"object.event_id.name or "
#~ "''\">OpenWood Collection Online Reveal</strong>\n"
#~ " </t>.\n"
#~ " <t t-if=\"object.partner_id and "
#~ "object.partner_id.name and object.partner_id.name != object.name\">\n"
#~ " This ticket was registered by <t t-"
#~ "out=\"object.partner_id.name\"/>.\n"
#~ " </t>\n"
#~ " </div>\n"
#~ " <div t-if=\"is_sale\">\n"
#~ " <br/>\n"
#~ " The order for this ticket has reference <t t-"
#~ "out=\"object.sale_order_id.name\"/>\n"
#~ " and was placed on <t t-"
#~ "out=\"object.sale_order_id.date_order.date()\"/>\n"
#~ " <t t-if=\"object.sale_order_line_id.price_unit\"> "
#~ "for an amount of\n"
#~ " <t t-"
#~ "out=\"object.sale_order_line_id.price_unit\" t-options=\"{'widget': "
#~ "'monetary', 'display_currency': object.sale_order_line_id.currency_id}\"/"
#~ ">\n"
#~ " </t>.\n"
#~ " </div>\n"
#~ " <br/>\n"
#~ " <table style=\"width: auto;\">\n"
#~ " <tr>\n"
#~ " <td>\n"
#~ " <strong>Add this event to your calendar</"
#~ "strong>\n"
#~ " </td>\n"
#~ " <td>\n"
#~ " <a t-attf-href=\"/event/"
#~ "{{ slug(object.event_id) }}/ics?slot_id={{ object.event_slot_id.id }}\" "
#~ "style=\"padding-top: 10px; padding-right:8px; padding-bottom:2px; padding-"
#~ "left:8px; margin-left: 8px; border-radius: 3px; background-color: #E7E9ED;"
#~ "\">\n"
#~ " <img src=\"/event/static/src/img/"
#~ "apple-calendar-128.png\" alt=\"iCal\" title=\"iCal\" style=\"height: "
#~ "20px; vertical-align: baseline;\"/>\n"
#~ " </a>\n"
#~ " </td>\n"
#~ " <td>\n"
#~ " <a t-attf-href=\"/event/"
#~ "{{ slug(object.event_id) }}/ics?slot_id={{ object.event_slot_id.id }}\" "
#~ "style=\"padding-top: 10px; padding-right:8px; padding-bottom:2px; padding-"
#~ "left:8px; margin-left: 8px; border-radius: 3px; background-color: #E7E9ED;"
#~ "\">\n"
#~ " <img src=\"/event/static/src/img/"
#~ "outlook-calendar-128.png\" alt=\"Outlook\" title=\"Outlook\" "
#~ "style=\"height: 20px; vertical-align: baseline;\"/>\n"
#~ " </a>\n"
#~ " </td>\n"
#~ " <td>\n"
#~ " <a t-attf-href=\"https://www.google.com/"
#~ "calendar/render?action=TEMPLATE&amp;text={{ object.event_id.name }}"
#~ "&amp;dates={{ date_begin }}/{{ date_end }}&amp;location={{ location }}"
#~ "&amp;details={{ object.event_id._get_external_description() }}\" "
#~ "target=\"new\" style=\"padding-top: 10px; padding-right:8px; padding-"
#~ "bottom:2px; padding-left:8px; margin-left: 8px; border-radius: 3px; "
#~ "background-color: #E7E9ED;\">\n"
#~ " <img src=\"/event/static/src/img/"
#~ "google-calendar-128.png\" alt=\"Google\" title=\"Google\" style=\"height: "
#~ "20px; vertical-align: baseline;\"/>\n"
#~ " </a>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ " </table>\n"
#~ " <br/><br/>\n"
#~ " <div>\n"
#~ " See you soon,<br/>\n"
#~ " <span style=\"color: #454748;\">\n"
#~ " -- <br/>\n"
#~ " <t t-if=\"event_organizer\">\n"
#~ " <t t-"
#~ "out=\"event_organizer.name\">YourCompany</t>\n"
#~ " </t>\n"
#~ " <t t-else=\"\">\n"
#~ " The <t t-out=\"object.event_id.name or "
#~ "''\">OpenWood Collection Online Reveal</t> Team\n"
#~ " </t>\n"
#~ " </span>\n"
#~ " </div>\n"
#~ " </td></tr>\n"
#~ " <tr><td style=\"text-align:center;\">\n"
#~ " <hr width=\"100%\" style=\"background-"
#~ "color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
#~ "size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\"/>\n"
#~ " </td></tr>\n"
#~ " </table>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ " <!-- DETAILS -->\n"
#~ " <tr>\n"
#~ " <td align=\"center\" style=\"min-width: 590px;\">\n"
#~ " <table width=\"590\" border=\"0\" cellpadding=\"0\" "
#~ "cellspacing=\"0\" style=\"min-width: 590px; background-color: white; "
#~ "padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <table style=\"width:100%;\">\n"
#~ " <tr>\n"
#~ " <td style=\"vertical-align:top;\">\n"
#~ " <img src=\"/mail/font_to_img/61555/"
#~ "rgb(81,81,102)/34\" style=\"padding:4px;max-width:inherit;\" "
#~ "height=\"34\" alt=\"\"/>\n"
#~ " </td>\n"
#~ " <td style=\"padding: 0px 10px 0px "
#~ "10px;width:50%;line-height:20px;vertical-align:top;\">\n"
#~ " <div t-"
#~ "if=\"object.event_id.is_one_day\">\n"
#~ " <t t-out=\"object.event_begin_date\" "
#~ "t-options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;date_only&quot;: True, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;format&quot;: &quot;long&quot;}\">May 4, "
#~ "2021</t>\n"
#~ " <t t-out=\"object.event_begin_date\" "
#~ "t-options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;time_only&quot;: True, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;hide_seconds&quot;: True, "
#~ "&quot;format&quot;: &quot;short&quot;}\">7:00 AM</t>\n"
#~ " - <t t-out=\"object.event_end_date\" "
#~ "t-options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;time_only&quot;: True, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;hide_seconds&quot;: True, "
#~ "&quot;format&quot;: &quot;short&quot;}\">5:00 PM</t>\n"
#~ " </div>\n"
#~ " <div t-else=\"\">\n"
#~ " <strong>From</strong>\n"
#~ " <t t-out=\"object.event_begin_date\" "
#~ "t-options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;show_seconds&quot;: False, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;format&quot;: &quot;medium&quot;}\">May 4, "
#~ "2021 - 7:00 AM</t>\n"
#~ " <br/>\n"
#~ " <strong>To</strong>\n"
#~ " <t t-out=\"object.event_end_date\" t-"
#~ "options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;show_seconds&quot;: False, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;format&quot;: &quot;medium&quot;}\">May 6, "
#~ "2021 - 5:00 PM</t>\n"
#~ " </div>\n"
#~ " <div style=\"font-"
#~ "size:12px;color:#9e9e9e\"><i>(<t t-out=\"object.event_id.date_tz or "
#~ "''\">Europe/Brussels</t>)</i></div>\n"
#~ " </td>\n"
#~ " <td style=\"vertical-align:top;\">\n"
#~ " <t t-if=\"event_address\">\n"
#~ " <img src=\"/mail/font_to_img/61505/"
#~ "rgb(81,81,102)/34\" style=\"padding:4px;max-width:inherit;\" "
#~ "height=\"34\" alt=\"\"/>\n"
#~ " </t>\n"
#~ " </td>\n"
#~ " <td style=\"padding: 0px 10px 0px "
#~ "10px;width:50%;vertical-align:top;\">\n"
#~ " <t t-if=\"event_address\">\n"
#~ " <t t-set=\"location\" t-value=\"''\"/"
#~ ">\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.name\">\n"
#~ " <div t-"
#~ "out=\"object.event_id.address_id.name\">Teksa SpA</div>\n"
#~ " </t>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.street\">\n"
#~ " <div t-"
#~ "out=\"object.event_id.address_id.street\">Puerto Madero 9710</div>\n"
#~ " <t t-set=\"location\" t-"
#~ "value=\"object.event_id.address_id.street\"/>\n"
#~ " </t>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.street2\">\n"
#~ " <div t-"
#~ "out=\"object.event_id.address_id.street2\">Of A15, Santiago (RM)</div>\n"
#~ " <t t-set=\"location\" t-"
#~ "valuef=\"{{location}}, {{object.event_id.address_id.street2}}\"/>\n"
#~ " </t>\n"
#~ " <div>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.city\">\n"
#~ " <t t-"
#~ "out=\"object.event_id.address_id.city\">Pudahuel</t>,\n"
#~ " <t t-set=\"location\" t-"
#~ "valuef=\"{{location}}, {{object.event_id.address_id.city}}\"/>\n"
#~ " </t>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.state_id.name\">\n"
#~ " <t t-"
#~ "out=\"object.event_id.address_id.state_id.name\">C1</t>,\n"
#~ " <t t-set=\"location\" t-"
#~ "valuef=\"{{location}}, {{object.event_id.address_id.state_id.name}}\"/>\n"
#~ " </t>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.zip\">\n"
#~ " <t t-"
#~ "out=\"object.event_id.address_id.zip\">98450</t>\n"
#~ " <t t-set=\"location\" t-"
#~ "valuef=\"{{location}}, {{object.event_id.address_id.zip}}\"/>\n"
#~ " </t>\n"
#~ " </div>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.country_id.name\">\n"
#~ " <div t-"
#~ "out=\"object.event_id.address_id.country_id.name\">Argentina</div>\n"
#~ " <t t-set=\"location\" t-"
#~ "valuef=\"{{location}}, {{object.event_id.address_id.country_id.name}}\"/"
#~ ">\n"
#~ " </t>\n"
#~ " </t>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ " </table>\n"
#~ " </td></tr>\n"
#~ " <tr><td style=\"text-align:center;\">\n"
#~ " <t t-if=\"event_organizer\">\n"
#~ " <hr width=\"100%\" style=\"background-"
#~ "color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
#~ "size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\"/>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ "\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <!-- CONTACT ORGANIZER -->\n"
#~ " <t t-if=\"event_organizer\">\n"
#~ " <div>\n"
#~ " <span style=\"font-weight:300;margin:10px "
#~ "0px\">Questions about this event?</span>\n"
#~ " <div>Please contact the organizer:</div>\n"
#~ " <ul>\n"
#~ " <li><t t-out=\"event_organizer.name or "
#~ "''\">YourCompany</t></li>\n"
#~ " <t t-if=\"event_organizer.email\">\n"
#~ " <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>\n"
#~ " </t>\n"
#~ " <t t-if=\"event_organizer.phone\">\n"
#~ " <li>Phone: <t t-"
#~ "out=\"event_organizer.phone\">+1 650-123-4567</t></li>\n"
#~ " </t>\n"
#~ " </ul>\n"
#~ " </div>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ " <tr><td style=\"text-align:center;\">\n"
#~ " <!-- CONTACT ORGANIZER SEPARATION -->\n"
#~ " <t t-if=\"is_online or event_address\">\n"
#~ " <hr width=\"100%\" style=\"background-"
#~ "color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
#~ "size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\"/>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ "\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <!-- PWA MARKGETING -->\n"
#~ " <t t-if=\"is_online\">\n"
#~ " <div>\n"
#~ " <strong>Get the best mobile experience.</"
#~ "strong>\n"
#~ " <a href=\"/event\">Install our mobile app</"
#~ "a>\n"
#~ " </div>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ " <tr><td style=\"text-align:center;\">\n"
#~ " <!-- PWA MARKGETING SEPARATION-->\n"
#~ " <t t-if=\"is_online and event_address\">\n"
#~ " <hr width=\"100%\" style=\"background-"
#~ "color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
#~ "size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\"/>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ "\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <!-- GOOGLE MAPS LINK -->\n"
#~ " <t t-if=\"event_address and location\">\n"
#~ " <table style=\"width:100%;\"><tr><td>\n"
#~ " <div>\n"
#~ " <img src=\"/web_editor/font_to_img/61505/"
#~ "rgb(81,81,102)/20\" height=\"20\" style=\"vertical-align: bottom;\"/>\n"
#~ " <a t-attf-href=\"https://maps.google.com/"
#~ "maps?q={{ location }}\" target=\"new\">\n"
#~ " <img t-"
#~ "if=\"event_address.static_map_url and "
#~ "event_address.static_map_url_is_valid\" t-att-"
#~ "src=\"event_address.static_map_url\" style=\"vertical-align:bottom; "
#~ "width: 100%;\" alt=\"Google Maps\"/>\n"
#~ " <t t-else=\"\">See location on Google "
#~ "Maps</t>\n"
#~ " </a>\n"
#~ " </div>\n"
#~ " </td></tr></table>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ " </table>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ "</tbody>\n"
#~ "</table>\n"
#~ "</td></tr>\n"
#~ "<!-- FOOTER BY -->\n"
#~ "<tr><td align=\"center\" style=\"min-width: 590px;\">\n"
#~ " <t t-if=\"object.company_id\">\n"
#~ " <table width=\"590\" border=\"0\" cellpadding=\"0\" "
#~ "cellspacing=\"0\" style=\"min-width: 590px; background-color: #F1F1F1; "
#~ "color: #454748; padding: 8px; border-collapse:separate;\">\n"
#~ " <tr><td style=\"text-align: center; font-size: 14px;\">\n"
#~ " 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>\n"
#~ " <t t-if=\"is_online\">\n"
#~ " <br/>\n"
#~ " Discover <a href=\"/event\" t-attf-style=\"color: "
#~ "{{object.event_id.user_id.company_id.email_secondary_color or '#875A7B'}};"
#~ "\">all our events</a>.\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ " </table>\n"
#~ " </t>\n"
#~ "</td></tr>\n"
#~ "</table>\n"
#~ " "
#~ msgstr ""
#~ "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"padding-"
#~ "top: 16px; background-color: #F1F1F1; font-family:Verdana, Arial,sans-"
#~ "serif; color: #454748; width: 100%; border-collapse:separate;\"><tr><td "
#~ "align=\"center\">\n"
#~ "<t t-set=\"date_begin\" t-"
#~ "value=\"format_datetime(object.event_begin_date, tz='UTC', "
#~ "dt_format=&quot;yyyyMMdd'T'HHmmss'Z'&quot;)\"/>\n"
#~ "<t t-set=\"date_end\" t-value=\"format_datetime(object.event_end_date, "
#~ "tz='UTC', dt_format=&quot;yyyyMMdd'T'HHmmss'Z'&quot;)\"/>\n"
#~ "<t t-set=\"is_online\" t-value=\"'is_published' in object.event_id and "
#~ "object.event_id.is_published\"/>\n"
#~ "<t t-set=\"is_sale\" t-value=\"'sale_order_id' in object and "
#~ "object.sale_order_id\"/>\n"
#~ "<t t-set=\"event_organizer\" t-value=\"object.event_id.organizer_id\"/>\n"
#~ "<t t-set=\"event_address\" t-value=\"object.event_id.address_id\"/>\n"
#~ "<t t-set=\"event_website_url\" t-"
#~ "value=\"object.event_id.event_share_url\"/>\n"
#~ "<t t-set=\"registration_ids\" t-value=\"object.ids if not is_sale else "
#~ "object._get_event_registration_ids_from_order()\"/>\n"
#~ "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" "
#~ "style=\"padding: 16px; background-color: white; color: #454748; border-"
#~ "collapse:separate;\">\n"
#~ "<tbody>\n"
#~ " <!-- HEADER -->\n"
#~ " <tr>\n"
#~ " <td align=\"center\" style=\"min-width: 590px;\">\n"
#~ " <table width=\"590\" border=\"0\" cellpadding=\"0\" "
#~ "cellspacing=\"0\" style=\"min-width: 590px; background-color: white; "
#~ "padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
#~ " <tr><td valign=\"middle\">\n"
#~ " <span style=\"font-size: 10px;\">Votre inscription</"
#~ "span><br/>\n"
#~ " <span style=\"font-size: 20px; font-weight: bold;\">\n"
#~ " <t t-set=\"default_name\">Invité</t>\n"
#~ " <t t-out=\"object.name or default_name\"/>\n"
#~ " </span>\n"
#~ " <div style=\"margin-bottom: 5px;margin-top: 18px;\">\n"
#~ " <a t-if=\"object.event_id.address_id\" t-attf-"
#~ "href=\"/event/{{ object.event_id.id }}/my_tickets?"
#~ "registration_ids={{ object.ids }}"
#~ "&amp;tickets_hash={{ object.event_id._get_tickets_access_hash(object.ids) }}"
#~ "&amp;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\">\n"
#~ " Voir les tickets\n"
#~ " </a>\n"
#~ " <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\">\n"
#~ " Voir en ligne\n"
#~ " </a>\n"
#~ " </div>\n"
#~ " </td><td valign=\"middle\" align=\"right\">\n"
#~ " <t t-if=\"object.barcode\"> \n"
#~ " <div style=\"margin-bottom: 5px;\">\n"
#~ " <img t-attf-src=\"/report/barcode/QR/"
#~ "{{object.barcode}}?&amp;width=100&amp;height=100&amp;quiet=0\" "
#~ "width=\"100\" height=\"100\" alt=\"QR Code\" t-att-style=\"'height: "
#~ "100px !important;'\"/>\n"
#~ " </div>\n"
#~ " </t>\n"
#~ " <t t-if=\"not object.company_id.uses_default_logo\">\n"
#~ " <img t-att-src=\"'/logo.png?company=%s' % "
#~ "object.company_id.id\" style=\"padding: 0px; margin: 0px; margin-right: "
#~ "10px; height: auto; width: 80px;\" t-att-alt=\"'%s' % "
#~ "object.company_id.name\"/>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ " <tr><td colspan=\"2\" style=\"text-align:center;\">\n"
#~ " <hr width=\"100%\" style=\"background-"
#~ "color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
#~ "size:0px;min-height:1px;line-height:0; margin:16px 0px 16px 0px;\"/>\n"
#~ " </td></tr>\n"
#~ " </table>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ " <!-- EVENT DESCRIPTION -->\n"
#~ " <tr>\n"
#~ " <td align=\"center\" style=\"min-width: 590px;\">\n"
#~ " <table width=\"590\" border=\"0\" cellpadding=\"0\" "
#~ "cellspacing=\"0\" style=\"min-width: 590px; background-color: white; "
#~ "padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <div>\n"
#~ " <t t-set=\"default_name\">Invité</t>\n"
#~ " Bonjour <t t-out=\"object.name or default_name\"/"
#~ ">,<br/><br/>\n"
#~ " Nous sommes heureux de confirmer votre "
#~ "inscription à lévénement\n"
#~ " <t t-if=\"event_website_url\">\n"
#~ " <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 ''\">Mise en ligne de la collection "
#~ "OpenWood</a>\n"
#~ " </t>\n"
#~ " <t t-else=\"\">\n"
#~ " <strong t-out=\"object.event_id.name or "
#~ "''\">Mise en ligne de la collection OpenWood</strong>\n"
#~ " </t>.\n"
#~ " <t t-if=\"object.partner_id and "
#~ "object.partner_id.name and object.partner_id.name != object.name\">\n"
#~ " Ce ticket a été enregistré par <t t-"
#~ "out=\"object.partner_id.name\"/>.\n"
#~ " </t>\n"
#~ " </div>\n"
#~ " <div t-if=\"is_sale\">\n"
#~ " <br/>\n"
#~ " La commande de ce ticket porte la référence <t t-"
#~ "out=\"object.sale_order_id.name\"/>\n"
#~ " et a été passée le <t t-"
#~ "out=\"object.sale_order_id.date_order.date()\"/>\n"
#~ " <t t-if=\"object.sale_order_line_id.price_unit\"> "
#~ "pour un montant de\n"
#~ " <t t-"
#~ "out=\"object.sale_order_line_id.price_unit\" t-options=\"{'widget': "
#~ "'monetary', 'display_currency': object.sale_order_line_id.currency_id}\"/"
#~ ">\n"
#~ " </t>.\n"
#~ " </div>\n"
#~ " <br/>\n"
#~ " <table style=\"width: auto;\">\n"
#~ " <tr>\n"
#~ " <td>\n"
#~ " <strong>Ajoutez cet événement à votre "
#~ "agenda</strong>\n"
#~ " </td>\n"
#~ " <td>\n"
#~ " <a t-attf-href=\"/event/"
#~ "{{ slug(object.event_id) }}/ics?slot_id={{ object.event_slot_id.id }}\" "
#~ "style=\"padding-top: 10px; padding-right:8px; padding-bottom:2px; padding-"
#~ "left:8px; margin-left: 8px; border-radius: 3px; background-color: #E7E9ED;"
#~ "\">\n"
#~ " <img src=\"/event/static/src/img/"
#~ "apple-calendar-128.png\" alt=\"iCal\" title=\"iCal\" style=\"height: "
#~ "20px; vertical-align: baseline;\"/>\n"
#~ " </a>\n"
#~ " </td>\n"
#~ " <td>\n"
#~ " <a t-attf-href=\"/event/"
#~ "{{ slug(object.event_id) }}/ics?slot_id={{ object.event_slot_id.id }}\" "
#~ "style=\"padding-top: 10px; padding-right:8px; padding-bottom:2px; padding-"
#~ "left:8px; margin-left: 8px; border-radius: 3px; background-color: #E7E9ED;"
#~ "\">\n"
#~ " <img src=\"/event/static/src/img/"
#~ "outlook-calendar-128.png\" alt=\"Outlook\" title=\"Outlook\" "
#~ "style=\"height: 20px; vertical-align: baseline;\"/>\n"
#~ " </a>\n"
#~ " </td>\n"
#~ " <td>\n"
#~ " <a t-attf-href=\"https://www.google.com/"
#~ "calendar/render?action=TEMPLATE&amp;text={{ object.event_id.name }}"
#~ "&amp;dates={{ date_begin }}/{{ date_end }}&amp;location={{ location }}"
#~ "&amp;details={{ object.event_id._get_external_description() }}\" "
#~ "target=\"new\" style=\"padding-top: 10px; padding-right:8px; padding-"
#~ "bottom:2px; padding-left:8px; margin-left: 8px; border-radius: 3px; "
#~ "background-color: #E7E9ED;\">\n"
#~ " <img src=\"/event/static/src/img/"
#~ "google-calendar-128.png\" alt=\"Google\" title=\"Google\" style=\"height: "
#~ "20px; vertical-align: baseline;\"/>\n"
#~ " </a>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ " </table>\n"
#~ " <br/><br/>\n"
#~ " <div>\n"
#~ " À bientôt,<br/>\n"
#~ " <span style=\"color: #454748;\">\n"
#~ " -- <br/>\n"
#~ " <t t-if=\"event_organizer\">\n"
#~ " <t t-"
#~ "out=\"event_organizer.name\">YourCompany</t>\n"
#~ " </t>\n"
#~ " <t t-else=\"\">\n"
#~ " L'équipe <t t-out=\"object.event_id.name or "
#~ "''\">Mise en ligne de la collection OpenWood</t>\n"
#~ " </t>\n"
#~ " </span>\n"
#~ " </div>\n"
#~ " </td></tr>\n"
#~ " <tr><td style=\"text-align:center;\">\n"
#~ " <hr width=\"100%\" style=\"background-"
#~ "color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
#~ "size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\"/>\n"
#~ " </td></tr>\n"
#~ " </table>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ " <!-- DETAILS -->\n"
#~ " <tr>\n"
#~ " <td align=\"center\" style=\"min-width: 590px;\">\n"
#~ " <table width=\"590\" border=\"0\" cellpadding=\"0\" "
#~ "cellspacing=\"0\" style=\"min-width: 590px; background-color: white; "
#~ "padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <table style=\"width:100%;\">\n"
#~ " <tr>\n"
#~ " <td style=\"vertical-align:top;\">\n"
#~ " <img src=\"/mail/font_to_img/61555/"
#~ "rgb(81,81,102)/34\" style=\"padding:4px;max-width:inherit;\" "
#~ "height=\"34\" alt=\"\"/>\n"
#~ " </td>\n"
#~ " <td style=\"padding: 0px 10px 0px "
#~ "10px;width:50%;line-height:20px;vertical-align:top;\">\n"
#~ " <div t-"
#~ "if=\"object.event_id.is_one_day\">\n"
#~ " <t t-out=\"object.event_begin_date\" "
#~ "t-options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;date_only&quot;: True, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;format&quot;: &quot;long&quot;}\">4 mai "
#~ "2021</t>\n"
#~ " <t t-out=\"object.event_begin_date\" "
#~ "t-options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;time_only&quot;: True, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;hide_seconds&quot;: True, "
#~ "&quot;format&quot;: &quot;short&quot;}\">7:00</t>\n"
#~ " - <t t-out=\"object.event_end_date\" "
#~ "t-options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;time_only&quot;: True, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;hide_seconds&quot;: True, "
#~ "&quot;format&quot;: &quot;short&quot;}\">17:00</t>\n"
#~ " </div>\n"
#~ " <div t-else=\"\">\n"
#~ " <strong>Du</strong>\n"
#~ " <t t-out=\"object.event_begin_date\" "
#~ "t-options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;show_seconds&quot;: False, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;format&quot;: &quot;medium&quot;}\">4 mai "
#~ "2021 - 7:00</t>\n"
#~ " <br/>\n"
#~ " <strong>Au</strong>\n"
#~ " <t t-out=\"object.event_end_date\" t-"
#~ "options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;show_seconds&quot;: False, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;format&quot;: &quot;medium&quot;}\">6 mai "
#~ "2021 - 17:00</t>\n"
#~ " </div>\n"
#~ " <div style=\"font-"
#~ "size:12px;color:#9e9e9e\"><i>(<t t-out=\"object.event_id.date_tz or "
#~ "''\">Europe/Bruxelles</t>)</i></div>\n"
#~ " </td>\n"
#~ " <td style=\"vertical-align:top;\">\n"
#~ " <t t-if=\"event_address\">\n"
#~ " <img src=\"/mail/font_to_img/61505/"
#~ "rgb(81,81,102)/34\" style=\"padding:4px;max-width:inherit;\" "
#~ "height=\"34\" alt=\"\"/>\n"
#~ " </t>\n"
#~ " </td>\n"
#~ " <td style=\"padding: 0px 10px 0px "
#~ "10px;width:50%;vertical-align:top;\">\n"
#~ " <t t-if=\"event_address\">\n"
#~ " <t t-set=\"location\" t-value=\"''\"/"
#~ ">\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.name\">\n"
#~ " <div t-"
#~ "out=\"object.event_id.address_id.name\">Teksa SpA</div>\n"
#~ " </t>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.street\">\n"
#~ " <div t-"
#~ "out=\"object.event_id.address_id.street\">Puerto Madero 9710</div>\n"
#~ " <t t-set=\"location\" t-"
#~ "value=\"object.event_id.address_id.street\"/>\n"
#~ " </t>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.street2\">\n"
#~ " <div t-"
#~ "out=\"object.event_id.address_id.street2\">Of A15, Santiago (RM)</div>\n"
#~ " <t t-set=\"location\" t-"
#~ "valuef=\"{{location}}, {{object.event_id.address_id.street2}}\"/>\n"
#~ " </t>\n"
#~ " <div>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.city\">\n"
#~ " <t t-"
#~ "out=\"object.event_id.address_id.city\">Pudahuel</t>,\n"
#~ " <t t-set=\"location\" t-"
#~ "valuef=\"{{location}}, {{object.event_id.address_id.city}}\"/>\n"
#~ " </t>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.state_id.name\">\n"
#~ " <t t-"
#~ "out=\"object.event_id.address_id.state_id.name\">C1</t>,\n"
#~ " <t t-set=\"location\" t-"
#~ "valuef=\"{{location}}, {{object.event_id.address_id.state_id.name}}\"/>\n"
#~ " </t>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.zip\">\n"
#~ " <t t-"
#~ "out=\"object.event_id.address_id.zip\">98450</t>\n"
#~ " <t t-set=\"location\" t-"
#~ "valuef=\"{{location}}, {{object.event_id.address_id.zip}}\"/>\n"
#~ " </t>\n"
#~ " </div>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.country_id.name\">\n"
#~ " <div t-"
#~ "out=\"object.event_id.address_id.country_id.name\">Argentine</div>\n"
#~ " <t t-set=\"location\" t-"
#~ "valuef=\"{{location}}, {{object.event_id.address_id.country_id.name}}\"/"
#~ ">\n"
#~ " </t>\n"
#~ " </t>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ " </table>\n"
#~ " </td></tr>\n"
#~ " <tr><td style=\"text-align:center;\">\n"
#~ " <t t-if=\"event_organizer\">\n"
#~ " <hr width=\"100%\" style=\"background-"
#~ "color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
#~ "size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\"/>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ "\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <!-- CONTACT ORGANIZER -->\n"
#~ " <t t-if=\"event_organizer\">\n"
#~ " <div>\n"
#~ " <span style=\"font-weight:300;margin:10px "
#~ "0px\">Des questions à propos de cet événement ?</span>\n"
#~ " <div>Veuillez contacter lorganisateur :</"
#~ "div>\n"
#~ " <ul>\n"
#~ " <li><t t-out=\"event_organizer.name or "
#~ "''\">YourCompany</t></li>\n"
#~ " <t t-if=\"event_organizer.email\">\n"
#~ " <li>E-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>\n"
#~ " </t>\n"
#~ " <t t-if=\"event_organizer.phone\">\n"
#~ " <li>Téléphone : <t t-"
#~ "out=\"event_organizer.phone\">+1 650-123-4567</t></li>\n"
#~ " </t>\n"
#~ " </ul>\n"
#~ " </div>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ " <tr><td style=\"text-align:center;\">\n"
#~ " <!-- CONTACT ORGANIZER SEPARATION -->\n"
#~ " <t t-if=\"is_online or event_address\">\n"
#~ " <hr width=\"100%\" style=\"background-"
#~ "color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
#~ "size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\"/>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ "\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <!-- PWA MARKGETING -->\n"
#~ " <t t-if=\"is_online\">\n"
#~ " <div>\n"
#~ " <strong>Profitez de la meilleure expérience "
#~ "mobile.</strong>\n"
#~ " <a href=\"/event\">Installez notre "
#~ "application mobile</a>\n"
#~ " </div>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ " <tr><td style=\"text-align:center;\">\n"
#~ " <!-- PWA MARKGETING SEPARATION-->\n"
#~ " <t t-if=\"is_online and event_address\">\n"
#~ " <hr width=\"100%\" style=\"background-"
#~ "color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
#~ "size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\"/>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ "\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <!-- GOOGLE MAPS LINK -->\n"
#~ " <t t-if=\"event_address and location\">\n"
#~ " <table style=\"width:100%;\"><tr><td>\n"
#~ " <div>\n"
#~ " <img src=\"/web_editor/font_to_img/61505/"
#~ "rgb(81,81,102)/20\" height=\"20\" style=\"vertical-align: bottom;\"/>\n"
#~ " <a t-attf-href=\"https://maps.google.com/"
#~ "maps?q={{ location }}\" target=\"new\">\n"
#~ " <img t-"
#~ "if=\"event_address.static_map_url and "
#~ "event_address.static_map_url_is_valid\" t-att-"
#~ "src=\"event_address.static_map_url\" style=\"vertical-align:bottom; "
#~ "width: 100%;\" alt=\"Google Maps\"/>\n"
#~ " <t t-else=\"\">Voir lemplacement sur "
#~ "Google Maps</t>\n"
#~ " </a>\n"
#~ " </div>\n"
#~ " </td></tr></table>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ " </table>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ "</tbody>\n"
#~ "</table>\n"
#~ "</td></tr>\n"
#~ "<!-- FOOTER BY -->\n"
#~ "<tr><td align=\"center\" style=\"min-width: 590px;\">\n"
#~ " <t t-if=\"object.company_id\">\n"
#~ " <table width=\"590\" border=\"0\" cellpadding=\"0\" "
#~ "cellspacing=\"0\" style=\"min-width: 590px; background-color: #F1F1F1; "
#~ "color: #454748; padding: 8px; border-collapse:separate;\">\n"
#~ " <tr><td style=\"text-align: center; font-size: 14px;\">\n"
#~ " Envoyé par <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>\n"
#~ " <t t-if=\"is_online\">\n"
#~ " <br/>\n"
#~ " Découvrez <a href=\"/event\" t-attf-style=\"color: "
#~ "{{object.event_id.user_id.company_id.email_secondary_color or '#875A7B'}};"
#~ "\">tous nos événements</a>.\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ " </table>\n"
#~ " </t>\n"
#~ "</td></tr>\n"
#~ "</table>\n"
#~ " "
#~ msgid ""
#~ "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"padding-"
#~ "top: 16px; background-color: #F1F1F1; font-family:Verdana, Arial,sans-"
#~ "serif; color: #454748; width: 100%; border-collapse:separate;\"><tr><td "
#~ "align=\"center\">\n"
#~ "<t t-set=\"date_begin\" t-"
#~ "value=\"format_datetime(object.event_begin_date, tz='UTC', "
#~ "dt_format=&quot;yyyyMMdd'T'HHmmss'Z'&quot;)\"/>\n"
#~ "<t t-set=\"date_end\" t-value=\"format_datetime(object.event_end_date, "
#~ "tz='UTC', dt_format=&quot;yyyyMMdd'T'HHmmss'Z'&quot;)\"/>\n"
#~ "<t t-set=\"is_online\" t-value=\"'is_published' in object.event_id and "
#~ "object.event_id.is_published\"/>\n"
#~ "<t t-set=\"event_organizer\" t-value=\"object.event_id.organizer_id\"/>\n"
#~ "<t t-set=\"event_address\" t-value=\"object.event_id.address_id\"/>\n"
#~ "<t t-set=\"event_website_url\" t-"
#~ "value=\"object.event_id.event_share_url\"/>\n"
#~ "<t t-set=\"registration_ids\" t-value=\"object.ids if not is_sale else "
#~ "object._get_event_registration_ids_from_order()\"/>\n"
#~ "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" "
#~ "style=\"padding: 16px; background-color: white; color: #454748; border-"
#~ "collapse:separate;\">\n"
#~ "<tbody>\n"
#~ " <!-- HEADER -->\n"
#~ " <tr>\n"
#~ " <td align=\"center\" style=\"min-width: 590px;\">\n"
#~ " <table width=\"590\" border=\"0\" cellpadding=\"0\" "
#~ "cellspacing=\"0\" style=\"min-width: 590px; background-color: white; "
#~ "padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
#~ " <tr><td valign=\"middle\">\n"
#~ " <span style=\"font-size: 10px;\">Your registration</"
#~ "span><br/>\n"
#~ " <span style=\"font-size: 20px; font-weight: bold;\">\n"
#~ " <t t-set=\"default_name\">Guest</t>\n"
#~ " <t t-out=\"object.name or default_name\"/>\n"
#~ " </span>\n"
#~ " </td><td valign=\"middle\" align=\"right\">\n"
#~ " <a t-attf-href=\"/event/{{ object.event_id.id }}/"
#~ "my_tickets?badge_mode=1&amp;registration_ids={{ registration_ids }}"
#~ "&amp;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\">\n"
#~ " Download Badges\n"
#~ " </a>\n"
#~ " <t t-if=\"not object.company_id.uses_default_logo\">\n"
#~ " <img t-att-src=\"'/logo.png?company=%s' % "
#~ "object.company_id.id\" style=\"padding: 0px; margin: 0px; height: auto; "
#~ "width: 80px;\" t-att-alt=\"'%s' % object.company_id.name\"/>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ " <tr><td colspan=\"2\" style=\"text-align:center;\">\n"
#~ " <hr width=\"100%\" style=\"background-"
#~ "color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
#~ "size:0px;min-height:1px;line-height:0; margin:16px 0px 16px 0px;\"/>\n"
#~ " </td></tr>\n"
#~ " </table>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ " <!-- EVENT DESCRIPTION -->\n"
#~ " <tr>\n"
#~ " <td align=\"center\" style=\"min-width: 590px;\">\n"
#~ " <table width=\"590\" border=\"0\" cellpadding=\"0\" "
#~ "cellspacing=\"0\" style=\"min-width: 590px; background-color: white; "
#~ "padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <div>\n"
#~ " <t t-set=\"default_name\">Guest</t>\n"
#~ " Hello <t t-out=\"object.name or default_name\"/>,"
#~ "<br/><br/>\n"
#~ " Please find attached your badge for\n"
#~ " <t t-if=\"event_website_url\">\n"
#~ " <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>\n"
#~ " </t>\n"
#~ " <t t-else=\"\">\n"
#~ " <strong t-out=\"object.event_id.name or "
#~ "''\">OpenWood Collection Online Reveal</strong>.\n"
#~ " </t>\n"
#~ " </div>\n"
#~ " <br/>\n"
#~ " <table style=\"width: auto;\">\n"
#~ " <tr>\n"
#~ " <td>\n"
#~ " <strong>Add this event to your calendar</"
#~ "strong>\n"
#~ " </td>\n"
#~ " <td>\n"
#~ " <a t-attf-href=\"/event/"
#~ "{{ slug(object.event_id) }}/ics?slot_id={{ object.event_slot_id.id }}\" "
#~ "style=\"padding-top: 10px; padding-right:8px; padding-bottom:2px; padding-"
#~ "left:8px; margin-left: 8px; border-radius: 3px; background-color: #E7E9ED;"
#~ "\">\n"
#~ " <img src=\"/event/static/src/img/"
#~ "apple-calendar.svg\" alt=\"iCal\" title=\"iCal\" style=\"height: 20px; "
#~ "vertical-align: baseline;\"/>\n"
#~ " </a>\n"
#~ " </td>\n"
#~ " <td>\n"
#~ " <a t-attf-href=\"/event/"
#~ "{{ slug(object.event_id) }}/ics?slot_id={{ object.event_slot_id.id }}\" "
#~ "style=\"padding-top: 10px; padding-right:8px; padding-bottom:2px; padding-"
#~ "left:8px; margin-left: 8px; border-radius: 3px; background-color: #E7E9ED;"
#~ "\">\n"
#~ " <img src=\"/event/static/src/img/"
#~ "outlook-calendar.svg\" alt=\"Outlook\" title=\"Outlook\" style=\"height: "
#~ "20px; vertical-align: baseline;\"/>\n"
#~ " </a>\n"
#~ " </td>\n"
#~ " <td>\n"
#~ " <a t-attf-href=\"https://www.google.com/"
#~ "calendar/render?action=TEMPLATE&amp;text={{ object.event_id.name }}"
#~ "&amp;dates={{ date_begin }}/{{ date_end }}&amp;location={{ location }}"
#~ "&amp;details={{ object.event_id._get_external_description() }}\" "
#~ "target=\"new\" style=\"padding-top: 10px; padding-right:8px; padding-"
#~ "bottom:2px; padding-left:8px; margin-left: 8px; border-radius: 3px; "
#~ "background-color: #E7E9ED;\">\n"
#~ " <img src=\"/event/static/src/img/"
#~ "google-calendar.svg\" alt=\"Google\" title=\"Google\" style=\"height: "
#~ "20px; vertical-align: baseline;\"/>\n"
#~ " </a>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ " </table>\n"
#~ " <br/><br/>\n"
#~ " <div>\n"
#~ " See you soon,<br/>\n"
#~ " <span style=\"color: #454748;\">\n"
#~ " -- <br/>\n"
#~ " <t t-if=\"event_organizer\">\n"
#~ " <t t-out=\"event_organizer.name or "
#~ "''\">YourCompany</t>\n"
#~ " </t>\n"
#~ " <t t-else=\"\">\n"
#~ " The <t t-out=\"object.event_id.name or "
#~ "''\">OpenWood Collection Online Reveal</t> Team\n"
#~ " </t>\n"
#~ " </span>\n"
#~ " </div>\n"
#~ " </td></tr>\n"
#~ " <tr><td style=\"text-align:center;\">\n"
#~ " <hr width=\"100%\" style=\"background-"
#~ "color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
#~ "size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\"/>\n"
#~ " </td></tr>\n"
#~ " </table>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ " <!-- DETAILS -->\n"
#~ " <tr>\n"
#~ " <td align=\"center\" style=\"min-width: 590px;\">\n"
#~ " <table width=\"590\" border=\"0\" cellpadding=\"0\" "
#~ "cellspacing=\"0\" style=\"min-width: 590px; background-color: white; "
#~ "padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <table style=\"width:100%;\">\n"
#~ " <tr>\n"
#~ " <td style=\"vertical-align:top;\">\n"
#~ " <img src=\"/mail/font_to_img/61555/"
#~ "rgb(81,81,102)/34\" style=\"padding:4px;max-width:inherit;\" "
#~ "height=\"34\" alt=\"\"/>\n"
#~ " </td>\n"
#~ " <td style=\"padding: 0px 10px 0px "
#~ "10px;width:50%;line-height:20px;vertical-align:top;\">\n"
#~ " <div t-"
#~ "if=\"object.event_id.is_one_day\">\n"
#~ " <t t-out=\"object.event_begin_date\" "
#~ "t-options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;date_only&quot;: True, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;format&quot;: &quot;long&quot;}\">May 4, "
#~ "2021</t>\n"
#~ " <t t-out=\"object.event_begin_date\" "
#~ "t-options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;time_only&quot;: True, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;hide_seconds&quot;: True, "
#~ "&quot;format&quot;: &quot;short&quot;}\">7:00 AM</t>\n"
#~ " - <t t-out=\"object.event_end_date\" "
#~ "t-options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;time_only&quot;: True, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;hide_seconds&quot;: True, "
#~ "&quot;format&quot;: &quot;short&quot;}\">5:00 PM</t>\n"
#~ " </div>\n"
#~ " <div t-else=\"\">\n"
#~ " <strong>From</strong>\n"
#~ " <t t-out=\"object.event_begin_date\" "
#~ "t-options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;show_seconds&quot;: False, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;format&quot;: &quot;medium&quot;}\">May 4, "
#~ "2021 - 7:00 AM</t>\n"
#~ " <br/>\n"
#~ " <strong>To</strong>\n"
#~ " <t t-out=\"object.event_end_date\" t-"
#~ "options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;show_seconds&quot;: False, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;format&quot;: &quot;medium&quot;}\">May 6, "
#~ "2021 - 5:00 PM</t>\n"
#~ " </div>\n"
#~ " <div style=\"font-"
#~ "size:12px;color:#9e9e9e\"><i>(<t t-out=\"object.event_id.date_tz or "
#~ "''\">Europe/Brussels</t>)</i></div>\n"
#~ " </td>\n"
#~ " <td style=\"vertical-align:top;\">\n"
#~ " <t t-if=\"event_address\">\n"
#~ " <img src=\"/mail/font_to_img/61505/"
#~ "rgb(81,81,102)/34\" style=\"padding:4px;max-width:inherit;\" "
#~ "height=\"34\" alt=\"\"/>\n"
#~ " </t>\n"
#~ " </td>\n"
#~ " <td style=\"padding: 0px 10px 0px "
#~ "10px;width:50%;vertical-align:top;\">\n"
#~ " <t t-if=\"event_address\">\n"
#~ " <t t-set=\"location\" t-value=\"''\"/"
#~ ">\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.name\">\n"
#~ " <div t-"
#~ "out=\"object.event_id.address_id.name\">Teksa SpA</div>\n"
#~ " </t>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.street\">\n"
#~ " <div t-"
#~ "out=\"object.event_id.address_id.street\">Puerto Madero 9710</div>\n"
#~ " <t t-set=\"location\" t-"
#~ "value=\"object.event_id.address_id.street\"/>\n"
#~ " </t>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.street2\">\n"
#~ " <div t-"
#~ "out=\"object.event_id.address_id.street2\">Of A15, Santiago (RM)</div>\n"
#~ " <t t-set=\"location\" t-"
#~ "valuef=\"{{location}}, {{object.event_id.address_id.street2}}\"/>\n"
#~ " </t>\n"
#~ " <div>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.city\">\n"
#~ " <t t-"
#~ "out=\"object.event_id.address_id.city\">Pudahuel</t>,\n"
#~ " <t t-set=\"location\" t-"
#~ "valuef=\"{{location}}, {{object.event_id.address_id.city}}\"/>\n"
#~ " </t>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.state_id.name\">\n"
#~ " <t t-"
#~ "out=\"object.event_id.address_id.state_id.name\">C1</t>,\n"
#~ " <t t-set=\"location\" t-"
#~ "valuef=\"{{location}}, {{object.event_id.address_id.state_id.name}}\"/>\n"
#~ " </t>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.zip\">\n"
#~ " <t t-"
#~ "out=\"object.event_id.address_id.zip\">98450</t>\n"
#~ " <t t-set=\"location\" t-"
#~ "valuef=\"{{location}}, {{object.event_id.address_id.zip}}\"/>\n"
#~ " </t>\n"
#~ " </div>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.country_id.name\">\n"
#~ " <div t-"
#~ "out=\"object.event_id.address_id.country_id.name\">Argentina</div>\n"
#~ " <t t-set=\"location\" t-"
#~ "valuef=\"{{location}}, {{object.event_id.address_id.country_id.name}}\"/"
#~ ">\n"
#~ " </t>\n"
#~ " </t>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ " </table>\n"
#~ " </td></tr>\n"
#~ " <tr><td style=\"text-align:center;\">\n"
#~ " <t t-if=\"event_organizer\">\n"
#~ " <hr width=\"100%\" style=\"background-"
#~ "color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
#~ "size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\"/>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ "\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <!-- CONTACT ORGANIZER -->\n"
#~ " <t t-if=\"event_organizer\">\n"
#~ " <div>\n"
#~ " <span style=\"font-weight:300;margin:10px "
#~ "0px\">Questions about this event?</span>\n"
#~ " <div>Please contact the organizer:</div>\n"
#~ " <ul>\n"
#~ " <li><t t-out=\"event_organizer.name or "
#~ "''\">YourCompany</t></li>\n"
#~ " <t t-if=\"event_organizer.email\">\n"
#~ " <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>\n"
#~ " </t>\n"
#~ " <t t-if=\"event_organizer.phone\">\n"
#~ " <li>Phone: <t t-"
#~ "out=\"event_organizer.phone\">+1 650-123-4567</t></li>\n"
#~ " </t>\n"
#~ " </ul>\n"
#~ " </div>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ " <tr><td style=\"text-align:center;\">\n"
#~ " <!-- CONTACT ORGANIZER SEPARATION -->\n"
#~ " <t t-if=\"is_online or event_address\">\n"
#~ " <hr width=\"100%\" style=\"background-"
#~ "color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
#~ "size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\"/>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ "\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <!-- PWA MARKGETING -->\n"
#~ " <t t-if=\"is_online\">\n"
#~ " <div>\n"
#~ " <strong>Get the best mobile experience.</"
#~ "strong>\n"
#~ " <a href=\"/event\">Install our mobile app</"
#~ "a>\n"
#~ " </div>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ " <tr><td style=\"text-align:center;\">\n"
#~ " <!-- PWA MARKGETING SEPARATION-->\n"
#~ " <t t-if=\"is_online and event_address\">\n"
#~ " <hr width=\"100%\" style=\"background-"
#~ "color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
#~ "size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\"/>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ "\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <!-- GOOGLE MAPS LINK -->\n"
#~ " <t t-if=\"event_address and location\">\n"
#~ " <table style=\"width:100%;\"><tr><td>\n"
#~ " <div>\n"
#~ " <i class=\"fa fa-map-marker\"/>\n"
#~ " <a t-attf-href=\"https://maps.google.com/"
#~ "maps?q={{ location }}\" target=\"new\">\n"
#~ " <img t-"
#~ "if=\"event_address.static_map_url and "
#~ "event_address.static_map_url_is_valid\" t-att-"
#~ "src=\"event_address.static_map_url\" style=\"vertical-align:bottom; "
#~ "width: 100%;\" alt=\"Google Maps\"/>\n"
#~ " <t t-else=\"\">See location on Google "
#~ "Maps</t>\n"
#~ " </a>\n"
#~ " </div>\n"
#~ " </td></tr></table>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ " </table>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ "</tbody>\n"
#~ "</table>\n"
#~ "</td></tr>\n"
#~ "<!-- FOOTER BY -->\n"
#~ "<tr><td align=\"center\" style=\"min-width: 590px;\">\n"
#~ " <t t-if=\"object.company_id\">\n"
#~ " <table width=\"590\" border=\"0\" cellpadding=\"0\" "
#~ "cellspacing=\"0\" style=\"min-width: 590px; background-color: #F1F1F1; "
#~ "color: #454748; padding: 8px; border-collapse:separate;\">\n"
#~ " <tr><td style=\"text-align: center; font-size: 14px;\">\n"
#~ " 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>\n"
#~ " <t t-if=\"is_online\">\n"
#~ " <br/>\n"
#~ " Discover <a href=\"/event\" t-attf-style=\"color: "
#~ "{{object.event_id.user_id.company_id.email_secondary_color or '#875A7B'}};"
#~ "\">all our events</a>.\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ " </table>\n"
#~ " </t>\n"
#~ "</td></tr>\n"
#~ "</table>\n"
#~ " "
#~ msgstr ""
#~ "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"padding-"
#~ "top: 16px; background-color: #F1F1F1; font-family:Verdana, Arial,sans-"
#~ "serif; color: #454748; width: 100%; border-collapse:separate;\"><tr><td "
#~ "align=\"center\">\n"
#~ "<t t-set=\"date_begin\" t-"
#~ "value=\"format_datetime(object.event_begin_date, tz='UTC', "
#~ "dt_format=&quot;yyyyMMdd'T'HHmmss'Z'&quot;)\"/>\n"
#~ "<t t-set=\"date_end\" t-value=\"format_datetime(object.event_end_date, "
#~ "tz='UTC', dt_format=&quot;yyyyMMdd'T'HHmmss'Z'&quot;)\"/>\n"
#~ "<t t-set=\"is_online\" t-value=\"'is_published' in object.event_id and "
#~ "object.event_id.is_published\"/>\n"
#~ "<t t-set=\"event_organizer\" t-value=\"object.event_id.organizer_id\"/>\n"
#~ "<t t-set=\"event_address\" t-value=\"object.event_id.address_id\"/>\n"
#~ "<t t-set=\"event_website_url\" t-"
#~ "value=\"object.event_id.event_share_url\"/>\n"
#~ "<t t-set=\"registration_ids\" t-value=\"object.ids if not is_sale else "
#~ "object._get_event_registration_ids_from_order()\"/>\n"
#~ "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" "
#~ "style=\"padding: 16px; background-color: white; color: #454748; border-"
#~ "collapse:separate;\">\n"
#~ "<tbody>\n"
#~ " <!-- HEADER -->\n"
#~ " <tr>\n"
#~ " <td align=\"center\" style=\"min-width: 590px;\">\n"
#~ " <table width=\"590\" border=\"0\" cellpadding=\"0\" "
#~ "cellspacing=\"0\" style=\"min-width: 590px; background-color: white; "
#~ "padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
#~ " <tr><td valign=\"middle\">\n"
#~ " <span style=\"font-size: 10px;\">Votre inscription</"
#~ "span><br/>\n"
#~ " <span style=\"font-size: 20px; font-weight: bold;\">\n"
#~ " <t t-set=\"default_name\">Invité</t>\n"
#~ " <t t-out=\"object.name or default_name\"/>\n"
#~ " </span>\n"
#~ " </td><td valign=\"middle\" align=\"right\">\n"
#~ " <a t-attf-href=\"/event/{{ object.event_id.id }}/"
#~ "my_tickets?badge_mode=1&amp;registration_ids={{ registration_ids }}"
#~ "&amp;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\">\n"
#~ " Télécharger les badges\n"
#~ " </a>\n"
#~ " <t t-if=\"not object.company_id.uses_default_logo\">\n"
#~ " <img t-att-src=\"'/logo.png?company=%s' % "
#~ "object.company_id.id\" style=\"padding: 0px; margin: 0px; height: auto; "
#~ "width: 80px;\" t-att-alt=\"'%s' % object.company_id.name\"/>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ " <tr><td colspan=\"2\" style=\"text-align:center;\">\n"
#~ " <hr width=\"100%\" style=\"background-"
#~ "color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
#~ "size:0px;min-height:1px;line-height:0; margin:16px 0px 16px 0px;\"/>\n"
#~ " </td></tr>\n"
#~ " </table>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ " <!-- EVENT DESCRIPTION -->\n"
#~ " <tr>\n"
#~ " <td align=\"center\" style=\"min-width: 590px;\">\n"
#~ " <table width=\"590\" border=\"0\" cellpadding=\"0\" "
#~ "cellspacing=\"0\" style=\"min-width: 590px; background-color: white; "
#~ "padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <div>\n"
#~ " <t t-set=\"default_name\">Invité</t>\n"
#~ " Bonjour <t t-out=\"object.name or default_name\"/"
#~ ">,<br/><br/>\n"
#~ " Veuillez trouver ci-joint votre badge pour\n"
#~ " <t t-if=\"event_website_url\">\n"
#~ " <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 "
#~ "''\">Mise en ligne de la collection OpenWood</a>\n"
#~ " </t>\n"
#~ " <t t-else=\"\">\n"
#~ " <strong t-out=\"object.event_id.name or "
#~ "''\">Mise en ligne de la collection OpenWood</strong>.\n"
#~ " </t>\n"
#~ " </div>\n"
#~ " <br/>\n"
#~ " <table style=\"width: auto;\">\n"
#~ " <tr>\n"
#~ " <td>\n"
#~ " <strong>Ajouter cet événement à votre "
#~ "agenda</strong>\n"
#~ " </td>\n"
#~ " <td>\n"
#~ " <a t-attf-href=\"/event/"
#~ "{{ slug(object.event_id) }}/ics?slot_id={{ object.event_slot_id.id }}\" "
#~ "style=\"padding-top: 10px; padding-right:8px; padding-bottom:2px; padding-"
#~ "left:8px; margin-left: 8px; border-radius: 3px; background-color: #E7E9ED;"
#~ "\">\n"
#~ " <img src=\"/event/static/src/img/"
#~ "apple-calendar.svg\" alt=\"iCal\" title=\"iCal\" style=\"height: 20px; "
#~ "vertical-align: baseline;\"/>\n"
#~ " </a>\n"
#~ " </td>\n"
#~ " <td>\n"
#~ " <a t-attf-href=\"/event/"
#~ "{{ slug(object.event_id) }}/ics?slot_id={{ object.event_slot_id.id }}\" "
#~ "style=\"padding-top: 10px; padding-right:8px; padding-bottom:2px; padding-"
#~ "left:8px; margin-left: 8px; border-radius: 3px; background-color: #E7E9ED;"
#~ "\">\n"
#~ " <img src=\"/event/static/src/img/"
#~ "outlook-calendar.svg\" alt=\"Outlook\" title=\"Outlook\" style=\"height: "
#~ "20px; vertical-align: baseline;\"/>\n"
#~ " </a>\n"
#~ " </td>\n"
#~ " <td>\n"
#~ " <a t-attf-href=\"https://www.google.com/"
#~ "calendar/render?action=TEMPLATE&amp;text={{ object.event_id.name }}"
#~ "&amp;dates={{ date_begin }}/{{ date_end }}&amp;location={{ location }}"
#~ "&amp;details={{ object.event_id._get_external_description() }}\" "
#~ "target=\"new\" style=\"padding-top: 10px; padding-right:8px; padding-"
#~ "bottom:2px; padding-left:8px; margin-left: 8px; border-radius: 3px; "
#~ "background-color: #E7E9ED;\">\n"
#~ " <img src=\"/event/static/src/img/"
#~ "google-calendar.svg\" alt=\"Google\" title=\"Google\" style=\"height: "
#~ "20px; vertical-align: baseline;\"/>\n"
#~ " </a>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ " </table>\n"
#~ " <br/><br/>\n"
#~ " <div>\n"
#~ " À bientôt,<br/>\n"
#~ " <span style=\"color: #454748;\">\n"
#~ " -- <br/>\n"
#~ " <t t-if=\"event_organizer\">\n"
#~ " <t t-out=\"event_organizer.name or "
#~ "''\">YourCompany</t>\n"
#~ " </t>\n"
#~ " <t t-else=\"\">\n"
#~ " L'équipe <t t-out=\"object.event_id.name or "
#~ "''\">Mise en ligne de la collection OpenWood</t>\n"
#~ " </t>\n"
#~ " </span>\n"
#~ " </div>\n"
#~ " </td></tr>\n"
#~ " <tr><td style=\"text-align:center;\">\n"
#~ " <hr width=\"100%\" style=\"background-"
#~ "color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
#~ "size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\"/>\n"
#~ " </td></tr>\n"
#~ " </table>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ " <!-- DETAILS -->\n"
#~ " <tr>\n"
#~ " <td align=\"center\" style=\"min-width: 590px;\">\n"
#~ " <table width=\"590\" border=\"0\" cellpadding=\"0\" "
#~ "cellspacing=\"0\" style=\"min-width: 590px; background-color: white; "
#~ "padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <table style=\"width:100%;\">\n"
#~ " <tr>\n"
#~ " <td style=\"vertical-align:top;\">\n"
#~ " <img src=\"/mail/font_to_img/61555/"
#~ "rgb(81,81,102)/34\" style=\"padding:4px;max-width:inherit;\" "
#~ "height=\"34\" alt=\"\"/>\n"
#~ " </td>\n"
#~ " <td style=\"padding: 0px 10px 0px "
#~ "10px;width:50%;line-height:20px;vertical-align:top;\">\n"
#~ " <div t-"
#~ "if=\"object.event_id.is_one_day\">\n"
#~ " <t t-out=\"object.event_begin_date\" "
#~ "t-options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;date_only&quot;: True, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;format&quot;: &quot;long&quot;}\">4 mai "
#~ "2021</t>\n"
#~ " <t t-out=\"object.event_begin_date\" "
#~ "t-options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;time_only&quot;: True, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;hide_seconds&quot;: True, "
#~ "&quot;format&quot;: &quot;short&quot;}\">7:00</t>\n"
#~ " - <t t-out=\"object.event_end_date\" "
#~ "t-options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;time_only&quot;: True, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;hide_seconds&quot;: True, "
#~ "&quot;format&quot;: &quot;short&quot;}\">17:00</t>\n"
#~ " </div>\n"
#~ " <div t-else=\"\">\n"
#~ " <strong>Du</strong>\n"
#~ " <t t-out=\"object.event_begin_date\" "
#~ "t-options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;show_seconds&quot;: False, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;format&quot;: &quot;medium&quot;}\">4 mai "
#~ "2021 - 7:00</t>\n"
#~ " <br/>\n"
#~ " <strong>Au</strong>\n"
#~ " <t t-out=\"object.event_end_date\" t-"
#~ "options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;show_seconds&quot;: False, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;format&quot;: &quot;medium&quot;}\">6 mai "
#~ "2021 - 17:00</t>\n"
#~ " </div>\n"
#~ " <div style=\"font-"
#~ "size:12px;color:#9e9e9e\"><i>(<t t-out=\"object.event_id.date_tz or "
#~ "''\">Europe/Bruxelles</t>)</i></div>\n"
#~ " </td>\n"
#~ " <td style=\"vertical-align:top;\">\n"
#~ " <t t-if=\"event_address\">\n"
#~ " <img src=\"/mail/font_to_img/61505/"
#~ "rgb(81,81,102)/34\" style=\"padding:4px;max-width:inherit;\" "
#~ "height=\"34\" alt=\"\"/>\n"
#~ " </t>\n"
#~ " </td>\n"
#~ " <td style=\"padding: 0px 10px 0px "
#~ "10px;width:50%;vertical-align:top;\">\n"
#~ " <t t-if=\"event_address\">\n"
#~ " <t t-set=\"location\" t-value=\"''\"/"
#~ ">\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.name\">\n"
#~ " <div t-"
#~ "out=\"object.event_id.address_id.name\">Teksa SpA</div>\n"
#~ " </t>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.street\">\n"
#~ " <div t-"
#~ "out=\"object.event_id.address_id.street\">Puerto Madero 9710</div>\n"
#~ " <t t-set=\"location\" t-"
#~ "value=\"object.event_id.address_id.street\"/>\n"
#~ " </t>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.street2\">\n"
#~ " <div t-"
#~ "out=\"object.event_id.address_id.street2\">Of A15, Santiago (RM)</div>\n"
#~ " <t t-set=\"location\" t-"
#~ "valuef=\"{{location}}, {{object.event_id.address_id.street2}}\"/>\n"
#~ " </t>\n"
#~ " <div>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.city\">\n"
#~ " <t t-"
#~ "out=\"object.event_id.address_id.city\">Pudahuel</t>,\n"
#~ " <t t-set=\"location\" t-"
#~ "valuef=\"{{location}}, {{object.event_id.address_id.city}}\"/>\n"
#~ " </t>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.state_id.name\">\n"
#~ " <t t-"
#~ "out=\"object.event_id.address_id.state_id.name\">C1</t>,\n"
#~ " <t t-set=\"location\" t-"
#~ "valuef=\"{{location}}, {{object.event_id.address_id.state_id.name}}\"/>\n"
#~ " </t>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.zip\">\n"
#~ " <t t-"
#~ "out=\"object.event_id.address_id.zip\">98450</t>\n"
#~ " <t t-set=\"location\" t-"
#~ "valuef=\"{{location}}, {{object.event_id.address_id.zip}}\"/>\n"
#~ " </t>\n"
#~ " </div>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.country_id.name\">\n"
#~ " <div t-"
#~ "out=\"object.event_id.address_id.country_id.name\">Argentina</div>\n"
#~ " <t t-set=\"location\" t-"
#~ "valuef=\"{{location}}, {{object.event_id.address_id.country_id.name}}\"/"
#~ ">\n"
#~ " </t>\n"
#~ " </t>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ " </table>\n"
#~ " </td></tr>\n"
#~ " <tr><td style=\"text-align:center;\">\n"
#~ " <t t-if=\"event_organizer\">\n"
#~ " <hr width=\"100%\" style=\"background-"
#~ "color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
#~ "size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\"/>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ "\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <!-- CONTACT ORGANIZER -->\n"
#~ " <t t-if=\"event_organizer\">\n"
#~ " <div>\n"
#~ " <span style=\"font-weight:300;margin:10px "
#~ "0px\">Des questions concernant cet événement ?</span>\n"
#~ " <div>Veuillez contacter lorganisateur :</"
#~ "div>\n"
#~ " <ul>\n"
#~ " <li><t t-out=\"event_organizer.name or "
#~ "''\">YourCompany</t></li>\n"
#~ " <t t-if=\"event_organizer.email\">\n"
#~ " <li>E-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>\n"
#~ " </t>\n"
#~ " <t t-if=\"event_organizer.phone\">\n"
#~ " <li>Téléphone : <t t-"
#~ "out=\"event_organizer.phone\">+1 650-123-4567</t></li>\n"
#~ " </t>\n"
#~ " </ul>\n"
#~ " </div>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ " <tr><td style=\"text-align:center;\">\n"
#~ " <!-- CONTACT ORGANIZER SEPARATION -->\n"
#~ " <t t-if=\"is_online or event_address\">\n"
#~ " <hr width=\"100%\" style=\"background-"
#~ "color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
#~ "size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\"/>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ "\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <!-- PWA MARKGETING -->\n"
#~ " <t t-if=\"is_online\">\n"
#~ " <div>\n"
#~ " <strong>Obtenez la meilleure expérience "
#~ "mobile.</strong>\n"
#~ " <a href=\"/event\">Installez notre "
#~ "application mobile</a>\n"
#~ " </div>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ " <tr><td style=\"text-align:center;\">\n"
#~ " <!-- PWA MARKGETING SEPARATION-->\n"
#~ " <t t-if=\"is_online and event_address\">\n"
#~ " <hr width=\"100%\" style=\"background-"
#~ "color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
#~ "size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\"/>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ "\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <!-- GOOGLE MAPS LINK -->\n"
#~ " <t t-if=\"event_address and location\">\n"
#~ " <table style=\"width:100%;\"><tr><td>\n"
#~ " <div>\n"
#~ " <i class=\"fa fa-map-marker\"/>\n"
#~ " <a t-attf-href=\"https://maps.google.com/"
#~ "maps?q={{ location }}\" target=\"new\">\n"
#~ " <img t-"
#~ "if=\"event_address.static_map_url and "
#~ "event_address.static_map_url_is_valid\" t-att-"
#~ "src=\"event_address.static_map_url\" style=\"vertical-align:bottom; "
#~ "width: 100%;\" alt=\"Google Maps\"/>\n"
#~ " <t t-else=\"\">Voir lemplacement sur "
#~ "Google Maps</t>\n"
#~ " </a>\n"
#~ " </div>\n"
#~ " </td></tr></table>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ " </table>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ "</tbody>\n"
#~ "</table>\n"
#~ "</td></tr>\n"
#~ "<!-- FOOTER BY -->\n"
#~ "<tr><td align=\"center\" style=\"min-width: 590px;\">\n"
#~ " <t t-if=\"object.company_id\">\n"
#~ " <table width=\"590\" border=\"0\" cellpadding=\"0\" "
#~ "cellspacing=\"0\" style=\"min-width: 590px; background-color: #F1F1F1; "
#~ "color: #454748; padding: 8px; border-collapse:separate;\">\n"
#~ " <tr><td style=\"text-align: center; font-size: 14px;\">\n"
#~ " Envoyé par <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>\n"
#~ " <t t-if=\"is_online\">\n"
#~ " <br/>\n"
#~ " Découvrez <a href=\"/event\" t-attf-style=\"color: "
#~ "{{object.event_id.user_id.company_id.email_secondary_color or '#875A7B'}};"
#~ "\">tous nos événements</a>.\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ " </table>\n"
#~ " </t>\n"
#~ "</td></tr>\n"
#~ "</table>\n"
#~ " "
#~ msgid ""
#~ "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"padding-"
#~ "top: 16px; background-color: #F1F1F1; font-family:Verdana, Arial,sans-"
#~ "serif; color: #454748; width: 100%; border-collapse:separate;\"><tr><td "
#~ "align=\"center\">\n"
#~ "<t t-set=\"date_begin\" t-"
#~ "value=\"format_datetime(object.event_begin_date, tz='UTC', "
#~ "dt_format=&quot;yyyyMMdd'T'HHmmss'Z'&quot;)\"/>\n"
#~ "<t t-set=\"date_end\" t-value=\"format_datetime(object.event_end_date, "
#~ "tz='UTC', dt_format=&quot;yyyyMMdd'T'HHmmss'Z'&quot;)\"/>\n"
#~ "<t t-set=\"is_online\" t-value=\"'is_published' in object.event_id and "
#~ "object.event_id.is_published\"/>\n"
#~ "<t t-set=\"is_sale\" t-value=\"'sale_order_id' in object and "
#~ "object.sale_order_id\"/>\n"
#~ "<t t-set=\"event_organizer\" t-value=\"object.event_id.organizer_id\"/>\n"
#~ "<t t-set=\"event_address\" t-value=\"object.event_id.address_id\"/>\n"
#~ "<t t-set=\"event_website_url\" t-value=\"is_online and "
#~ "object.event_id.website_url\"/>\n"
#~ "<t t-set=\"registration_ids\" t-value=\"object.ids if not is_sale else "
#~ "object._get_event_registration_ids_from_order()\"/>\n"
#~ "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" "
#~ "style=\"padding: 16px; background-color: white; color: #454748; border-"
#~ "collapse:separate;\">\n"
#~ "<tbody>\n"
#~ " <!-- HEADER -->\n"
#~ " <tr>\n"
#~ " <td align=\"center\" style=\"min-width: 590px;\">\n"
#~ " <table width=\"590\" border=\"0\" cellpadding=\"0\" "
#~ "cellspacing=\"0\" style=\"min-width: 590px; background-color: white; "
#~ "padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
#~ " <tr><td valign=\"middle\">\n"
#~ " <span style=\"font-size: 10px;\">Your registration</"
#~ "span><br/>\n"
#~ " <t t-set=\"default_name\">Guest</t>\n"
#~ " <span style=\"font-size: 20px; font-weight: bold;\" t-"
#~ "out=\"object.name or default_name\"/>\n"
#~ " <div style=\"margin-bottom: 5px;margin-top: 18px;\">\n"
#~ " <a t-if=\"object.event_id.address_id\" t-attf-"
#~ "href=\"/event/{{ object.event_id.id }}/my_tickets?"
#~ "registration_ids={{ object.ids }}"
#~ "&amp;tickets_hash={{ object.event_id._get_tickets_access_hash(object.ids) }}"
#~ "&amp;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\">\n"
#~ " View Tickets\n"
#~ " </a>\n"
#~ " <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\">\n"
#~ " View Online\n"
#~ " </a>\n"
#~ " </div>\n"
#~ " </td><td valign=\"middle\" align=\"right\">\n"
#~ " <t t-if=\"object.barcode\">\n"
#~ " <div style=\"margin-bottom: 5px;\">\n"
#~ " <img t-attf-src=\"/report/barcode/QR/"
#~ "{{object.barcode}}?&amp;width=100&amp;height=100&amp;quiet=0\" "
#~ "width=\"100\" height=\"100\" alt=\"QR Code\"/>\n"
#~ " </div>\n"
#~ " </t>\n"
#~ " <t t-if=\"not object.company_id.uses_default_logo\">\n"
#~ " <img t-att-src=\"'/logo.png?company=%s' % "
#~ "object.company_id.id\" style=\"padding: 0px; margin: 0px; margin-right: "
#~ "10px; height: auto; width: 80px;\" t-att-alt=\"'%s' % "
#~ "object.company_id.name\"/>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ " <tr><td colspan=\"2\" style=\"text-align:center;\">\n"
#~ " <hr width=\"100%\" style=\"background-"
#~ "color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
#~ "size:0px;min-height:1px;line-height:0; margin:16px 0px 16px 0px;\"/>\n"
#~ " </td></tr>\n"
#~ " </table>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ " <!-- EVENT DESCRIPTION -->\n"
#~ " <tr>\n"
#~ " <td align=\"center\" style=\"min-width: 590px;\">\n"
#~ " <table width=\"590\" border=\"0\" cellpadding=\"0\" "
#~ "cellspacing=\"0\" style=\"min-width: 590px; background-color: white; "
#~ "padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <div>\n"
#~ " <t t-set=\"default_name\">Guest</t>\n"
#~ " Hello <t t-out=\"object.name or default_name\"/>,"
#~ "<br/><br/>\n"
#~ " We are excited to remind you that the event\n"
#~ " <t t-if=\"event_website_url\">\n"
#~ " <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>\n"
#~ " </t>\n"
#~ " <t t-else=\"\">\n"
#~ " <strong t-out=\"object.event_id.name or "
#~ "''\">OpenWood Collection Online Reveal</strong>\n"
#~ " </t>\n"
#~ " is starting <strong t-"
#~ "out=\"object.event_date_range or ''\">today</strong>.\n"
#~ " </div>\n"
#~ " <br/>\n"
#~ " <table style=\"width: auto;\">\n"
#~ " <tr>\n"
#~ " <td>\n"
#~ " <strong>Add this event to your calendar</"
#~ "strong>\n"
#~ " </td>\n"
#~ " <td>\n"
#~ " <a t-attf-href=\"/event/"
#~ "{{ slug(object.event_id) }}/ics?slot_id={{ object.event_slot_id.id }}\" "
#~ "style=\"padding-top: 10px; padding-right:8px; padding-bottom:2px; padding-"
#~ "left:8px; margin-left: 8px; border-radius: 3px; background-color: #E7E9ED;"
#~ "\">\n"
#~ " <img src=\"/event/static/src/img/"
#~ "apple-calendar.svg\" alt=\"iCal\" title=\"iCal\" style=\"height: 20px; "
#~ "vertical-align: baseline;\"/>\n"
#~ " </a>\n"
#~ " </td>\n"
#~ " <td>\n"
#~ " <a t-attf-href=\"/event/"
#~ "{{ slug(object.event_id) }}/ics?slot_id={{ object.event_slot_id.id }}\" "
#~ "style=\"padding-top: 10px; padding-right:8px; padding-bottom:2px; padding-"
#~ "left:8px; margin-left: 8px; border-radius: 3px; background-color: #E7E9ED;"
#~ "\">\n"
#~ " <img src=\"/event/static/src/img/"
#~ "outlook-calendar.svg\" alt=\"Outlook\" title=\"Outlook\" style=\"height: "
#~ "20px; vertical-align: baseline;\"/>\n"
#~ " </a>\n"
#~ " </td>\n"
#~ " <td>\n"
#~ " <a t-attf-href=\"https://www.google.com/"
#~ "calendar/render?action=TEMPLATE&amp;text={{ object.event_id.name }}"
#~ "&amp;dates={{ date_begin }}/{{ date_end }}&amp;location={{ location }}"
#~ "&amp;details={{ object.event_id._get_external_description() }}\" "
#~ "target=\"new\" style=\"padding-top: 10px; padding-right:8px; padding-"
#~ "bottom:2px; padding-left:8px; margin-left: 8px; border-radius: 3px; "
#~ "background-color: #E7E9ED;\">\n"
#~ " <img src=\"/event/static/src/img/"
#~ "google-calendar.svg\" alt=\"Google\" title=\"Google\" style=\"height: "
#~ "20px; vertical-align: baseline;\"/>\n"
#~ " </a>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ " </table>\n"
#~ " <br/><br/>\n"
#~ " <div>\n"
#~ " We confirm your registration and hope to meet you "
#~ "there,<br/>\n"
#~ " <span style=\"color: #454748;\">\n"
#~ " -- <br/>\n"
#~ " <t t-if=\"event_organizer\">\n"
#~ " <t t-out=\"event_organizer.name or "
#~ "''\">YourCompany</t>\n"
#~ " </t>\n"
#~ " <t t-else=\"\">\n"
#~ " The <t t-out=\"object.event_id.name or "
#~ "''\">OpenWood Collection Online Reveal</t> Team\n"
#~ " </t>\n"
#~ " </span>\n"
#~ " </div>\n"
#~ " </td></tr>\n"
#~ " <tr><td style=\"text-align:center;\">\n"
#~ " <hr width=\"100%\" style=\"background-"
#~ "color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
#~ "size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\"/>\n"
#~ " </td></tr>\n"
#~ " </table>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ " <!-- DETAILS -->\n"
#~ " <tr>\n"
#~ " <td align=\"center\" style=\"min-width: 590px;\">\n"
#~ " <table width=\"590\" border=\"0\" cellpadding=\"0\" "
#~ "cellspacing=\"0\" style=\"min-width: 590px; background-color: white; "
#~ "padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <table style=\"width:100%;\">\n"
#~ " <tr>\n"
#~ " <td style=\"vertical-align:top;\">\n"
#~ " <img src=\"/mail/font_to_img/61555/"
#~ "rgb(81,81,102)/34\" style=\"padding:4px;max-width:inherit;\" "
#~ "height=\"34\" alt=\"\"/>\n"
#~ " </td>\n"
#~ " <td style=\"padding: 0px 10px 0px "
#~ "10px;width:50%;line-height:20px;vertical-align:top;\">\n"
#~ " <div t-"
#~ "if=\"object.event_id.is_one_day\">\n"
#~ " <t t-out=\"object.event_begin_date\" "
#~ "t-options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;date_only&quot;: True, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;format&quot;: &quot;long&quot;}\">May 4, "
#~ "2021</t>\n"
#~ " <t t-out=\"object.event_begin_date\" "
#~ "t-options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;time_only&quot;: True, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;hide_seconds&quot;: True, "
#~ "&quot;format&quot;: &quot;short&quot;}\">7:00 AM</t>\n"
#~ " - <t t-out=\"object.event_end_date\" "
#~ "t-options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;time_only&quot;: True, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;hide_seconds&quot;: True, "
#~ "&quot;format&quot;: &quot;short&quot;}\">5:00 PM</t>\n"
#~ " </div>\n"
#~ " <div t-else=\"\">\n"
#~ " <strong>From</strong>\n"
#~ " <t t-out=\"object.event_begin_date\" "
#~ "t-options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;show_seconds&quot;: False, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;format&quot;: &quot;medium&quot;}\">May 4, "
#~ "2021 - 7:00 AM</t>\n"
#~ " <br/>\n"
#~ " <strong>To</strong>\n"
#~ " <t t-out=\"object.event_end_date\" t-"
#~ "options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;show_seconds&quot;: False, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;format&quot;: &quot;medium&quot;}\">May 6, "
#~ "2021 - 5:00 PM</t>\n"
#~ " </div>\n"
#~ " <div style=\"font-"
#~ "size:12px;color:#9e9e9e\"><i>(<t t-out=\"object.event_id.date_tz or "
#~ "''\">Europe/Brussels</t>)</i></div>\n"
#~ " </td>\n"
#~ " <td style=\"vertical-align:top;\">\n"
#~ " <t t-if=\"event_address\">\n"
#~ " <img src=\"/mail/font_to_img/61505/"
#~ "rgb(81,81,102)/34\" style=\"padding:4px;max-width:inherit;\" "
#~ "height=\"34\" alt=\"\"/>\n"
#~ " </t>\n"
#~ " </td>\n"
#~ " <td style=\"padding: 0px 10px 0px "
#~ "10px;width:50%;vertical-align:top;\">\n"
#~ " <t t-if=\"event_address\">\n"
#~ " <t t-set=\"location\" t-value=\"''\"/"
#~ ">\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.name\">\n"
#~ " <div t-"
#~ "out=\"object.event_id.address_id.name or ''\">Teksa SpA</div>\n"
#~ " </t>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.street\">\n"
#~ " <div t-"
#~ "out=\"object.event_id.address_id.street or ''\">Puerto Madero 9710</div>\n"
#~ " <t t-set=\"location\" t-"
#~ "value=\"object.event_id.address_id.street\"/>\n"
#~ " </t>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.street2\">\n"
#~ " <div t-"
#~ "out=\"object.event_id.address_id.street2 or ''\">Of A15, Santiago (RM)</"
#~ "div>\n"
#~ " <t t-set=\"location\" t-"
#~ "value=\"'%s, %s' % (location, object.event_id.address_id.street2)\"/>\n"
#~ " </t>\n"
#~ " <div>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.city\">\n"
#~ " <t t-"
#~ "out=\"object.event_id.address_id.city or ''\">Pudahuel</t>,\n"
#~ " <t t-set=\"location\" t-"
#~ "value=\"'%s, %s' % (location, object.event_id.address_id.city)\"/>\n"
#~ " </t>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.state_id.name\">\n"
#~ " <t t-"
#~ "out=\"object.event_id.address_id.state_id.name or ''\">C1</t>,\n"
#~ " <t t-set=\"location\" t-"
#~ "value=\"'%s, %s' % (location, object.event_id.address_id.state_id.name)\"/"
#~ ">\n"
#~ " </t>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.zip\">\n"
#~ " <t t-"
#~ "out=\"object.event_id.address_id.zip or ''\">98450</t>\n"
#~ " <t t-set=\"location\" t-"
#~ "value=\"'%s, %s' % (location, object.event_id.address_id.zip)\"/>\n"
#~ " </t>\n"
#~ " </div>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.country_id.name\">\n"
#~ " <div t-"
#~ "out=\"object.event_id.address_id.country_id.name or ''\">Argentina</div>\n"
#~ " <t t-set=\"location\" t-"
#~ "value=\"'%s, %s' % (location, object.event_id.address_id.country_id.name)"
#~ "\"/>\n"
#~ " </t>\n"
#~ " </t>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ " </table>\n"
#~ " </td></tr>\n"
#~ " <tr><td style=\"text-align:center;\">\n"
#~ " <t t-if=\"event_organizer\">\n"
#~ " <hr width=\"100%\" style=\"background-"
#~ "color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
#~ "size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\"/>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ "\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <!-- CONTACT ORGANIZER -->\n"
#~ " <t t-if=\"event_organizer\">\n"
#~ " <div>\n"
#~ " <span style=\"font-weight:300;margin:10px "
#~ "0px\">Questions about this event?</span>\n"
#~ " <div>Please contact the organizer:</div>\n"
#~ " <ul>\n"
#~ " <li t-out=\"event_organizer.name or "
#~ "''\">YourCompany</li>\n"
#~ " <t t-if=\"event_organizer.email\">\n"
#~ " <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>\n"
#~ " </t>\n"
#~ " <t t-if=\"event_organizer.phone\">\n"
#~ " <li>Phone: <t t-"
#~ "out=\"event_organizer.phone or ''\"/></li>\n"
#~ " </t>\n"
#~ " </ul>\n"
#~ " </div>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ " <tr><td style=\"text-align:center;\">\n"
#~ " <!-- CONTACT ORGANIZER SEPARATION -->\n"
#~ " <hr t-if=\"is_online or event_address\" width=\"100%"
#~ "\" style=\"background-color:rgb(204,204,204);border:medium "
#~ "none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0; "
#~ "margin: 16px 0px 16px 0px;\"/>\n"
#~ " </td></tr>\n"
#~ "\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <!-- PWA MARKGETING -->\n"
#~ " <div t-if=\"is_online\">\n"
#~ " <strong>Get the best mobile experience.</strong>\n"
#~ " <a href=\"/event\">Install our mobile app</a>\n"
#~ " </div>\n"
#~ " </td></tr>\n"
#~ " <tr><td style=\"text-align:center;\">\n"
#~ " <!-- PWA MARKGETING SEPARATION-->\n"
#~ " <hr t-if=\"is_online and event_address\" width=\"100%"
#~ "\" style=\"background-color:rgb(204,204,204);border:medium "
#~ "none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0; "
#~ "margin: 16px 0px 16px 0px;\"/>\n"
#~ " </td></tr>\n"
#~ "\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <!-- GOOGLE MAPS LINK -->\n"
#~ " <table t-if=\"event_address and location\" "
#~ "style=\"width:100%;\"><tr><td>\n"
#~ " <div>\n"
#~ " <i class=\"fa fa-map-marker\"/>\n"
#~ " <a t-attf-href=\"https://maps.google.com/maps?"
#~ "q={{ location }}\" target=\"new\">\n"
#~ " <img t-if=\"event_address.static_map_url "
#~ "and event_address.static_map_url_is_valid\" t-attf-"
#~ "src=\"{{ event_address.static_map_url }}\" style=\"vertical-align:bottom; "
#~ "width: 100%;\" alt=\"Google Maps\"/>\n"
#~ " <span t-else=\"\">See location on Google "
#~ "Maps</span>\n"
#~ " </a>\n"
#~ " </div>\n"
#~ " </td></tr></table>\n"
#~ " </td></tr>\n"
#~ " </table>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ "</tbody>\n"
#~ "</table>\n"
#~ "</td></tr>\n"
#~ "<!-- FOOTER BY -->\n"
#~ "<tr><td align=\"center\" style=\"min-width: 590px;\">\n"
#~ " <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;"
#~ "\">\n"
#~ " <tr><td style=\"text-align: center; font-size: 14px;\">\n"
#~ " 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>\n"
#~ " <t t-if=\"'website_url' in object.event_id and "
#~ "object.event_id.website_url\">\n"
#~ " <br/>\n"
#~ " Discover <a href=\"/event\" t-attf-style=\"color: "
#~ "{{object.event_id.user_id.company_id.email_secondary_color or '#875A7B'}};"
#~ "\">all our events</a>.\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ " </table>\n"
#~ "</td></tr>\n"
#~ "</table>\n"
#~ " "
#~ msgstr ""
#~ "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"padding-"
#~ "top: 16px; background-color: #F1F1F1; font-family:Verdana, Arial,sans-"
#~ "serif; color: #454748; width: 100%; border-collapse:separate;\"><tr><td "
#~ "align=\"center\">\n"
#~ "<t t-set=\"date_begin\" t-"
#~ "value=\"format_datetime(object.event_begin_date, tz='UTC', "
#~ "dt_format=&quot;yyyyMMdd'T'HHmmss'Z'&quot;)\"/>\n"
#~ "<t t-set=\"date_end\" t-value=\"format_datetime(object.event_end_date, "
#~ "tz='UTC', dt_format=&quot;yyyyMMdd'T'HHmmss'Z'&quot;)\"/>\n"
#~ "<t t-set=\"is_online\" t-value=\"'is_published' in object.event_id and "
#~ "object.event_id.is_published\"/>\n"
#~ "<t t-set=\"is_sale\" t-value=\"'sale_order_id' in object and "
#~ "object.sale_order_id\"/>\n"
#~ "<t t-set=\"event_organizer\" t-value=\"object.event_id.organizer_id\"/>\n"
#~ "<t t-set=\"event_address\" t-value=\"object.event_id.address_id\"/>\n"
#~ "<t t-set=\"event_website_url\" t-value=\"is_online and "
#~ "object.event_id.website_url\"/>\n"
#~ "<t t-set=\"registration_ids\" t-value=\"object.ids if not is_sale else "
#~ "object._get_event_registration_ids_from_order()\"/>\n"
#~ "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" "
#~ "style=\"padding: 16px; background-color: white; color: #454748; border-"
#~ "collapse:separate;\">\n"
#~ "<tbody>\n"
#~ " <!-- HEADER -->\n"
#~ " <tr>\n"
#~ " <td align=\"center\" style=\"min-width: 590px;\">\n"
#~ " <table width=\"590\" border=\"0\" cellpadding=\"0\" "
#~ "cellspacing=\"0\" style=\"min-width: 590px; background-color: white; "
#~ "padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
#~ " <tr><td valign=\"middle\">\n"
#~ " <span style=\"font-size: 10px;\">Votre inscription</"
#~ "span><br/>\n"
#~ " <t t-set=\"default_name\">Invité</t>\n"
#~ " <span style=\"font-size: 20px; font-weight: bold;\" t-"
#~ "out=\"object.name or default_name\"/>\n"
#~ " <div style=\"margin-bottom: 5px;margin-top: 18px;\">\n"
#~ " <a t-if=\"object.event_id.address_id\" t-attf-"
#~ "href=\"/event/{{ object.event_id.id }}/my_tickets?"
#~ "registration_ids={{ object.ids }}"
#~ "&amp;tickets_hash={{ object.event_id._get_tickets_access_hash(object.ids) }}"
#~ "&amp;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\">\n"
#~ " Voir les tickets\n"
#~ " </a>\n"
#~ " <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\">\n"
#~ " Voir en ligne\n"
#~ " </a>\n"
#~ " </div>\n"
#~ " </td><td valign=\"middle\" align=\"right\">\n"
#~ " <t t-if=\"object.barcode\">\n"
#~ " <div style=\"margin-bottom: 5px;\">\n"
#~ " <img t-attf-src=\"/report/barcode/QR/"
#~ "{{object.barcode}}?&amp;width=100&amp;height=100&amp;quiet=0\" "
#~ "width=\"100\" height=\"100\" alt=\"QR Code\"/>\n"
#~ " </div>\n"
#~ " </t>\n"
#~ " <t t-if=\"not object.company_id.uses_default_logo\">\n"
#~ " <img t-att-src=\"'/logo.png?company=%s' % "
#~ "object.company_id.id\" style=\"padding: 0px; margin: 0px; margin-right: "
#~ "10px; height: auto; width: 80px;\" t-att-alt=\"'%s' % "
#~ "object.company_id.name\"/>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ " <tr><td colspan=\"2\" style=\"text-align:center;\">\n"
#~ " <hr width=\"100%\" style=\"background-"
#~ "color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
#~ "size:0px;min-height:1px;line-height:0; margin:16px 0px 16px 0px;\"/>\n"
#~ " </td></tr>\n"
#~ " </table>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ " <!-- EVENT DESCRIPTION -->\n"
#~ " <tr>\n"
#~ " <td align=\"center\" style=\"min-width: 590px;\">\n"
#~ " <table width=\"590\" border=\"0\" cellpadding=\"0\" "
#~ "cellspacing=\"0\" style=\"min-width: 590px; background-color: white; "
#~ "padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <div>\n"
#~ " <t t-set=\"default_name\">Invité</t>\n"
#~ " Bonjour <t t-out=\"object.name or default_name\"/"
#~ ">,<br/><br/>\n"
#~ " Nous sommes ravis de vous rappeler que "
#~ "lévénement\n"
#~ " <t t-if=\"event_website_url\">\n"
#~ " <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 "
#~ "''\">Mise en ligne de la collection OpenWood</a>\n"
#~ " </t>\n"
#~ " <t t-else=\"\">\n"
#~ " <strong t-out=\"object.event_id.name or "
#~ "''\">Mise en ligne de la collection OpenWood</strong>\n"
#~ " </t>\n"
#~ " commence <strong t-out=\"object.event_date_range "
#~ "or ''\">aujourd'hui</strong>.\n"
#~ " </div>\n"
#~ " <br/>\n"
#~ " <table style=\"width: auto;\">\n"
#~ " <tr>\n"
#~ " <td>\n"
#~ " <strong>Ajouter cet événement à votre "
#~ "agenda</strong>\n"
#~ " </td>\n"
#~ " <td>\n"
#~ " <a t-attf-href=\"/event/"
#~ "{{ slug(object.event_id) }}/ics?slot_id={{ object.event_slot_id.id }}\" "
#~ "style=\"padding-top: 10px; padding-right:8px; padding-bottom:2px; padding-"
#~ "left:8px; margin-left: 8px; border-radius: 3px; background-color: #E7E9ED;"
#~ "\">\n"
#~ " <img src=\"/event/static/src/img/"
#~ "apple-calendar.svg\" alt=\"iCal\" title=\"iCal\" style=\"height: 20px; "
#~ "vertical-align: baseline;\"/>\n"
#~ " </a>\n"
#~ " </td>\n"
#~ " <td>\n"
#~ " <a t-attf-href=\"/event/"
#~ "{{ slug(object.event_id) }}/ics?slot_id={{ object.event_slot_id.id }}\" "
#~ "style=\"padding-top: 10px; padding-right:8px; padding-bottom:2px; padding-"
#~ "left:8px; margin-left: 8px; border-radius: 3px; background-color: #E7E9ED;"
#~ "\">\n"
#~ " <img src=\"/event/static/src/img/"
#~ "outlook-calendar.svg\" alt=\"Outlook\" title=\"Outlook\" style=\"height: "
#~ "20px; vertical-align: baseline;\"/>\n"
#~ " </a>\n"
#~ " </td>\n"
#~ " <td>\n"
#~ " <a t-attf-href=\"https://www.google.com/"
#~ "calendar/render?action=TEMPLATE&amp;text={{ object.event_id.name }}"
#~ "&amp;dates={{ date_begin }}/{{ date_end }}&amp;location={{ location }}"
#~ "&amp;details={{ object.event_id._get_external_description() }}\" "
#~ "target=\"new\" style=\"padding-top: 10px; padding-right:8px; padding-"
#~ "bottom:2px; padding-left:8px; margin-left: 8px; border-radius: 3px; "
#~ "background-color: #E7E9ED;\">\n"
#~ " <img src=\"/event/static/src/img/"
#~ "google-calendar.svg\" alt=\"Google\" title=\"Google\" style=\"height: "
#~ "20px; vertical-align: baseline;\"/>\n"
#~ " </a>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ " </table>\n"
#~ " <br/><br/>\n"
#~ " <div>\n"
#~ " Nous confirmons votre inscription et espérons "
#~ "vous y rencontrer,<br/>\n"
#~ " <span style=\"color: #454748;\">\n"
#~ " -- <br/>\n"
#~ " <t t-if=\"event_organizer\">\n"
#~ " <t t-out=\"event_organizer.name or "
#~ "''\">YourCompany</t>\n"
#~ " </t>\n"
#~ " <t t-else=\"\">\n"
#~ " L'équipe <t t-out=\"object.event_id.name or "
#~ "''\">Mise en ligne de la collection OpenWood</t>\n"
#~ " </t>\n"
#~ " </span>\n"
#~ " </div>\n"
#~ " </td></tr>\n"
#~ " <tr><td style=\"text-align:center;\">\n"
#~ " <hr width=\"100%\" style=\"background-"
#~ "color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
#~ "size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\"/>\n"
#~ " </td></tr>\n"
#~ " </table>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ " <!-- DETAILS -->\n"
#~ " <tr>\n"
#~ " <td align=\"center\" style=\"min-width: 590px;\">\n"
#~ " <table width=\"590\" border=\"0\" cellpadding=\"0\" "
#~ "cellspacing=\"0\" style=\"min-width: 590px; background-color: white; "
#~ "padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <table style=\"width:100%;\">\n"
#~ " <tr>\n"
#~ " <td style=\"vertical-align:top;\">\n"
#~ " <img src=\"/mail/font_to_img/61555/"
#~ "rgb(81,81,102)/34\" style=\"padding:4px;max-width:inherit;\" "
#~ "height=\"34\" alt=\"\"/>\n"
#~ " </td>\n"
#~ " <td style=\"padding: 0px 10px 0px "
#~ "10px;width:50%;line-height:20px;vertical-align:top;\">\n"
#~ " <div t-"
#~ "if=\"object.event_id.is_one_day\">\n"
#~ " <t t-out=\"object.event_begin_date\" "
#~ "t-options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;date_only&quot;: True, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;format&quot;: &quot;long&quot;}\">4 mai "
#~ "2021</t>\n"
#~ " <t t-out=\"object.event_begin_date\" "
#~ "t-options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;time_only&quot;: True, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;hide_seconds&quot;: True, "
#~ "&quot;format&quot;: &quot;short&quot;}\">7:00</t>\n"
#~ " - <t t-out=\"object.event_end_date\" "
#~ "t-options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;time_only&quot;: True, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;hide_seconds&quot;: True, "
#~ "&quot;format&quot;: &quot;short&quot;}\">17:00</t>\n"
#~ " </div>\n"
#~ " <div t-else=\"\">\n"
#~ " <strong>Du</strong>\n"
#~ " <t t-out=\"object.event_begin_date\" "
#~ "t-options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;show_seconds&quot;: False, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;format&quot;: &quot;medium&quot;}\">4 mai "
#~ "2021 - 7:00</t>\n"
#~ " <br/>\n"
#~ " <strong>Au</strong>\n"
#~ " <t t-out=\"object.event_end_date\" t-"
#~ "options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;show_seconds&quot;: False, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;format&quot;: &quot;medium&quot;}\">6 mai "
#~ "2021 - 17:00</t>\n"
#~ " </div>\n"
#~ " <div style=\"font-"
#~ "size:12px;color:#9e9e9e\"><i>(<t t-out=\"object.event_id.date_tz or "
#~ "''\">Europe/Bruxelles</t>)</i></div>\n"
#~ " </td>\n"
#~ " <td style=\"vertical-align:top;\">\n"
#~ " <t t-if=\"event_address\">\n"
#~ " <img src=\"/mail/font_to_img/61505/"
#~ "rgb(81,81,102)/34\" style=\"padding:4px;max-width:inherit;\" "
#~ "height=\"34\" alt=\"\"/>\n"
#~ " </t>\n"
#~ " </td>\n"
#~ " <td style=\"padding: 0px 10px 0px "
#~ "10px;width:50%;vertical-align:top;\">\n"
#~ " <t t-if=\"event_address\">\n"
#~ " <t t-set=\"location\" t-value=\"''\"/"
#~ ">\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.name\">\n"
#~ " <div t-"
#~ "out=\"object.event_id.address_id.name or ''\">Teksa SpA</div>\n"
#~ " </t>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.street\">\n"
#~ " <div t-"
#~ "out=\"object.event_id.address_id.street or ''\">Puerto Madero 9710</div>\n"
#~ " <t t-set=\"location\" t-"
#~ "value=\"object.event_id.address_id.street\"/>\n"
#~ " </t>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.street2\">\n"
#~ " <div t-"
#~ "out=\"object.event_id.address_id.street2 or ''\">Of A15, Santiago (RM)</"
#~ "div>\n"
#~ " <t t-set=\"location\" t-"
#~ "value=\"'%s, %s' % (location, object.event_id.address_id.street2)\"/>\n"
#~ " </t>\n"
#~ " <div>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.city\">\n"
#~ " <t t-"
#~ "out=\"object.event_id.address_id.city or ''\">Pudahuel</t>,\n"
#~ " <t t-set=\"location\" t-"
#~ "value=\"'%s, %s' % (location, object.event_id.address_id.city)\"/>\n"
#~ " </t>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.state_id.name\">\n"
#~ " <t t-"
#~ "out=\"object.event_id.address_id.state_id.name or ''\">C1</t>,\n"
#~ " <t t-set=\"location\" t-"
#~ "value=\"'%s, %s' % (location, object.event_id.address_id.state_id.name)\"/"
#~ ">\n"
#~ " </t>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.zip\">\n"
#~ " <t t-"
#~ "out=\"object.event_id.address_id.zip or ''\">98450</t>\n"
#~ " <t t-set=\"location\" t-"
#~ "value=\"'%s, %s' % (location, object.event_id.address_id.zip)\"/>\n"
#~ " </t>\n"
#~ " </div>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.country_id.name\">\n"
#~ " <div t-"
#~ "out=\"object.event_id.address_id.country_id.name or ''\">Argentine</div>\n"
#~ " <t t-set=\"location\" t-"
#~ "value=\"'%s, %s' % (location, object.event_id.address_id.country_id.name)"
#~ "\"/>\n"
#~ " </t>\n"
#~ " </t>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ " </table>\n"
#~ " </td></tr>\n"
#~ " <tr><td style=\"text-align:center;\">\n"
#~ " <t t-if=\"event_organizer\">\n"
#~ " <hr width=\"100%\" style=\"background-"
#~ "color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
#~ "size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\"/>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ "\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <!-- CONTACT ORGANIZER -->\n"
#~ " <t t-if=\"event_organizer\">\n"
#~ " <div>\n"
#~ " <span style=\"font-weight:300;margin:10px "
#~ "0px\">Des questions à propos de cet événement ?</span>\n"
#~ " <div>Veuillez contacter lorganisateur :</"
#~ "div>\n"
#~ " <ul>\n"
#~ " <li t-out=\"event_organizer.name or "
#~ "''\">YourCompany</li>\n"
#~ " <t t-if=\"event_organizer.email\">\n"
#~ " <li>E-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>\n"
#~ " </t>\n"
#~ " <t t-if=\"event_organizer.phone\">\n"
#~ " <li>Téléphone : <t t-"
#~ "out=\"event_organizer.phone or ''\"/></li>\n"
#~ " </t>\n"
#~ " </ul>\n"
#~ " </div>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ " <tr><td style=\"text-align:center;\">\n"
#~ " <!-- CONTACT ORGANIZER SEPARATION -->\n"
#~ " <hr t-if=\"is_online or event_address\" width=\"100%"
#~ "\" style=\"background-color:rgb(204,204,204);border:medium "
#~ "none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0; "
#~ "margin: 16px 0px 16px 0px;\"/>\n"
#~ " </td></tr>\n"
#~ "\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <!-- PWA MARKGETING -->\n"
#~ " <div t-if=\"is_online\">\n"
#~ " <strong>Profitez de la meilleure expérience "
#~ "mobile.</strong>\n"
#~ " <a href=\"/event\">Installez notre application "
#~ "mobile</a>\n"
#~ " </div>\n"
#~ " </td></tr>\n"
#~ " <tr><td style=\"text-align:center;\">\n"
#~ " <!-- PWA MARKGETING SEPARATION-->\n"
#~ " <hr t-if=\"is_online and event_address\" width=\"100%"
#~ "\" style=\"background-color:rgb(204,204,204);border:medium "
#~ "none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0; "
#~ "margin: 16px 0px 16px 0px;\"/>\n"
#~ " </td></tr>\n"
#~ "\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <!-- GOOGLE MAPS LINK -->\n"
#~ " <table t-if=\"event_address and location\" "
#~ "style=\"width:100%;\"><tr><td>\n"
#~ " <div>\n"
#~ " <i class=\"fa fa-map-marker\"/>\n"
#~ " <a t-attf-href=\"https://maps.google.com/maps?"
#~ "q={{ location }}\" target=\"new\">\n"
#~ " <img t-if=\"event_address.static_map_url "
#~ "and event_address.static_map_url_is_valid\" t-attf-"
#~ "src=\"{{ event_address.static_map_url }}\" style=\"vertical-align:bottom; "
#~ "width: 100%;\" alt=\"Google Maps\"/>\n"
#~ " <span t-else=\"\">Voir lemplacement sur "
#~ "Google Maps</span>\n"
#~ " </a>\n"
#~ " </div>\n"
#~ " </td></tr></table>\n"
#~ " </td></tr>\n"
#~ " </table>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ "</tbody>\n"
#~ "</table>\n"
#~ "</td></tr>\n"
#~ "<!-- FOOTER BY -->\n"
#~ "<tr><td align=\"center\" style=\"min-width: 590px;\">\n"
#~ " <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;"
#~ "\">\n"
#~ " <tr><td style=\"text-align: center; font-size: 14px;\">\n"
#~ " Envoyé par <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>\n"
#~ " <t t-if=\"'website_url' in object.event_id and "
#~ "object.event_id.website_url\">\n"
#~ " <br/>\n"
#~ " Découvrez <a href=\"/event\" t-attf-style=\"color: "
#~ "{{object.event_id.user_id.company_id.email_secondary_color or '#875A7B'}};"
#~ "\">tous nos événements</a>.\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ " </table>\n"
#~ "</td></tr>\n"
#~ "</table>\n"
#~ " "
#~ msgid ""
#~ "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"padding-"
#~ "top: 16px; background-color: #F1F1F1; font-family:Verdana, Arial,sans-"
#~ "serif; color: #454748; width: 100%; border-collapse:separate;\"><tr><td "
#~ "align=\"center\">\n"
#~ "<t t-set=\"date_begin\" t-"
#~ "value=\"format_datetime(object.event_begin_date, tz='UTC', "
#~ "dt_format=&quot;yyyyMMdd'T'HHmmss'Z'&quot;)\"/>\n"
#~ "<t t-set=\"date_end\" t-value=\"format_datetime(object.event_end_date, "
#~ "tz='UTC', dt_format=&quot;yyyyMMdd'T'HHmmss'Z'&quot;)\"/>\n"
#~ "<t t-set=\"is_online\" t-value=\"'is_published' in object.event_id and "
#~ "object.event_id.is_published\"/>\n"
#~ "<t t-set=\"is_sale\" t-value=\"'sale_order_id' in object and "
#~ "object.sale_order_id\"/>\n"
#~ "<t t-set=\"event_organizer\" t-value=\"object.event_id.organizer_id\"/>\n"
#~ "<t t-set=\"event_address\" t-value=\"object.event_id.address_id\"/>\n"
#~ "<t t-set=\"event_website_url\" t-"
#~ "value=\"object.event_id.event_share_url\"/>\n"
#~ "<t t-set=\"registration_ids\" t-value=\"object.ids if not is_sale else "
#~ "object._get_event_registration_ids_from_order()\"/>\n"
#~ "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" "
#~ "style=\"padding: 16px; background-color: white; color: #454748; border-"
#~ "collapse:separate;\">\n"
#~ "<tbody>\n"
#~ " <!-- HEADER -->\n"
#~ " <tr>\n"
#~ " <td align=\"center\" style=\"min-width: 590px;\">\n"
#~ " <table width=\"590\" border=\"0\" cellpadding=\"0\" "
#~ "cellspacing=\"0\" style=\"min-width: 590px; background-color: white; "
#~ "padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
#~ " <tr><td valign=\"middle\">\n"
#~ " <span style=\"font-size: 10px;\">Your registration</"
#~ "span><br/>\n"
#~ " <span style=\"font-size: 20px; font-weight: bold;\">\n"
#~ " <t t-set=\"default_name\">Guest</t>\n"
#~ " <t t-out=\"object.name or default_name\"/>\n"
#~ " </span>\n"
#~ " <div style=\"margin-bottom: 5px;margin-top: 18px;\">\n"
#~ " <a t-if=\"object.event_id.address_id\" t-attf-"
#~ "href=\"/event/{{ object.event_id.id }}/my_tickets?"
#~ "registration_ids={{ object.ids }}"
#~ "&amp;tickets_hash={{ object.event_id._get_tickets_access_hash(object.ids) }}"
#~ "&amp;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\">\n"
#~ " View Tickets\n"
#~ " </a>\n"
#~ " <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\">\n"
#~ " View Online\n"
#~ " </a>\n"
#~ " </div>\n"
#~ " </td><td valign=\"middle\" align=\"right\">\n"
#~ " <t t-if=\"object.barcode\"> \n"
#~ " <div style=\"margin-bottom: 5px;\">\n"
#~ " <img t-attf-src=\"/report/barcode/QR/"
#~ "{{object.barcode}}?&amp;width=100&amp;height=100&amp;quiet=0\" "
#~ "width=\"100\" height=\"100\" alt=\"QR Code\"/>\n"
#~ " </div>\n"
#~ " </t>\n"
#~ " <t t-if=\"not object.company_id.uses_default_logo\">\n"
#~ " <img t-att-src=\"'/logo.png?company=%s' % "
#~ "object.company_id.id\" style=\"padding: 0px; margin: 0px; margin-right: "
#~ "10px; height: auto; width: 80px;\" t-att-alt=\"'%s' % "
#~ "object.company_id.name\"/>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ " <tr><td colspan=\"2\" style=\"text-align:center;\">\n"
#~ " <hr width=\"100%\" style=\"background-"
#~ "color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
#~ "size:0px;min-height:1px;line-height:0; margin:16px 0px 16px 0px;\"/>\n"
#~ " </td></tr>\n"
#~ " </table>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ " <!-- EVENT DESCRIPTION -->\n"
#~ " <tr>\n"
#~ " <td align=\"center\" style=\"min-width: 590px;\">\n"
#~ " <table width=\"590\" border=\"0\" cellpadding=\"0\" "
#~ "cellspacing=\"0\" style=\"min-width: 590px; background-color: white; "
#~ "padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <div>\n"
#~ " <t t-set=\"default_name\">Guest</t>\n"
#~ " Hello <t t-out=\"object.name or default_name\"/>,"
#~ "<br/><br/>\n"
#~ " We are happy to confirm your registration to the "
#~ "event\n"
#~ " <t t-if=\"event_website_url\">\n"
#~ " <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>\n"
#~ " </t>\n"
#~ " <t t-else=\"\">\n"
#~ " <strong t-out=\"object.event_id.name or "
#~ "''\">OpenWood Collection Online Reveal</strong>\n"
#~ " </t>.\n"
#~ " <t t-if=\"object.partner_id and "
#~ "object.partner_id.name and object.partner_id.name != object.name\">\n"
#~ " This ticket was registered by <t t-"
#~ "out=\"object.partner_id.name\"/>.\n"
#~ " </t>\n"
#~ " </div>\n"
#~ " <div t-if=\"is_sale\">\n"
#~ " <br/>\n"
#~ " The order for this ticket has reference <t t-"
#~ "out=\"object.sale_order_id.name\"/>\n"
#~ " and was placed on <t t-"
#~ "out=\"object.sale_order_id.date_order.date()\"/>\n"
#~ " <t t-if=\"object.sale_order_line_id.price_unit\"> "
#~ "for an amount of\n"
#~ " <t t-"
#~ "out=\"object.sale_order_line_id.price_unit\" t-options=\"{'widget': "
#~ "'monetary', 'display_currency': object.sale_order_line_id.currency_id}\"/"
#~ ">\n"
#~ " </t>.\n"
#~ " </div>\n"
#~ " <br/>\n"
#~ " <table style=\"width: auto;\">\n"
#~ " <tr>\n"
#~ " <td>\n"
#~ " <strong>Add this event to your calendar</"
#~ "strong>\n"
#~ " </td>\n"
#~ " <td>\n"
#~ " <a t-attf-href=\"/event/"
#~ "{{ slug(object.event_id) }}/ics?slot_id={{ object.event_slot_id.id }}\" "
#~ "style=\"padding-top: 10px; padding-right:8px; padding-bottom:2px; padding-"
#~ "left:8px; margin-left: 8px; border-radius: 3px; background-color: #E7E9ED;"
#~ "\">\n"
#~ " <img src=\"/event/static/src/img/"
#~ "apple-calendar.svg\" alt=\"iCal\" title=\"iCal\" style=\"height: 20px; "
#~ "vertical-align: baseline;\"/>\n"
#~ " </a>\n"
#~ " </td>\n"
#~ " <td>\n"
#~ " <a t-attf-href=\"/event/"
#~ "{{ slug(object.event_id) }}/ics?slot_id={{ object.event_slot_id.id }}\" "
#~ "style=\"padding-top: 10px; padding-right:8px; padding-bottom:2px; padding-"
#~ "left:8px; margin-left: 8px; border-radius: 3px; background-color: #E7E9ED;"
#~ "\">\n"
#~ " <img src=\"/event/static/src/img/"
#~ "outlook-calendar.svg\" alt=\"Outlook\" title=\"Outlook\" style=\"height: "
#~ "20px; vertical-align: baseline;\"/>\n"
#~ " </a>\n"
#~ " </td>\n"
#~ " <td>\n"
#~ " <a t-attf-href=\"https://www.google.com/"
#~ "calendar/render?action=TEMPLATE&amp;text={{ object.event_id.name }}"
#~ "&amp;dates={{ date_begin }}/{{ date_end }}&amp;location={{ location }}"
#~ "&amp;details={{ object.event_id._get_external_description() }}\" "
#~ "target=\"new\" style=\"padding-top: 10px; padding-right:8px; padding-"
#~ "bottom:2px; padding-left:8px; margin-left: 8px; border-radius: 3px; "
#~ "background-color: #E7E9ED;\">\n"
#~ " <img src=\"/event/static/src/img/"
#~ "google-calendar.svg\" alt=\"Google\" title=\"Google\" style=\"height: "
#~ "20px; vertical-align: baseline;\"/>\n"
#~ " </a>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ " </table>\n"
#~ " <br/><br/>\n"
#~ " <div>\n"
#~ " See you soon,<br/>\n"
#~ " <span style=\"color: #454748;\">\n"
#~ " -- <br/>\n"
#~ " <t t-if=\"event_organizer\">\n"
#~ " <t t-"
#~ "out=\"event_organizer.name\">YourCompany</t>\n"
#~ " </t>\n"
#~ " <t t-else=\"\">\n"
#~ " The <t t-out=\"object.event_id.name or "
#~ "''\">OpenWood Collection Online Reveal</t> Team\n"
#~ " </t>\n"
#~ " </span>\n"
#~ " </div>\n"
#~ " </td></tr>\n"
#~ " <tr><td style=\"text-align:center;\">\n"
#~ " <hr width=\"100%\" style=\"background-"
#~ "color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
#~ "size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\"/>\n"
#~ " </td></tr>\n"
#~ " </table>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ " <!-- DETAILS -->\n"
#~ " <tr>\n"
#~ " <td align=\"center\" style=\"min-width: 590px;\">\n"
#~ " <table width=\"590\" border=\"0\" cellpadding=\"0\" "
#~ "cellspacing=\"0\" style=\"min-width: 590px; background-color: white; "
#~ "padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <table style=\"width:100%;\">\n"
#~ " <tr>\n"
#~ " <td style=\"vertical-align:top;\">\n"
#~ " <img src=\"/mail/font_to_img/61555/"
#~ "rgb(81,81,102)/34\" style=\"padding:4px;max-width:inherit;\" "
#~ "height=\"34\" alt=\"\"/>\n"
#~ " </td>\n"
#~ " <td style=\"padding: 0px 10px 0px "
#~ "10px;width:50%;line-height:20px;vertical-align:top;\">\n"
#~ " <div t-"
#~ "if=\"object.event_id.is_one_day\">\n"
#~ " <t t-out=\"object.event_begin_date\" "
#~ "t-options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;date_only&quot;: True, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;format&quot;: &quot;long&quot;}\">May 4, "
#~ "2021</t>\n"
#~ " <t t-out=\"object.event_begin_date\" "
#~ "t-options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;time_only&quot;: True, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;hide_seconds&quot;: True, "
#~ "&quot;format&quot;: &quot;short&quot;}\">7:00 AM</t>\n"
#~ " - <t t-out=\"object.event_end_date\" "
#~ "t-options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;time_only&quot;: True, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;hide_seconds&quot;: True, "
#~ "&quot;format&quot;: &quot;short&quot;}\">5:00 PM</t>\n"
#~ " </div>\n"
#~ " <div t-else=\"\">\n"
#~ " <strong>From</strong>\n"
#~ " <t t-out=\"object.event_begin_date\" "
#~ "t-options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;show_seconds&quot;: False, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;format&quot;: &quot;medium&quot;}\">May 4, "
#~ "2021 - 7:00 AM</t>\n"
#~ " <br/>\n"
#~ " <strong>To</strong>\n"
#~ " <t t-out=\"object.event_end_date\" t-"
#~ "options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;show_seconds&quot;: False, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;format&quot;: &quot;medium&quot;}\">May 6, "
#~ "2021 - 5:00 PM</t>\n"
#~ " </div>\n"
#~ " <div style=\"font-"
#~ "size:12px;color:#9e9e9e\"><i>(<t t-out=\"object.event_id.date_tz or "
#~ "''\">Europe/Brussels</t>)</i></div>\n"
#~ " </td>\n"
#~ " <td style=\"vertical-align:top;\">\n"
#~ " <t t-if=\"event_address\">\n"
#~ " <img src=\"/mail/font_to_img/61505/"
#~ "rgb(81,81,102)/34\" style=\"padding:4px;max-width:inherit;\" "
#~ "height=\"34\" alt=\"\"/>\n"
#~ " </t>\n"
#~ " </td>\n"
#~ " <td style=\"padding: 0px 10px 0px "
#~ "10px;width:50%;vertical-align:top;\">\n"
#~ " <t t-if=\"event_address\">\n"
#~ " <t t-set=\"location\" t-value=\"''\"/"
#~ ">\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.name\">\n"
#~ " <div t-"
#~ "out=\"object.event_id.address_id.name\">Teksa SpA</div>\n"
#~ " </t>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.street\">\n"
#~ " <div t-"
#~ "out=\"object.event_id.address_id.street\">Puerto Madero 9710</div>\n"
#~ " <t t-set=\"location\" t-"
#~ "value=\"object.event_id.address_id.street\"/>\n"
#~ " </t>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.street2\">\n"
#~ " <div t-"
#~ "out=\"object.event_id.address_id.street2\">Of A15, Santiago (RM)</div>\n"
#~ " <t t-set=\"location\" t-"
#~ "valuef=\"{{location}}, {{object.event_id.address_id.street2}}\"/>\n"
#~ " </t>\n"
#~ " <div>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.city\">\n"
#~ " <t t-"
#~ "out=\"object.event_id.address_id.city\">Pudahuel</t>,\n"
#~ " <t t-set=\"location\" t-"
#~ "valuef=\"{{location}}, {{object.event_id.address_id.city}}\"/>\n"
#~ " </t>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.state_id.name\">\n"
#~ " <t t-"
#~ "out=\"object.event_id.address_id.state_id.name\">C1</t>,\n"
#~ " <t t-set=\"location\" t-"
#~ "valuef=\"{{location}}, {{object.event_id.address_id.state_id.name}}\"/>\n"
#~ " </t>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.zip\">\n"
#~ " <t t-"
#~ "out=\"object.event_id.address_id.zip\">98450</t>\n"
#~ " <t t-set=\"location\" t-"
#~ "valuef=\"{{location}}, {{object.event_id.address_id.zip}}\"/>\n"
#~ " </t>\n"
#~ " </div>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.country_id.name\">\n"
#~ " <div t-"
#~ "out=\"object.event_id.address_id.country_id.name\">Argentina</div>\n"
#~ " <t t-set=\"location\" t-"
#~ "valuef=\"{{location}}, {{object.event_id.address_id.country_id.name}}\"/"
#~ ">\n"
#~ " </t>\n"
#~ " </t>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ " </table>\n"
#~ " </td></tr>\n"
#~ " <tr><td style=\"text-align:center;\">\n"
#~ " <t t-if=\"event_organizer\">\n"
#~ " <hr width=\"100%\" style=\"background-"
#~ "color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
#~ "size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\"/>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ "\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <!-- CONTACT ORGANIZER -->\n"
#~ " <t t-if=\"event_organizer\">\n"
#~ " <div>\n"
#~ " <span style=\"font-weight:300;margin:10px "
#~ "0px\">Questions about this event?</span>\n"
#~ " <div>Please contact the organizer:</div>\n"
#~ " <ul>\n"
#~ " <li><t t-out=\"event_organizer.name or "
#~ "''\">YourCompany</t></li>\n"
#~ " <t t-if=\"event_organizer.email\">\n"
#~ " <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>\n"
#~ " </t>\n"
#~ " <t t-if=\"event_organizer.phone\">\n"
#~ " <li>Phone: <t t-"
#~ "out=\"event_organizer.phone\">+1 650-123-4567</t></li>\n"
#~ " </t>\n"
#~ " </ul>\n"
#~ " </div>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ " <tr><td style=\"text-align:center;\">\n"
#~ " <!-- CONTACT ORGANIZER SEPARATION -->\n"
#~ " <t t-if=\"is_online or event_address\">\n"
#~ " <hr width=\"100%\" style=\"background-"
#~ "color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
#~ "size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\"/>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ "\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <!-- PWA MARKGETING -->\n"
#~ " <t t-if=\"is_online\">\n"
#~ " <div>\n"
#~ " <strong>Get the best mobile experience.</"
#~ "strong>\n"
#~ " <a href=\"/event\">Install our mobile app</"
#~ "a>\n"
#~ " </div>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ " <tr><td style=\"text-align:center;\">\n"
#~ " <!-- PWA MARKGETING SEPARATION-->\n"
#~ " <t t-if=\"is_online and event_address\">\n"
#~ " <hr width=\"100%\" style=\"background-"
#~ "color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
#~ "size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\"/>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ "\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <!-- GOOGLE MAPS LINK -->\n"
#~ " <t t-if=\"event_address and location\">\n"
#~ " <table style=\"width:100%;\"><tr><td>\n"
#~ " <div>\n"
#~ " <i class=\"fa fa-map-marker\"/>\n"
#~ " <a t-attf-href=\"https://maps.google.com/"
#~ "maps?q={{ location }}\" target=\"new\">\n"
#~ " <img t-"
#~ "if=\"event_address.static_map_url and "
#~ "event_address.static_map_url_is_valid\" t-att-"
#~ "src=\"event_address.static_map_url\" style=\"vertical-align:bottom; "
#~ "width: 100%;\" alt=\"Google Maps\"/>\n"
#~ " <t t-else=\"\">See location on Google "
#~ "Maps</t>\n"
#~ " </a>\n"
#~ " </div>\n"
#~ " </td></tr></table>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ " </table>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ "</tbody>\n"
#~ "</table>\n"
#~ "</td></tr>\n"
#~ "<!-- FOOTER BY -->\n"
#~ "<tr><td align=\"center\" style=\"min-width: 590px;\">\n"
#~ " <t t-if=\"object.company_id\">\n"
#~ " <table width=\"590\" border=\"0\" cellpadding=\"0\" "
#~ "cellspacing=\"0\" style=\"min-width: 590px; background-color: #F1F1F1; "
#~ "color: #454748; padding: 8px; border-collapse:separate;\">\n"
#~ " <tr><td style=\"text-align: center; font-size: 14px;\">\n"
#~ " 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>\n"
#~ " <t t-if=\"is_online\">\n"
#~ " <br/>\n"
#~ " Discover <a href=\"/event\" t-attf-style=\"color: "
#~ "{{object.event_id.user_id.company_id.email_secondary_color or '#875A7B'}};"
#~ "\">all our events</a>.\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ " </table>\n"
#~ " </t>\n"
#~ "</td></tr>\n"
#~ "</table>\n"
#~ " "
#~ msgstr ""
#~ "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"padding-"
#~ "top: 16px; background-color: #F1F1F1; font-family:Verdana, Arial,sans-"
#~ "serif; color: #454748; width: 100%; border-collapse:separate;\"><tr><td "
#~ "align=\"center\">\n"
#~ "<t t-set=\"date_begin\" t-"
#~ "value=\"format_datetime(object.event_begin_date, tz='UTC', "
#~ "dt_format=&quot;yyyyMMdd'T'HHmmss'Z'&quot;)\"/>\n"
#~ "<t t-set=\"date_end\" t-value=\"format_datetime(object.event_end_date, "
#~ "tz='UTC', dt_format=&quot;yyyyMMdd'T'HHmmss'Z'&quot;)\"/>\n"
#~ "<t t-set=\"is_online\" t-value=\"'is_published' in object.event_id and "
#~ "object.event_id.is_published\"/>\n"
#~ "<t t-set=\"is_sale\" t-value=\"'sale_order_id' in object and "
#~ "object.sale_order_id\"/>\n"
#~ "<t t-set=\"event_organizer\" t-value=\"object.event_id.organizer_id\"/>\n"
#~ "<t t-set=\"event_address\" t-value=\"object.event_id.address_id\"/>\n"
#~ "<t t-set=\"event_website_url\" t-"
#~ "value=\"object.event_id.event_share_url\"/>\n"
#~ "<t t-set=\"registration_ids\" t-value=\"object.ids if not is_sale else "
#~ "object._get_event_registration_ids_from_order()\"/>\n"
#~ "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" "
#~ "style=\"padding: 16px; background-color: white; color: #454748; border-"
#~ "collapse:separate;\">\n"
#~ "<tbody>\n"
#~ " <!-- HEADER -->\n"
#~ " <tr>\n"
#~ " <td align=\"center\" style=\"min-width: 590px;\">\n"
#~ " <table width=\"590\" border=\"0\" cellpadding=\"0\" "
#~ "cellspacing=\"0\" style=\"min-width: 590px; background-color: white; "
#~ "padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
#~ " <tr><td valign=\"middle\">\n"
#~ " <span style=\"font-size: 10px;\">Votre inscription</"
#~ "span><br/>\n"
#~ " <span style=\"font-size: 20px; font-weight: bold;\">\n"
#~ " <t t-set=\"default_name\">Invité</t>\n"
#~ " <t t-out=\"object.name or default_name\"/>\n"
#~ " </span>\n"
#~ " <div style=\"margin-bottom: 5px;margin-top: 18px;\">\n"
#~ " <a t-if=\"object.event_id.address_id\" t-attf-"
#~ "href=\"/event/{{ object.event_id.id }}/my_tickets?"
#~ "registration_ids={{ object.ids }}"
#~ "&amp;tickets_hash={{ object.event_id._get_tickets_access_hash(object.ids) }}"
#~ "&amp;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\">\n"
#~ " Voir les tickets\n"
#~ " </a>\n"
#~ " <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\">\n"
#~ " Voir en ligne\n"
#~ " </a>\n"
#~ " </div>\n"
#~ " </td><td valign=\"middle\" align=\"right\">\n"
#~ " <t t-if=\"object.barcode\"> \n"
#~ " <div style=\"margin-bottom: 5px;\">\n"
#~ " <img t-attf-src=\"/report/barcode/QR/"
#~ "{{object.barcode}}?&amp;width=100&amp;height=100&amp;quiet=0\" "
#~ "width=\"100\" height=\"100\" alt=\"QR Code\"/>\n"
#~ " </div>\n"
#~ " </t>\n"
#~ " <t t-if=\"not object.company_id.uses_default_logo\">\n"
#~ " <img t-att-src=\"'/logo.png?company=%s' % "
#~ "object.company_id.id\" style=\"padding: 0px; margin: 0px; margin-right: "
#~ "10px; height: auto; width: 80px;\" t-att-alt=\"'%s' % "
#~ "object.company_id.name\"/>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ " <tr><td colspan=\"2\" style=\"text-align:center;\">\n"
#~ " <hr width=\"100%\" style=\"background-"
#~ "color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
#~ "size:0px;min-height:1px;line-height:0; margin:16px 0px 16px 0px;\"/>\n"
#~ " </td></tr>\n"
#~ " </table>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ " <!-- EVENT DESCRIPTION -->\n"
#~ " <tr>\n"
#~ " <td align=\"center\" style=\"min-width: 590px;\">\n"
#~ " <table width=\"590\" border=\"0\" cellpadding=\"0\" "
#~ "cellspacing=\"0\" style=\"min-width: 590px; background-color: white; "
#~ "padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <div>\n"
#~ " <t t-set=\"default_name\">Invité</t>\n"
#~ " Bonjour <t t-out=\"object.name or default_name\"/"
#~ ">,<br/><br/>\n"
#~ " Nous sommes heureux de confirmer votre "
#~ "inscription à lévénement\n"
#~ " <t t-if=\"event_website_url\">\n"
#~ " <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 ''\">Mise en ligne de la collection "
#~ "OpenWood</a>\n"
#~ " </t>\n"
#~ " <t t-else=\"\">\n"
#~ " <strong t-out=\"object.event_id.name or "
#~ "''\">Mise en ligne de la collection OpenWood</strong>\n"
#~ " </t>.\n"
#~ " <t t-if=\"object.partner_id and "
#~ "object.partner_id.name and object.partner_id.name != object.name\">\n"
#~ " Ce ticket a été enregistré par <t t-"
#~ "out=\"object.partner_id.name\"/>.\n"
#~ " </t>\n"
#~ " </div>\n"
#~ " <div t-if=\"is_sale\">\n"
#~ " <br/>\n"
#~ " La commande de ce ticket porte la référence <t t-"
#~ "out=\"object.sale_order_id.name\"/>\n"
#~ " et a été passée le <t t-"
#~ "out=\"object.sale_order_id.date_order.date()\"/>\n"
#~ " <t t-if=\"object.sale_order_line_id.price_unit\"> "
#~ "pour un montant de\n"
#~ " <t t-"
#~ "out=\"object.sale_order_line_id.price_unit\" t-options=\"{'widget': "
#~ "'monetary', 'display_currency': object.sale_order_line_id.currency_id}\"/"
#~ ">\n"
#~ " </t>.\n"
#~ " </div>\n"
#~ " <br/>\n"
#~ " <table style=\"width: auto;\">\n"
#~ " <tr>\n"
#~ " <td>\n"
#~ " <strong>Ajoutez cet événement à votre "
#~ "agenda</strong>\n"
#~ " </td>\n"
#~ " <td>\n"
#~ " <a t-attf-href=\"/event/"
#~ "{{ slug(object.event_id) }}/ics?slot_id={{ object.event_slot_id.id }}\" "
#~ "style=\"padding-top: 10px; padding-right:8px; padding-bottom:2px; padding-"
#~ "left:8px; margin-left: 8px; border-radius: 3px; background-color: #E7E9ED;"
#~ "\">\n"
#~ " <img src=\"/event/static/src/img/"
#~ "apple-calendar.svg\" alt=\"iCal\" title=\"iCal\" style=\"height: 20px; "
#~ "vertical-align: baseline;\"/>\n"
#~ " </a>\n"
#~ " </td>\n"
#~ " <td>\n"
#~ " <a t-attf-href=\"/event/"
#~ "{{ slug(object.event_id) }}/ics?slot_id={{ object.event_slot_id.id }}\" "
#~ "style=\"padding-top: 10px; padding-right:8px; padding-bottom:2px; padding-"
#~ "left:8px; margin-left: 8px; border-radius: 3px; background-color: #E7E9ED;"
#~ "\">\n"
#~ " <img src=\"/event/static/src/img/"
#~ "outlook-calendar.svg\" alt=\"Outlook\" title=\"Outlook\" style=\"height: "
#~ "20px; vertical-align: baseline;\"/>\n"
#~ " </a>\n"
#~ " </td>\n"
#~ " <td>\n"
#~ " <a t-attf-href=\"https://www.google.com/"
#~ "calendar/render?action=TEMPLATE&amp;text={{ object.event_id.name }}"
#~ "&amp;dates={{ date_begin }}/{{ date_end }}&amp;location={{ location }}"
#~ "&amp;details={{ object.event_id._get_external_description() }}\" "
#~ "target=\"new\" style=\"padding-top: 10px; padding-right:8px; padding-"
#~ "bottom:2px; padding-left:8px; margin-left: 8px; border-radius: 3px; "
#~ "background-color: #E7E9ED;\">\n"
#~ " <img src=\"/event/static/src/img/"
#~ "google-calendar.svg\" alt=\"Google\" title=\"Google\" style=\"height: "
#~ "20px; vertical-align: baseline;\"/>\n"
#~ " </a>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ " </table>\n"
#~ " <br/><br/>\n"
#~ " <div>\n"
#~ " À bientôt,<br/>\n"
#~ " <span style=\"color: #454748;\">\n"
#~ " -- <br/>\n"
#~ " <t t-if=\"event_organizer\">\n"
#~ " <t t-"
#~ "out=\"event_organizer.name\">YourCompany</t>\n"
#~ " </t>\n"
#~ " <t t-else=\"\">\n"
#~ " Léquipe <t t-out=\"object.event_id.name or "
#~ "''\">Mise en ligne de la collection OpenWood</t>\n"
#~ " </t>\n"
#~ " </span>\n"
#~ " </div>\n"
#~ " </td></tr>\n"
#~ " <tr><td style=\"text-align:center;\">\n"
#~ " <hr width=\"100%\" style=\"background-"
#~ "color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
#~ "size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\"/>\n"
#~ " </td></tr>\n"
#~ " </table>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ " <!-- DETAILS -->\n"
#~ " <tr>\n"
#~ " <td align=\"center\" style=\"min-width: 590px;\">\n"
#~ " <table width=\"590\" border=\"0\" cellpadding=\"0\" "
#~ "cellspacing=\"0\" style=\"min-width: 590px; background-color: white; "
#~ "padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <table style=\"width:100%;\">\n"
#~ " <tr>\n"
#~ " <td style=\"vertical-align:top;\">\n"
#~ " <img src=\"/mail/font_to_img/61555/"
#~ "rgb(81,81,102)/34\" style=\"padding:4px;max-width:inherit;\" "
#~ "height=\"34\" alt=\"\"/>\n"
#~ " </td>\n"
#~ " <td style=\"padding: 0px 10px 0px "
#~ "10px;width:50%;line-height:20px;vertical-align:top;\">\n"
#~ " <div t-"
#~ "if=\"object.event_id.is_one_day\">\n"
#~ " <t t-out=\"object.event_begin_date\" "
#~ "t-options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;date_only&quot;: True, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;format&quot;: &quot;long&quot;}\">4 mai "
#~ "2021</t>\n"
#~ " <t t-out=\"object.event_begin_date\" "
#~ "t-options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;time_only&quot;: True, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;hide_seconds&quot;: True, "
#~ "&quot;format&quot;: &quot;short&quot;}\">7:00</t>\n"
#~ " - <t t-out=\"object.event_end_date\" "
#~ "t-options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;time_only&quot;: True, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;hide_seconds&quot;: True, "
#~ "&quot;format&quot;: &quot;short&quot;}\">17:00</t>\n"
#~ " </div>\n"
#~ " <div t-else=\"\">\n"
#~ " <strong>Du</strong>\n"
#~ " <t t-out=\"object.event_begin_date\" "
#~ "t-options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;show_seconds&quot;: False, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;format&quot;: &quot;medium&quot;}\">4 mai "
#~ "2021 - 7:00</t>\n"
#~ " <br/>\n"
#~ " <strong>Au</strong>\n"
#~ " <t t-out=\"object.event_end_date\" t-"
#~ "options=\"{&quot;widget&quot;: &quot;datetime&quot;, "
#~ "&quot;show_seconds&quot;: False, &quot;tz_name&quot;: "
#~ "object.event_id.date_tz, &quot;format&quot;: &quot;medium&quot;}\">6 mai "
#~ "2021 - 17:00</t>\n"
#~ " </div>\n"
#~ " <div style=\"font-"
#~ "size:12px;color:#9e9e9e\"><i>(<t t-out=\"object.event_id.date_tz or "
#~ "''\">Europe/Bruxelles</t>)</i></div>\n"
#~ " </td>\n"
#~ " <td style=\"vertical-align:top;\">\n"
#~ " <t t-if=\"event_address\">\n"
#~ " <img src=\"/mail/font_to_img/61505/"
#~ "rgb(81,81,102)/34\" style=\"padding:4px;max-width:inherit;\" "
#~ "height=\"34\" alt=\"\"/>\n"
#~ " </t>\n"
#~ " </td>\n"
#~ " <td style=\"padding: 0px 10px 0px "
#~ "10px;width:50%;vertical-align:top;\">\n"
#~ " <t t-if=\"event_address\">\n"
#~ " <t t-set=\"location\" t-value=\"''\"/"
#~ ">\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.name\">\n"
#~ " <div t-"
#~ "out=\"object.event_id.address_id.name\">Teksa SpA</div>\n"
#~ " </t>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.street\">\n"
#~ " <div t-"
#~ "out=\"object.event_id.address_id.street\">Puerto Madero 9710</div>\n"
#~ " <t t-set=\"location\" t-"
#~ "value=\"object.event_id.address_id.street\"/>\n"
#~ " </t>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.street2\">\n"
#~ " <div t-"
#~ "out=\"object.event_id.address_id.street2\">Of A15, Santiago (RM)</div>\n"
#~ " <t t-set=\"location\" t-"
#~ "valuef=\"{{location}}, {{object.event_id.address_id.street2}}\"/>\n"
#~ " </t>\n"
#~ " <div>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.city\">\n"
#~ " <t t-"
#~ "out=\"object.event_id.address_id.city\">Pudahuel</t>,\n"
#~ " <t t-set=\"location\" t-"
#~ "valuef=\"{{location}}, {{object.event_id.address_id.city}}\"/>\n"
#~ " </t>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.state_id.name\">\n"
#~ " <t t-"
#~ "out=\"object.event_id.address_id.state_id.name\">C1</t>,\n"
#~ " <t t-set=\"location\" t-"
#~ "valuef=\"{{location}}, {{object.event_id.address_id.state_id.name}}\"/>\n"
#~ " </t>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.zip\">\n"
#~ " <t t-"
#~ "out=\"object.event_id.address_id.zip\">98450</t>\n"
#~ " <t t-set=\"location\" t-"
#~ "valuef=\"{{location}}, {{object.event_id.address_id.zip}}\"/>\n"
#~ " </t>\n"
#~ " </div>\n"
#~ " <t t-"
#~ "if=\"object.event_id.address_id.country_id.name\">\n"
#~ " <div t-"
#~ "out=\"object.event_id.address_id.country_id.name\">Argentine</div>\n"
#~ " <t t-set=\"location\" t-"
#~ "valuef=\"{{location}}, {{object.event_id.address_id.country_id.name}}\"/"
#~ ">\n"
#~ " </t>\n"
#~ " </t>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ " </table>\n"
#~ " </td></tr>\n"
#~ " <tr><td style=\"text-align:center;\">\n"
#~ " <t t-if=\"event_organizer\">\n"
#~ " <hr width=\"100%\" style=\"background-"
#~ "color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
#~ "size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\"/>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ "\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <!-- CONTACT ORGANIZER -->\n"
#~ " <t t-if=\"event_organizer\">\n"
#~ " <div>\n"
#~ " <span style=\"font-weight:300;margin:10px "
#~ "0px\">Des questions à propos de cet événement ?</span>\n"
#~ " <div>Veuillez contacter lorganisateur :</"
#~ "div>\n"
#~ " <ul>\n"
#~ " <li><t t-out=\"event_organizer.name or "
#~ "''\">YourCompany</t></li>\n"
#~ " <t t-if=\"event_organizer.email\">\n"
#~ " <li>E-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>\n"
#~ " </t>\n"
#~ " <t t-if=\"event_organizer.phone\">\n"
#~ " <li>Téléphone : <t t-"
#~ "out=\"event_organizer.phone\">+1 650-123-4567</t></li>\n"
#~ " </t>\n"
#~ " </ul>\n"
#~ " </div>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ " <tr><td style=\"text-align:center;\">\n"
#~ " <!-- CONTACT ORGANIZER SEPARATION -->\n"
#~ " <t t-if=\"is_online or event_address\">\n"
#~ " <hr width=\"100%\" style=\"background-"
#~ "color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
#~ "size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\"/>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ "\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <!-- PWA MARKGETING -->\n"
#~ " <t t-if=\"is_online\">\n"
#~ " <div>\n"
#~ " <strong>Profitez de la meilleure expérience "
#~ "mobile.</strong>\n"
#~ " <a href=\"/event\">Installez notre "
#~ "application mobile</a>\n"
#~ " </div>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ " <tr><td style=\"text-align:center;\">\n"
#~ " <!-- PWA MARKGETING SEPARATION-->\n"
#~ " <t t-if=\"is_online and event_address\">\n"
#~ " <hr width=\"100%\" style=\"background-"
#~ "color:rgb(204,204,204);border:medium none;clear:both;display:block;font-"
#~ "size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\"/>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ "\n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ " <!-- GOOGLE MAPS LINK -->\n"
#~ " <t t-if=\"event_address and location\">\n"
#~ " <table style=\"width:100%;\"><tr><td>\n"
#~ " <div>\n"
#~ " <i class=\"fa fa-map-marker\"/>\n"
#~ " <a t-attf-href=\"https://maps.google.com/"
#~ "maps?q={{ location }}\" target=\"new\">\n"
#~ " <img t-"
#~ "if=\"event_address.static_map_url and "
#~ "event_address.static_map_url_is_valid\" t-att-"
#~ "src=\"event_address.static_map_url\" style=\"vertical-align:bottom; "
#~ "width: 100%;\" alt=\"Google Maps\"/>\n"
#~ " <t t-else=\"\">Voir lemplacement sur "
#~ "Google Maps</t>\n"
#~ " </a>\n"
#~ " </div>\n"
#~ " </td></tr></table>\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ " </table>\n"
#~ " </td>\n"
#~ " </tr>\n"
#~ "</tbody>\n"
#~ "</table>\n"
#~ "</td></tr>\n"
#~ "<!-- FOOTER BY -->\n"
#~ "<tr><td align=\"center\" style=\"min-width: 590px;\">\n"
#~ " <t t-if=\"object.company_id\">\n"
#~ " <table width=\"590\" border=\"0\" cellpadding=\"0\" "
#~ "cellspacing=\"0\" style=\"min-width: 590px; background-color: #F1F1F1; "
#~ "color: #454748; padding: 8px; border-collapse:separate;\">\n"
#~ " <tr><td style=\"text-align: center; font-size: 14px;\">\n"
#~ " Envoyé par <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>\n"
#~ " <t t-if=\"is_online\">\n"
#~ " <br/>\n"
#~ " Découvrez <a href=\"/event\" t-attf-style=\"color: "
#~ "{{object.event_id.user_id.company_id.email_secondary_color or '#875A7B'}};"
#~ "\">tous nos événements</a>.\n"
#~ " </t>\n"
#~ " </td></tr>\n"
#~ " </table>\n"
#~ " </t>\n"
#~ "</td></tr>\n"
#~ "</table>\n"
#~ " "
#~ msgid "Warning"
#~ msgstr "Avertissement"
#~ msgid ""
#~ "'Foldable Badge - %s - %s' % ((object.event_id.name or "
#~ "'Event').replace('/',''), (object.name or '').replace('/',''))"
#~ msgstr ""
#~ "'Badge pliable - %s - %s' % ((object.event_id.name or "
#~ "'Événement').replace('/',''), (object.name or '').replace('/',''))"
#~ msgid "'Foldable Badge - %s' % (object.name or 'Event').replace('/','')"
#~ msgstr "'Badge pliable - %s' % (object.name or 'Événement').replace('/','')"
#~ msgid "- \"%(event_name)s\": Missing %(nb_too_many)i seats."
#~ msgstr "- \"%(event_name)s\": %(nb_too_many)i places manquantes."
#~ msgid ""
#~ "- the ticket \"%(ticket_name)s\" (%(event_name)s): Missing %"
#~ "(nb_too_many)i seats."
#~ msgstr ""
#~ "- le ticket \"%(ticket_name)s\" (%(event_name)s): %(nb_too_many)i places "
#~ "manquantes."
#~ msgid ""
#~ "<em>If you wish to make a presentation, please send your topic proposal "
#~ "as soon as possible for approval to Mr. Famke Jenssens at ngh (a) "
#~ "yourcompany (dot) com. The presentations should be, for example, a "
#~ "presentation of a community module, a case study, methodology feedback, "
#~ "technical, etc. Each presentation must be in English.</em>"
#~ msgstr ""
#~ "<em>Si vous souhaitez effectuer une présentation, envoyez vos suggestions "
#~ "de sujets dès que possible à M. Famke Jenssens à l'adresse ngh (a) "
#~ "yourcompany (dot) com. Les présentations doivent par exemple porter sur "
#~ "un module de la communauté, une étude de cas, des commentaires de "
#~ "méthodologie, des techniques, etc. Chaque présentation doit être "
#~ "effectuée en anglais.</em>"
#~ msgid ""
#~ "<i class=\"fa fa-check fa-3x\" role=\"img\" aria-label=\"Confirm button\" "
#~ "title=\"Confirm Registration\"/>"
#~ msgstr ""
#~ "<i class=\"fa fa-check fa-3x\" role=\"img\" aria-label=\"Confirm button\" "
#~ "title=\"Confirmer l'inscription\"/>"
#~ msgid ""
#~ "<i class=\"fa fa-check\" role=\"img\" aria-label=\"Confirm button\" "
#~ "title=\"Confirm Registration\"/>"
#~ msgstr ""
#~ "<i class=\"fa fa-check\" role=\"img\" aria-label=\"Confirm button\" "
#~ "title=\"Confirmer l'inscription\"/>"
#~ msgid "<i class=\"fa fa-level-up fa-rotate-90\" title=\"Confirmed\"/>"
#~ msgstr "<i class=\"fa fa-level-up fa-rotate-90\" title=\"Confirmé\"/>"
#~ msgid "<i class=\"fa fa-map-marker mt-1 me-1\" title=\"Location\"/>"
#~ msgstr "<i class=\"fa fa-map-marker mt-1 me-1\" title=\"Lieu\"/>"
#~ msgid ""
#~ "<i class=\"fa fa-user-plus fa-3x\" role=\"img\" aria-label=\"Attended "
#~ "button\" title=\"Confirm Attendance\"/>"
#~ msgstr ""
#~ "<i class=\"fa fa-user-plus fa-3x\" role=\"img\" aria-label=\"Attended "
#~ "button\" title=\"Confirmer la participation\"/>"
#~ msgid ""
#~ "<i class=\"fa fa-user-plus\" role=\"img\" aria-label=\"Attended button\" "
#~ "title=\"Confirm Attendance\"/>"
#~ msgstr ""
#~ "<i class=\"fa fa-user-plus\" role=\"img\" aria-label=\"Attended button\" "
#~ "title=\"Confirmer la participation\"/>"
#~ msgid ""
#~ "<span class=\"text-muted\" states=\"done\">Attended</span>\n"
#~ " <span class=\"text-muted\" "
#~ "states=\"cancel\">Canceled</span>"
#~ msgstr ""
#~ "<span class=\"text-muted\" states=\"done\">Présent</span>\n"
#~ " <span class=\"text-muted\" "
#~ "states=\"cancel\">Annulé</span>"
#~ msgid "After the event"
#~ msgstr "Après l'événement"
#~ msgid "Apply change."
#~ msgstr "Appliquer la modification."
#~ msgid ""
#~ "Autoconfirm Registrations. Registrations will automatically be confirmed "
#~ "upon creation."
#~ msgstr ""
#~ "Confirmation automatique des inscriptions. Les inscriptions seront "
#~ "automatiquement confirmées lors de la création."
#~ msgid "Autoconfirmation"
#~ msgstr "Confirmation automatique"
#~ msgid "Automatically Confirm Registrations"
#~ msgstr "Confirmer automatiquement les inscriptions"
#~ msgid "Before the event"
#~ msgstr "Avant l'événement"
#~ msgid "Booked By"
#~ msgstr "Réservé par"
#~ msgid "Community Chat Rooms"
#~ msgstr "Salles de discussion communautaires"
#~ msgid "Confirm"
#~ msgstr "Confirmer"
#~ msgid "Confirm Attendance"
#~ msgstr "Confirmer la présence"
#~ msgid "Confirm Registration"
#~ msgstr "Confirmer l'inscription"
#~ msgid "Confirmed"
#~ msgstr "Confirmé"
#~ msgid "Confirmed Attendees"
#~ msgstr "Participants confirmés"
#~ msgid "Customer"
#~ msgstr "Client"
#~ msgid "Customer Email"
#~ msgstr "Email client"
#~ msgid "Discussion Rooms"
#~ msgstr "Salles de discussion"
#~ msgid "Done"
#~ msgstr "Fait"
#~ msgid "End Date Located"
#~ msgstr "Date de fin située"
#~ msgid ""
#~ "Event Scheduler for:\n"
#~ " - Event: %(event_name)s (%(event_id)s)\n"
#~ " - Scheduled: %(date)s\n"
#~ " - Template: %(template_name)s (%(template_id)s)\n"
#~ "\n"
#~ "Failed with error:\n"
#~ " - %(error)s\n"
#~ "\n"
#~ "You receive this email because you are:\n"
#~ " - the organizer of the event,\n"
#~ " - or the responsible of the event,\n"
#~ " - or the last writer of the template.\n"
#~ msgstr ""
#~ "Planificateur d'événements pour :\n"
#~ " - Événement : %(event_name)s (%(event_id)s)\n"
#~ " - Programmé : %(date)s\n"
#~ " - Modèle : %(template_name)s (%(template_id)s)\n"
#~ "\n"
#~ "Échec avec erreur :\n"
#~ " - %(error)s\n"
#~ "\n"
#~ "Vous recevez cet email parce que vous êtes :\n"
#~ " - l'organisateur de l'événement,\n"
#~ " - ou le responsable de l'événement,\n"
#~ " - ou le dernier auteur du modèle.\n"
#~ msgid "Event Ticket For"
#~ msgstr "Ticket d'événement pour"
#~ msgid ""
#~ "Events and registrations will automatically be confirmed upon creation, "
#~ "easing the flow for simple events."
#~ msgstr ""
#~ "Les événements et les inscriptions seront automatiquement confirmés lors "
#~ "de leur création, ce qui simplifie le déroulement des événements."
#~ msgid "Expected"
#~ msgstr "Attendu"
#~ msgid "Expected Attendees"
#~ msgstr "Participants attendus"
#~ msgid "Expected attendees"
#~ msgstr "Participants attendus"
#~ msgid "Foldable Badge"
#~ msgstr "Badge pliable"
#~ msgid "Foldable Badge Example"
#~ msgstr "Exemple de badge pliable"
#~ msgid "For any additional information, please contact us at"
#~ msgstr ""
#~ "Pour toutes informations supplémentaires, veuillez nous contacter au"
#~ msgid ""
#~ "For each event you can define a maximum registration of seats(number of "
#~ "attendees), above this numbers the registrations are not accepted."
#~ msgstr ""
#~ "Pour chaque événement, vous pouvez définir un nombre maximum de places "
#~ "(nombre de participants), au delà de ce chiffre, les inscriptions ne sont "
#~ "pas acceptées."
#~ msgid ""
#~ "Foster interactions between attendees by creating virtual conference rooms"
#~ msgstr ""
#~ "Favorisez les interactions entre les participants en créant des salles de "
#~ "conférence virtuelles"
#~ msgid "Fully ended"
#~ msgstr "Complètement terminé"
#~ msgid "Green Kanban Label"
#~ msgstr "Étiquette Kanban verte"
#~ msgid "Grey Kanban Label"
#~ msgstr "Étiquette Kanban grise"
#~ msgid "Group By"
#~ msgstr "Regrouper par"
#~ msgid "Kanban Blocked Explanation"
#~ msgstr "Explication de kanban bloqué"
#~ msgid "Kanban Ongoing Explanation"
#~ msgstr "Explication de kanban en cours"
#~ msgid "Kanban State Label"
#~ msgstr "Étiquette d'état Kanban"
#~ msgid "Kanban Valid Explanation"
#~ msgstr "Explication de kanban valide"
#~ msgid "Mobile"
#~ msgstr "Mobile"
#~ msgid "None"
#~ msgstr "Aucun"
#~ msgid "Number of Expected Attendees"
#~ msgstr "Nombre de participants attendus"
#~ msgid "Number of messages which requires an action"
#~ msgstr "Nombre de messages exigeant une action"
#~ msgid "Open date range picker. Pick a Start date for your event"
#~ msgstr ""
#~ "Ouvrir le sélecteur de page de dates. Choisissez une date de début pour "
#~ "votre événement"
#~ msgid ""
#~ "OpenWood brings honesty and seriousness to wood industry while helping "
#~ "customers deal with trees, flowers and fungi."
#~ msgstr ""
#~ "OpenWood apporte honnêteté et sérieux à l'industrie du bois, tout en "
#~ "aidant ses clients à gérer les arbres, les fleurs et les champignons."
#~ msgid "Operation not supported."
#~ msgstr "Opération non prise en charge."
#~ msgid ""
#~ "Override the default value displayed for the blocked state for kanban "
#~ "selection."
#~ msgstr ""
#~ "Remplacer la valeur par défaut affichée pour l'état 'bloqué' dans la "
#~ "sélection kanban."
#~ msgid ""
#~ "Override the default value displayed for the done state for kanban "
#~ "selection."
#~ msgstr ""
#~ "Remplacer la valeur par défaut affichée pour l'état 'terminé' dans la "
#~ "sélection kanban."
#~ msgid ""
#~ "Override the default value displayed for the normal state for kanban "
#~ "selection."
#~ msgstr ""
#~ "Remplacer la valeur par défaut affichée pour l'état 'normal' dans la "
#~ "sélection kanban."
#~ msgid "Red Kanban Label"
#~ msgstr "Indicateur Kanban rouge"
#~ msgid ""
#~ "Registrations are open if:\n"
#~ "- the event is not ended\n"
#~ "- there are seats available on event\n"
#~ "- the tickets are sellable (if ticketing is used)"
#~ msgstr ""
#~ "Les inscriptions sont ouvertes si :\n"
#~ "- l'événement n'est pas terminé\n"
#~ "- il y a des places disponibles à l'événement\n"
#~ "- les tickets sont vendables (si la billetterie est utilisée)"
#~ msgid "Scan badges to confirm attendances"
#~ msgstr "Scannez les badges pour confirmer les présences"
#~ msgid "Set To Unconfirmed"
#~ msgstr "Marquer comme non confirmé"
#~ msgid "Show all records which has next action date is before today"
#~ msgstr ""
#~ "Montrez tous les enregistrements pour lesquels la date des prochaines "
#~ "actions est pour aujourd'hui ou avant"
#~ msgid "Stage Description and Tooltips"
#~ msgstr "Description des étapes et infobulles"
#~ msgid "Start Date Located"
#~ msgstr "Date de début située"
#~ msgid "Task in progress. Click to block or set as done."
#~ msgstr "Tâche en cours. Cliquez pour bloquer ou marquer comme terminée."
#~ msgid "Task is blocked. Click to unblock or set as done."
#~ msgstr "Tâche bloquée. Cliquez pour débloquer ou marquer comme terminée."
#~ msgid "Template Model"
#~ msgstr "Modèle"
#~ msgid "The event has been cancelled"
#~ msgstr "Cet événement a été annulé"
#~ msgid "The place has been reserved"
#~ msgstr "Cette place a été réservée"
#~ msgid "There are not enough seats available for:"
#~ msgstr "Il n'y a pas assez de places disponibles pour :"
#~ msgid "This operator is not supported"
#~ msgstr "Cet opérateur n'est pas pris en charge"
#~ msgid "This step is done. Click to block or set in progress."
#~ msgstr ""
#~ "Cette étape est terminée. Cliquez pour bloquer ou marquer comme terminée."
#~ msgid "Unconfirmed Registrations"
#~ msgstr "Inscriptions non confirmées"
#~ msgid "Unconfirmed Seats"
#~ msgstr "Places non confirmées"
#~ msgid "Value should be True or False (not %s)"
#~ msgstr "Les valeurs doivent être vrai ou faux (pas %s)"
#~ msgid "WARNING: Event Scheduler Error for event: %s"
#~ msgstr ""
#~ "ATTENTION : Erreur de planificateur d'événement pour l'événement : %s"
#~ msgid ""
#~ "You can also add a description to help your coworkers understand the "
#~ "meaning and purpose of the stage."
#~ msgstr ""
#~ "Vous pouvez aussi ajouter une description pour aider vos coéquipiers à "
#~ "comprendre la signification et le but de cette étape."
#~ msgid ""
#~ "You can define here labels that will be displayed for the state instead\n"
#~ " of the default labels in the kanban view."
#~ msgstr ""
#~ "Vous pouvez définir ici les libellés qui seront affichés pour l'état au "
#~ "lieu\n"
#~ " des libellés par défaut dans la vue kanban."
#~ msgid "events@odoo.com"
#~ msgstr "events@odoo.com"
#~ msgid "events@penwood.example.com"
#~ msgstr "events@penwood.example.com"
#~ msgid "events@yourcompany.com"
#~ msgstr "events@yourcompany.com"
#~ msgid "reserved +"
#~ msgstr "reservé +"
#~ msgid "unconfirmed"
#~ msgstr "non confirmé"
#~ msgid "{{ object.event_id.name }}: {{ object.get_date_range_str() }}"
#~ msgstr "{{ object.event_id.name }}: {{ object.get_date_range_str() }}"