# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * event
#
# Translators:
# Jan Horzinka <jan.horzinka@centrum.cz>, 2022
# Tomas Bosek, 2022
# Damian Brencic <brencicdamian12313@gmail.com>, 2022
# karolína schusterová <karolina.schusterova@vdp.sk>, 2022
# Michal Veselý <michal@veselyberanek.net>, 2022
# Martin Trigaux, 2022
# Jiří Podhorecký, 2022
# Aleš Fiala <f.ales1@seznam.cz>, 2023
# Rastislav Brencic <rastislav.brencic@azet.sk>, 2023
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
# Jeremy Kersten <jke@odoo.com>, 2025.
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
# "Marta (wacm)" <wacm@odoo.com>, 2025, 2026.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-04-10 18:38+0000\n"
"PO-Revision-Date: 2026-02-25 14:42+0000\n"
"Last-Translator: \"Marta (wacm)\" <wacm@odoo.com>\n"
"Language-Team: Czech <https://translate.odoo.com/projects/odoo-19/event/cs/"
">\n"
"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n "
"<= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
"X-Generator: Weblate 5.14.3\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 "# Události"

#. 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 "# Odeslané"

#. module: event
#. odoo-python
#: code:addons/event/models/event_event.py:0
msgid "%(event_name)s (%(count)s seats remaining)"
msgstr "%(event_name)s (zbývající místa %(count)s)"

#. module: event
#. odoo-python
#: code:addons/event/models/event_event.py:0
msgid "%(event_name)s (Sold out)"
msgstr "%(event_name)s (Prodáno)"

#. module: event
#. odoo-python
#: code:addons/event/models/event_registration.py:0
msgid "%(event_name)s - Registration #%(registration_id)s"
msgstr "%(event_name)s - Registrace #%(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 - Registrace pro %(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 (zbývající místa %(count)s)"

#. module: event
#. odoo-python
#: code:addons/event/models/event_slot.py:0
msgid "%(slot_name)s (Sold out)"
msgstr "%(slot_name)s (Prodáno)"

#. 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: Počet chybějících míst: %(count)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 (zbývající místa %(count)s)"

#. module: event
#. odoo-python
#: code:addons/event/models/event_ticket.py:0
msgid "%(ticket_name)s (Sold out)"
msgstr "%(ticket_name)s (Prodáno)"

#. module: event
#. odoo-python
#: code:addons/event/models/event_event.py:0
msgid "%s (copy)"
msgstr "%s (kopie)"

#. module: event
#: model:ir.actions.report,print_report_name:event.action_report_event_event_attendee_list
msgid "'Attendee List - %s' % (object.name)"
msgstr "„Seznam účastníků – %s “ % (object.name)"

#. module: event
#: model:ir.actions.report,print_report_name:event.action_report_event_registration_attendee_list
msgid "'Attendee List'"
msgstr "„Seznam účastníků“"

#. 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 ""
"'Jmenovka - %s - %s' % ((object.event_id.name or 'Událost').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 "'Jmenovka - %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 ""
"'Celostránkový tiket - %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_full_page_ticket
msgid "'Full Page Ticket - %s' % (object.name or 'Event').replace('/','')"
msgstr "'Celostránkový tiket - %s' % (object.name or 'Event').replace('/','')"

#. module: event
#: model_terms:ir.ui.view,arch_db:event.event_report_template_formatted_event_address
msgid "1000 Brussels"
msgstr "1000 Brusel"

#. module: event
#: model:ir.model.fields.selection,name:event.selection__event_event__badge_format__four_per_sheet
msgid "4 per sheet"
msgstr "4 na list"

#. 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\">Objevte více</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>Business Room</b> – Pro prodiskutování implementačních metodologií, "
"osvědčených prodejních postupů atd."

#. 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>Technické místnosti</b> – Jedna věnovaná pokročilým vývojářům Odoo, jedna "
"pro nové vývojáře."

#. 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>Veletrhu designu předcházejí 2 dny školení pro odborníky!</b><br> "
"Nabízíme 3 různá školení, každé po 2 dnech."

#. 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>Dopolední plenární zasedání budou kratší</b> a odpoledne dáme více času "
"na tematická setkání, konference, workshopy a konzultace."

#. 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>Celá akce je přístupná široké veřejnosti!</b> <br>Požadujeme účastnický "
"poplatek ve výši 49,50 € za náklady na 3 dny (přestávky na kávu, catering, "
"nápoje a překvapivý koncert a pivní párty).<br> Pro ty, kteří nechtějí "
"přispívat, je připravena volná vstupenka, takže v ceně není catering a vstup "
"na večerní akce."

#. module: event
#: model_terms:event.event,description:event.event_0
msgid "<b>Workshop Room</b> - Mainly for developers."
msgstr "<b>Pracovní místnost</b> - hlavně pro vývojáře."

#. 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\">od</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\">do</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\">Sdílejte "
"své projevy online díky integraci s 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\">Po "
"skončení projevu sdílejte kvíz se svými účastníky</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>Pokud chcete přednést prezentaci, zašlete prosím co nejdříve návrh "
"tématu ke schválení panu Famke Jenssensovi na adresu ngh [at] yourcompany "
"[dot] com. Prezentace by měly být například prezentací komunitního modulu, "
"případovou studií, zpětnou vazbou k metodologii, technickými informacemi "
"atd. Každá prezentace musí být v angličtině.</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=\"do\"/>"

#. 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=\"Firma účastníka\"/>"

#. 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=\"Slot\"/>"

#. 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=\"Účastníci\"/>"

#. 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>Tato událost a všechny konference "
"jsou v <b>angličtině</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=\"Lokalita\"/>"

#. 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=\"Typ vstupenky\"/>"

#. 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=\"Datum ukončení\"/>"

#. 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\">MLUVČÍ</"
"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\">do</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\">Zástupný znak mé společnosti</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"
"                                    Odpovědi účastníků\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"
"                                    Registrace\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 ""

#. 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 ""

#. 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 ""

#. module: event
#: model:ir.model.constraint,message:event.constraint_event_question_check_default_question_is_reusable
msgid "A default question must be reusable."
msgstr "Výchozí otázka musí být opakovaně použitelná."

#. 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 "Popis lístku, který chcete sdělit svým zákazníkům."

#. 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 ""
"Slot nelze naplánovat mimo časový rozsah události.\n"
"\n"
"Událost\t\t: %(event_start)s - %(event_end)s\n"
"Slot:\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 ""
"Konec časového úseku musí být pozdější než jeho začátek.\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 "Hodina slotu musí být mezi 0:00 a 23:59."

#. module: event
#: model:ir.model.fields.selection,name:event.selection__event_event__badge_format__a4_french_fold
msgid "A4 foldable"
msgstr "Skládací formát A4"

#. 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 "Vyžadována akce"

#. 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 "Aktivní"

#. 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 "Aktivity"

#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_event_search
msgid "Activities of"
msgstr "Aktivity"

#. module: event
#: model:event.tag.category,name:event.event_tag_category_2
msgid "Activity"
msgstr "Aktivita"

#. 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 "Typ výjimečné aktivity"

#. 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 "Stav aktivity"

#. 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 "Ikona typu aktivity"

#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_event_search
msgid "Activity type"
msgstr "Typ aktivity"

#. 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 "Přidejte popis, který se zobrazí jako popisek pro tuto fázi."

#. module: event
#: model_terms:ir.ui.view,arch_db:event.event_stage_view_form
msgid "Add a description..."
msgstr "Přidat popis..."

#. 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 ""
"Přidat navigační nabídku na webové stránky vaší události s plánem, "
"itinerářem, formulářem návrhu itineráře atd."

#. 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 ""
"Přidejte nějaké interní poznámky (seznamy úkolů, kontaktní informace, ...)"

#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__address_search
msgid "Address"
msgstr "Adresa"

#. module: event
#: model:res.groups,name:event.group_event_manager
msgid "Administrator"
msgstr "Administrátor"

#. module: event
#: model:ir.model.fields,field_description:event.field_res_config_settings__module_website_event_exhibitor
msgid "Advanced Sponsors"
msgstr "Pokročilí sponzoři"

#. 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 "Po každé registraci"

#. 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 "Po skončení akce"

#. 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 "Po zahájení akce"

#. module: event
#: model:event.tag.category,name:event.event_tag_category_1
msgid "Age"
msgstr "Věk"

#. 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 "Všechny události"

#. 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 "Všechny e-maily zasílané účastníkům budou přeloženy do tohoto jazyka."

#. 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 ""
"Povolit více časových úseků. Komunikace, maximální počet účastníků a "
"maximální počet registrací vstupenek jsou definovány pro každý časový úsek, "
"nikoli pro celou akci."

#. 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 ""
"Povolit výběr a opětovné použití této otázky pro jakoukoli budoucí událost. "
"Vždy platí pro výchozí otázky."

#. module: event
#: model:event.event,name:event.event_6
msgid "An unpublished event"
msgstr "Nepublikovaná událost"

#. 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 ""
"A tentokrát jdeme plně ONLINE! Seznamte se s námi v našich živých přenosech "
"z pohodlí vašeho domova.<br>\n"
"        Speciální slevové kódy budou rozdány během různých streamů, buďte "
"tam včas."

#. module: event
#: model:event.stage,name:event.event_stage_announced
msgid "Announced"
msgstr "Oznámeno"

#. module: event
#: model:ir.model.fields,field_description:event.field_event_question_answer__name
msgid "Answer"
msgstr "Odpovědět"

#. 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 "Detail odpovědí"

#. 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 "Odpovědi"

#. 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 "Archivováno"

#. module: event
#: model:ir.model.fields,field_description:event.field_event_event_ticket__is_launched
msgid "Are sales launched"
msgstr "Jsou zahájeny prodeje"

#. 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 ""
"Asi sto balonů současně přeletí a promění oblohu na nádherné plátno barev."

#. 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 "Jako tým rádi přispíme k této akci."

#. module: event
#: model:ir.model.fields,field_description:event.field_event_question__once_per_order
msgid "Ask once per order"
msgstr "Zeptejte se jednou za objednávku"

#. 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 ""
"V pouhých 13 letech začal John DOE vyvíjet své první obchodní aplikace pro "
"zákazníky. Po zvládnutí stavebnictví založil TinyERP. Jednalo se o první "
"fázi OpenERP, která se později stala Odoo, celosvětově nejinstalovanějším "
"open-source podnikovým softwarem."

#. 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 "Počet příloh"

#. module: event
#: model_terms:ir.ui.view,arch_db:event.res_config_settings_view_form
msgid "Attendance"
msgstr "Docházka"

#. 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 "Navštívil"

#. 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 "Datum docházky"

#. module: event
#. odoo-python
#: code:addons/event/models/event_registration.py:0
msgid "Attended on %(attended_date)s"
msgstr "Zúčastnil/a se dne %(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 "Účastník"

#. module: event
#: model:ir.model.fields,field_description:event.field_event_registration__registration_answer_ids
msgid "Attendee Answers"
msgstr "Odpovědi účastníka"

#. 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 "Seznam účastníků"

#. module: event
#: model:ir.model.fields,field_description:event.field_event_registration__name
msgid "Attendee Name"
msgstr "Jméno účastníka"

#. module: event
#: model:ir.model.fields,field_description:event.field_event_registration__registration_answer_choice_ids
msgid "Attendee Selection Answers"
msgstr "Odpovědi od vybraných účastníků"

#. module: event
#: model_terms:ir.ui.view,arch_db:event.attendee_list
msgid "Attendee list"
msgstr "Seznam účastníků"

#. 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 "Účastníci"

#. 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 "Účastníci <span invisible=\"not is_multi_slots\"> na místo</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 "dostupná místa"

#. module: event
#: model:ir.actions.report,name:event.action_report_event_registration_badge
msgid "Badge"
msgstr "Odznak"

#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__badge_image
msgid "Badge Background"
msgstr "Pozadí jmenovky"

#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__badge_format
msgid "Badge Dimension"
msgstr "Rozměry jmenovky"

#. module: event
#: model:ir.actions.report,name:event.action_report_event_event_badge
msgid "Badge Example"
msgstr "Příklad jmenovky"

#. module: event
#. odoo-python
#: code:addons/event/controllers/main.py:0
msgid "Badges"
msgstr "Odznaky"

#. 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 ""
"Skupiny jako Bar Fighters, Led Slippers a Link Floyd vám nabídkou show "
"století během naší třídenní události."

#. 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 "Čárové kódy"

#. module: event
#: model:ir.actions.client,name:event.event_barcode_action_main_view
msgid "Barcode Interface"
msgstr "Rozhraní čárového kódu"

#. module: event
#: model_terms:ir.ui.view,arch_db:event.res_config_settings_view_form
msgid "Barcode Nomenclature"
msgstr "Nomenklatura čárového kódu"

#. module: event
#: model:ir.model.constraint,message:event.constraint_event_registration_barcode_event_uniq
msgid "Barcode should be unique"
msgstr "Čárový kód by měl být jedinečný"

#. 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 "Před koncem akce"

#. 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 "Před začátkem akce"

#. module: event
#: model:ir.model.fields.selection,name:event.selection__event_event__kanban_state__blocked
msgid "Blocked"
msgstr "Blokováno"

#. 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 přináší poctivost a serióznost dřevařskému průmyslu a pomáhá "
"zákazníkům vypořádat se se stromy, květinami a houbami."

#. module: event
#: model:event.stage,name:event.event_stage_booked
msgid "Booked"
msgstr "Rezervováno"

#. 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 "Rezervováno"

#. 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 "Správa stánků"

#. 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 ""
"Pozdvihněte svoji sezónu v pozemním hokeji na další úroveň a zúčastněte se "
"tohoto 9. ročníku turnaje v pozemním hokeji."

#. module: event
#: model:event.event,name:event.event_4
msgid "Business workshops"
msgstr "Obchodní workshopy"

#. 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 "Kampaň"

#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_event_registration_tree
msgid "Cancel"
msgstr "Zrušit"

#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_event_registration_form
msgid "Cancel Registration"
msgstr "Zrušit registraci"

#. 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 "Zrušeno"

#. module: event
#. odoo-javascript
#: code:addons/event/static/src/client_action/event_registration_summary_dialog.xml:0
msgid "Cancelled registration"
msgstr "Zrušená registrace"

#. module: event
#: model:ir.model.fields,field_description:event.field_event_tag__category_id
msgid "Category"
msgstr "Kategorie"

#. module: event
#: model:ir.model.fields,field_description:event.field_event_tag__category_sequence
msgid "Category Sequence"
msgstr "Sekvence kategorií"

#. 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 si vyhrazuje právo zrušit, přejmenovat nebo lokalizovat "
"události nebo zmenit datumy jeho konání."

#. 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 ""
"Zkontrolujte to u otázek na úrovni objednávky (např. „Název společnosti“), "
"kde je odpověď pro všechny stejná."

#. 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 ""
"Vyberte šablonu pro automatické vyplňování lístků, komunikace, popisů a "
"dalších polí."

#. 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 "Barva"

#. module: event
#: model:ir.model.fields,field_description:event.field_event_tag__color
msgid "Color Index"
msgstr "Barevný index"

#. 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 ""
"Vraťte se, až budete mít registrace, abyste si mohli prohlédnout odpovědi."

#. 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 "Navšivte nás osobně, potěší nás se s vámi setkat!"

#. 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 "Komunikace"

#. 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 ""
"Komunikace pro %(event_name)s naplánovaná na %(scheduled_date)s selhala."

#. module: event
#: model:ir.model.fields,help:event.field_event_mail__mail_registration_ids
msgid "Communication related to event registrations"
msgstr "Komunikace týkající se registrací na události"

#. 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 "Společnost"

#. module: event
#: model:ir.model.fields,field_description:event.field_event_registration__company_name
msgid "Company Name"
msgstr "Název společnosti"

#. module: event
#. odoo-python
#: code:addons/event/models/event_registration.py:0
msgid "Compose Email"
msgstr "Napsat e-mail"

#. module: event
#: model:event.tag,name:event.event_tag_category_3_tag_2
msgid "Conference"
msgstr "Konference"

#. module: event
#: model:event.event,name:event.event_2
#: model_terms:event.event,description:event.event_2
msgid "Conference for Architects"
msgstr "Konference pro architekty"

#. module: event
#: model_terms:event.event,description:event.event_0
msgid "Conferences, workshops and trainings will be organized in 6 rooms:"
msgstr "Konference, workshopy a školení budou probíhat v 6 místnostech:"

#. module: event
#: model:ir.model,name:event.model_res_config_settings
msgid "Config Settings"
msgstr "Konfigurační nastavení"

#. module: event
#: model:ir.ui.menu,name:event.menu_event_configuration
msgid "Configuration"
msgstr "Konfigurace"

#. module: event
#. odoo-javascript
#: code:addons/event/static/src/client_action/event_registration_summary_dialog.xml:0
msgid "Confirm attendance?"
msgstr "Potvrdit docházku?"

#. module: event
#: model:ir.model,name:event.model_res_partner
msgid "Contact"
msgstr "Kontakt"

#. module: event
#. odoo-javascript
#: code:addons/event/static/src/client_action/event_registration_summary_dialog.xml:0
msgid "Continue"
msgstr "Pokračovat"

#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__country_id
msgid "Country"
msgstr "Země"

#. module: event
#: model_terms:ir.ui.view,arch_db:event.res_config_settings_view_form
msgid "Create Booths and manage their reservations"
msgstr "Vytvořte stránky a spravujte jejich rezervace"

#. module: event
#: model:ir.model,website_form_label:event.model_res_partner
msgid "Create a Customer"
msgstr "Vytvořit zákazníka"

#. module: event
#: model_terms:ir.actions.act_window,help:event.action_event_view
msgid "Create an Event"
msgstr "Vytvořte událost"

#. module: event
#: model_terms:ir.actions.act_window,help:event.event_stage_action
msgid "Create an Event Stage"
msgstr "Vytvořte cenu události"

#. module: event
#: model_terms:ir.actions.act_window,help:event.event_tag_category_action_tree
msgid "Create an Event Tag Category"
msgstr "Vytvořte kategorii značky události"

#. module: event
#: model_terms:ir.actions.act_window,help:event.action_event_type
msgid "Create an Event Template"
msgstr "Vytvořte šablonu události"

#. 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 "Vytvořeno uživatelem"

#. 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 "Vytvořeno dne"

#. module: event
#: model:event.tag,name:event.event_tag_category_2_tag_1
msgid "Culture"
msgstr "Kuitura"

#. 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 "Datum"

#. module: event
#: model:ir.model.fields,field_description:event.field_event_registration__event_date_range
msgid "Date Range"
msgstr "Rozmezí datumů"

#. 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 "Dny"

#. module: event
#: model_terms:ir.ui.view,arch_db:event.event_question_view_search
msgid "Default Questions"
msgstr "Výchozí otázky"

#. module: event
#: model:ir.model.fields,field_description:event.field_event_question__is_default
msgid "Default question"
msgstr "Výchozí otázka"

#. 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 ""
"Definujte počet dostupných lístků. Pokud máte příliš mnoho registrací, "
"nebudete již moci prodávat lístky. Nastavením 0 ignorujete toto pravidlo "
"nastavené jako neomezené."

#. 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 "Popis"

#. module: event
#: model:event.event,name:event.event_0
msgid "Design Fair Los Angeles"
msgstr "Veletrh designu v Los Angeles"

#. module: event
#: model:event.event,subtitle:event.event_4
msgid "Discover how to grow a sustainable business with our experts."
msgstr "Zjistěte, jak rozvíjet udržitelné podnikání s našimi odborníky."

#. module: event
#: model_terms:res.partner,website_description:event.res_partner_event_1
msgid "Discover more"
msgstr "Objevte více"

#. 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 "Zobrazovaný název"

#. 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 "Zobrazit sponzory a vystavovatele na svých stránkách událostí"

#. 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 "Zobrazit časovou zónu"

#. module: event
#: model:ir.model.fields,field_description:event.field_event_mail__sequence
msgid "Display order"
msgstr "Zobrazit pořadí"

#. module: event
#: model_terms:ir.ui.view,arch_db:event.event_report_template_full_page_ticket
msgid "Download Tickets"
msgstr "Stáhnout vstupenky"

#. 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 "Stáhnout vstupenky <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. You’ll know all the benefits of using it."
msgstr ""
"Během této konference náš tým poskytne podrobný přehled našich obchodních "
"aplikací. Znáte všechny výhody jeho používání."

#. module: event
#. odoo-javascript
#: code:addons/event/static/src/client_action/event_registration_summary_dialog.xml:0
msgid "Edit"
msgstr "Upravit"

#. 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 "Email"

#. module: event
#: model:ir.model,name:event.model_mail_template
msgid "Email Templates"
msgstr "Emailové šablony"

#. module: event
#: model_terms:ir.ui.view,arch_db:event.res_config_settings_view_form
msgid "Enable barcode scanning"
msgstr "Povolit skenování čárových kódů"

#. module: event
#: model:ir.model.fields,help:event.field_res_config_settings__use_event_barcode
msgid "Enable or Disable Event Barcode functionality."
msgstr "Povolit nebo zakázat funkci čárového kódu události."

#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__date_end
msgid "End Date"
msgstr "Datum do"

#. module: event
#: model:ir.model.fields,field_description:event.field_event_slot__end_datetime
msgid "End Datetime"
msgstr "Datum a čas do"

#. module: event
#: model:ir.model.fields,field_description:event.field_event_stage__pipe_end
msgid "End Stage"
msgstr "Závěrečná fáze"

#. module: event
#: model:event.stage,name:event.event_stage_done
msgid "Ended"
msgstr "Skončilo"

#. module: event
#: model:ir.model.fields,field_description:event.field_event_slot__end_hour
msgid "Ending Hour"
msgstr "Zavírací hodina"

#. module: event
#: model:event.event,subtitle:event.event_2
msgid "Enhance your architectural business and improve professional skills."
msgstr ""
"Vylepšete svoje architektonické podnikání a zlepšete profesionální zručnosti."

#. module: event
#: model:ir.model.fields.selection,name:event.selection__event_mail__mail_state__error
msgid "Error"
msgstr "Chyba"

#. 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 "Událost"

#. module: event
#: model:ir.model,name:event.model_event_mail
msgid "Event Automated Mailing"
msgstr "Automatizované emaily události"

#. 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 "Kategorie události"

#. module: event
#: model_terms:ir.ui.view,arch_db:event.event_tag_view_form
msgid "Event Category Tag"
msgstr "Typ kategorie události"

#. module: event
#: model:ir.model.fields,field_description:event.field_event_registration__event_end_date
msgid "Event End Date"
msgstr "Datum ukončení události"

#. module: event
#: model_terms:ir.ui.view,arch_db:event.res_config_settings_view_form
msgid "Event Gamification"
msgstr "Gamifikace událostí"

#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_event_registration_form
msgid "Event Information"
msgstr "Informace o události"

#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_event_mail_form
msgid "Event Mail Scheduler"
msgstr "Plánovač rozesílaé pošty událostí"

#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_event_mail_tree
msgid "Event Mail Schedulers"
msgstr "Plánovače poštovních událostí"

#. 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 "Referenční šablona e-mailu o události"

#. 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 "Jméno události"

#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_event_calendar
msgid "Event Organization"
msgstr "Organizace události"

#. module: event
#: model:ir.model.fields,field_description:event.field_event_registration__event_organizer_id
msgid "Event Organizer"
msgstr "Organizátor události"

#. module: event
#: model:ir.actions.act_window,name:event.event_question_action
#: model:ir.model,name:event.model_event_question
msgid "Event Question"
msgstr "Otázka události"

#. module: event
#: model:ir.model,name:event.model_event_question_answer
msgid "Event Question Answer"
msgstr "Odpověď na otázku události"

#. module: event
#: model:ir.ui.menu,name:event.event_question_menu
msgid "Event Questions"
msgstr "Otázky k události"

#. 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 "Registrace na událost"

#. module: event
#: model:ir.model,name:event.model_event_registration_answer
msgid "Event Registration Answer"
msgstr "Odpověď na registraci na událost"

#. module: event
#. odoo-python
#: code:addons/event/controllers/main.py:0
msgid "Event Registrations"
msgstr "Registrace na akci"

#. module: event
#: model:ir.model.fields,field_description:event.field_event_registration__event_user_id
msgid "Event Responsible"
msgstr "Odpovědný za událost"

#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__event_share_url
msgid "Event Share URL"
msgstr "Sdílet URL události"

#. module: event
#: model:ir.model,name:event.model_event_slot
msgid "Event Slot"
msgstr "Časový úsek události"

#. module: event
#: model:ir.model,name:event.model_event_stage
msgid "Event Stage"
msgstr "Fáze události"

#. 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 "Fáze událostí"

#. 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 "Datum zahájení události"

#. module: event
#: model:ir.model,name:event.model_event_tag
msgid "Event Tag"
msgstr "Štítky události"

#. module: event
#: model:ir.model,name:event.model_event_tag_category
msgid "Event Tag Category"
msgstr "Kategorie štítků události"

#. 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 "Kategorie štítků událostí"

#. 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 "Šablona události"

#. 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 "Šablona vstupenky na událost"

#. module: event
#: model_terms:ir.ui.view,arch_db:event.event_type_ticket_view_tree_from_type
msgid "Event Template Tickets"
msgstr "Šablony vstupenek na události"

#. 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 "Šablony události"

#. 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 ""
"Šablony událostí kombinují nastavení, které často používáte a jsou\n"
"                obvykle na základě typů akcí, které pořádáte (např. "
"„Workshop“,\n"
"                \"Roadshow\", \"Online webinář\" atd.)."

#. 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 "Vstupenka na událost"

#. module: event
#: model:ir.model.fields,field_description:event.field_event_type_mail__event_type_id
msgid "Event Type"
msgstr "Typ události"

#. module: event
#: model:ir.model.fields,field_description:event.field_event_question__event_type_ids
msgid "Event Types"
msgstr "Typy událostí"

#. module: event
#: model:ir.actions.act_window,name:event.event_registration_action_tree
msgid "Event registrations"
msgstr "Registrace události"

#. 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 ""
"Fáze události se používají na postupné sledování od začátku až po ukončení."

#. module: event
#: model_terms:ir.ui.view,arch_db:event.event_event_ticket_form_view
msgid "Event's Ticket"
msgstr "Vstupenka na akci"

#. module: event
#: model:ir.actions.server,name:event.event_mail_scheduler_ir_actions_server
msgid "Event: Mail Scheduler"
msgstr "Událost: plánovač pošty"

#. module: event
#: model:mail.template,name:event.event_registration_mail_template_badge
msgid "Event: Registration Badge"
msgstr "Událost: registrační odznak"

#. module: event
#: model:mail.template,name:event.event_subscription
msgid "Event: Registration Confirmation"
msgstr "Událost: Potvrzení registrace"

#. module: event
#: model:mail.template,name:event.event_reminder
msgid "Event: Reminder"
msgstr "Událost: Připomenutí"

#. 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 "Události"

#. module: event
#: model:ir.actions.act_window,name:event.action_event_mail
msgid "Events Mail Schedulers"
msgstr "Plánovače poštovních událostí"

#. 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 "Fáze událostí"

#. 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 ""
"Po dokončení budou události automaticky přesunuty do této fáze. Událost "
"přesunutá do této fáze bude automaticky nastavena jako zelená."

#. 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 ""
"Každý rok zveme naši komunitu, partnery a koncové uživatele, aby se s námi "
"setkali! Je to ideální událost, kde se setkat a představit nové funkce, plán "
"budoucích verzí, úspěchy softwaru, workshopy, školení atd...\n"
"            Tato akce je také příležitostí předvést případové studie, "
"metodiku nebo vývoj našich partnerů. Buďte u toho a podívejte se přímo ze "
"zdroje na funkce nové verze!"

#. 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 ""
"Každý rok zveme naši komunitu, partnery a koncové uživatele, aby se s námi "
"setkali! Je to ideální událost pro setkání a představení nových funkcí, "
"plánu budoucích verzí, úspěchů softwaru, workshopů, školení atd ...."

#. module: event
#: model:event.type,name:event.event_type_0
msgid "Exhibition"
msgstr "Výstava"

#. module: event
#: model:event.event,subtitle:event.event_3
msgid "Experience live music, local food and beverages."
msgstr "Zažijte živou hudbu, místní jídlo a nápoje."

#. 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 "Vyjádřeno v časovém pásmu události."

#. 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 ""
"Ukončené události. Odoo je automaticky přesune do této fáze, jakmile uplyne "
"jejich datum ukončení."

#. module: event
#: model:ir.model.fields,field_description:event.field_event_stage__fold
msgid "Folded in Kanban"
msgstr "Složený v kanbanu"

#. 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 "Odběratelé"

#. 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 "Odběratelé (partneři)"

#. 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 "Ikona v rámci awesome font, např. 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 ""
"Pro další informace nás prosím kontaktujte na adrese <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 ""
"Pro další informace nás prosím kontaktujte na adrese <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 ""
"Pro další informace nás prosím kontaktujte na adrese <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 "Pro každého účastníka"

#. 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 ""
"Pro každou událost můžete definovat maximální počet registrací (počet "
"účastníků), nad tento počet již nebudou registrace přijímány. Pokud má "
"událost více termínů, platí tento maximální počet pro každý termín zvlášť."

#. module: event
#: model:event.event.ticket,description:event.event_0_ticket_1
msgid "For only 10, you gain access to catering. Yum yum."
msgstr "Jen za 10 získáte přístup ke stravování. Mňam mňam."

#. module: event
#: model:event.event.ticket,name:event.event_0_ticket_0
msgid "Free"
msgstr "Zdarma"

#. module: event
#: model:event.event.ticket,description:event.event_0_ticket_0
msgid "Free entrance, no food!"
msgstr "Vstup zdarma, žádné jídlo!"

#. module: event
#: model:event.stage,description:event.event_stage_new
msgid "Freshly created"
msgstr "Čerstvě vytvořené"

#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_event_slot_tree
msgid "From"
msgstr "Od"

#. 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 ""
"Z tohoto ovládacího panelu můžete hlásit, analyzovat a zjišťovat trendy "
"týkající se vašich registrací na události."

#. module: event
#: model:ir.actions.report,name:event.action_report_event_registration_full_page_ticket
msgid "Full Page Ticket"
msgstr "Lístek na celou stranu"

#. module: event
#: model:ir.actions.report,name:event.action_report_event_event_full_page_ticket
msgid "Full Page Ticket Example"
msgstr "Příklad vstupenky na celou stranu"

#. module: event
#: model_terms:event.event,description:event.event_2
msgid "Functional flow of the main applications;"
msgstr "Funkční tok hlavních aplikací;"

#. 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 "Budoucí činnosti"

#. module: event
#: model:event.event.ticket,name:event.event_4_ticket_0
msgid "General Admission"
msgstr "Základní vstupné"

#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__general_question_ids
msgid "General Questions"
msgstr "Všeobecné otázky"

#. module: event
#: model:event.event,subtitle:event.event_0
msgid "Get Inspired • Stay Connected • Have Fun"
msgstr "Nechte se inspirovat • Zůstaňte ve spojení • Bavte se"

#. module: event
#: model:ir.model.fields,field_description:event.field_event_mail__mail_state
msgid "Global communication Status"
msgstr "Stav globální komunikace"

#. module: event
#: model_terms:ir.ui.view,arch_db:event.res_config_settings_view_form
msgid "Google Maps"
msgstr "Google Mapy"

#. module: event
#: model:ir.model.fields,field_description:event.field_res_config_settings__google_maps_static_api_key
msgid "Google Maps API key"
msgstr "Klíč 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 "Google Maps API heslo"

#. module: event
#: model:ir.model.fields,field_description:event.field_res_config_settings__use_google_maps_static_api
msgid "Google Maps static API"
msgstr "Statické API Google Maps"

#. module: event
#: model:event.event,name:event.event_1
msgid "Great Reno Ballon Race"
msgstr "Velký balónový závod Reno"

#. 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 "Skvěle! Nyní už jen musíte počkat, až se objeví vaši účastníci!"

#. module: event
#. odoo-javascript
#: code:addons/event/static/src/client_action/event_registration_summary_dialog.xml:0
msgid "Guest #"
msgstr "Host #"

#. 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 "Jsem rád, že jsem sponzorem"

#. 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 "Má zprávu"

#. module: event
#: model_terms:event.event,description:event.event_2
msgid "Having attended this conference, participants should be able to:"
msgstr "Po zúčastnění se této konference by účastníci měli být schopni:"

#. module: event
#: model_terms:event.event,description:event.event_3
msgid "Here it is, the 12th edition of our Live Musical Festival!"
msgstr "Tady je, 12. ročník našeho živého hudebního festivalu!"

#. module: event
#: model:event.event,name:event.event_5
msgid "Hockey Tournament"
msgstr "Hokejový zápas"

#. module: event
#. odoo-javascript
#: code:addons/event/static/src/client_action/event_registration_summary_dialog.xml:0
msgid "Home"
msgstr "Domovská stránka"

#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_event_slot_form
msgid "Hour range"
msgstr "Rozsah hodin"

#. 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 "Hodiny"

#. module: event
#: model_terms:ir.ui.view,arch_db:event.event_report_template_foldable_badge
msgid "How to Fold (1)"
msgstr "Jak složit (1)"

#. module: event
#: model_terms:ir.ui.view,arch_db:event.event_report_template_foldable_badge
msgid "How to Fold (2)"
msgstr "Jak složit (2)"

#. module: event
#: model_terms:ir.ui.view,arch_db:event.event_report_template_foldable_badge
msgid "How to Fold (3)"
msgstr "Jak složit (3)"

#. module: event
#: model_terms:ir.ui.view,arch_db:event.event_report_template_foldable_badge
msgid "How to Fold (4)"
msgstr "Jak složit (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 "Ikona"

#. module: event
#. odoo-javascript
#: code:addons/event/static/src/icon_selection_field/icon_selection_field.js:0
msgid "Icon Selection"
msgstr "Výběr ikony"

#. 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 "Ikona, která označuje výjimečnou aktivitu."

#. 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 "Pokud zaškrtnuto, nové zprávy vyžadují vaši pozornost."

#. 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 "Pokud zaškrtnuto, některé zprávy mají chybu při doručení."

#. 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 ""
"Je-li použit prodej lístků, obsahuje nejbližší počáteční datum prodeje "
"lístků."

#. 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 "Pokud tuto vstupenku nemáte, <b>nebude</b> vám umožněn vstup!"

#. 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 ""
"Pokud o hokeji nic nevíte, je to skvělý úvod do tohoto úžasného sportu, "
"protože uvidíte část tréninkového procesu a po skončení turnaje budete mít "
"také čas\n"
"                popovídat si se zkušenými hráči a trenéry!"

#. 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 "Ihned"

#. module: event
#: model_terms:event.event,ticket_instructions:event.event_0
msgid "Important ticket information"
msgstr "Důležité informace o vstupence"

#. module: event
#: model:ir.model.fields.selection,name:event.selection__event_event__kanban_state__normal
msgid "In Progress"
msgstr "Probíhá"

#. module: event
#: model:ir.model.fields,help:event.field_event_question__is_default
msgid "Include by default in new events."
msgstr "Výchozí nastavení pro nové události."

#. 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 ""
"Označuje časové pásmo, ve kterém se na webu zobrazí data/časy událostí."

#. 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 ""
"Označuje, kdy je komunikace odeslána. Pokud má událost více časových úseků, "
"interval se vztahuje ke každému časovému úseku, nikoli k celé události."

#. 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 "Vložte dynamické mapy Google do svých e-mailových šablon"

#. module: event
#. odoo-javascript
#: code:addons/event/static/src/client_action/event_barcode.xml:0
msgid "Install"
msgstr "Instalovat"

#. 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 "Rozmezí"

#. module: event
#: model_terms:event.event,description:event.event_2
msgid "Introduction, CRM, Sales Management"
msgstr "Úvod, CRM, řízení prodeje"

#. module: event
#. odoo-python
#: code:addons/event/models/event_registration.py:0
msgid "Invalid event / slot choice"
msgstr "Neplatná volba události / slotu"

#. module: event
#. odoo-python
#: code:addons/event/models/event_registration.py:0
msgid "Invalid event / ticket choice"
msgstr "Neplatná možnost události / vstupenky"

#. module: event
#. odoo-javascript
#: code:addons/event/static/src/client_action/event_barcode.js:0
msgid "Invalid ticket"
msgstr "Neplatný tiket"

#. module: event
#: model:ir.model.fields,field_description:event.field_event_event_ticket__sale_available
msgid "Is Available"
msgstr "Je dostupný"

#. module: event
#: model:ir.model.fields,field_description:event.field_event_registration__is_multi_slots
msgid "Is Event Multi Slots"
msgstr "Je událost Multi Slots"

#. module: event
#: model:ir.model.fields,field_description:event.field_event_event_ticket__is_expired
msgid "Is Expired"
msgstr "vypršelo"

#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__is_finished
msgid "Is Finished"
msgstr "Je dokončeno"

#. 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 "Je odběratel"

#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__is_multi_slots
msgid "Is Multi Slots"
msgstr "Je Multi Slots"

#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__is_one_day
msgid "Is One Day"
msgstr "Je jeden den"

#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__is_ongoing
msgid "Is Ongoing"
msgstr "Probíhá"

#. module: event
#: model:ir.model.fields,field_description:event.field_event_question__is_reusable
msgid "Is Reusable"
msgstr "Opakovaně použitelné"

#. module: event
#. odoo-python
#: code:addons/event/models/event_mail.py:0
msgid "It failed with error %(error)s."
msgstr "Selhalo s chybou %(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 "Při výběru této události vybere tuto výchozí maximální hodnotu"

#. 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 "Jan Testovací"

#. module: event
#: model_terms:event.event,description:event.event_2
msgid "John Doe's avatar"
msgstr "Avatar Johna Doe"

#. module: event
#: model_terms:event.event,description:event.event_1
msgid "Join us for the greatest ballon race of all times!"
msgstr "Připojte se k nám na největší balónové závody všech dob!"

#. 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 "Připojte se k této 24hodinové akci"

#. module: event
#: model_terms:event.event,description:event.event_0
msgid "Join us for this 3-day Event"
msgstr "Připojte se k této 3denní akci"

#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__kanban_state
msgid "Kanban State"
msgstr "Stav kanban"

#. module: event
#: model_terms:ir.ui.view,arch_db:event.res_config_settings_view_form
msgid "Key"
msgstr "Klíč"

#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__lang
msgid "Language"
msgstr "Jazyk"

#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_registration_search
msgid "Last 30 days"
msgstr "Posledních 30 dní"

#. 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 "Poslední účastník"

#. module: event
#: model:ir.model.fields,field_description:event.field_event_mail__error_datetime
msgid "Last Error"
msgstr "Poslední chyba"

#. 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 "Naposledy upraveno uživatelem"

#. 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 "Naposledy upraveno dne"

#. 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 "Aktivity po termínu"

#. 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 "Vytvořme si Vaši první <b>událost</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 "Limit účastníků"

#. 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 "Omezení registrací"

#. module: event
#: model:ir.model.fields,field_description:event.field_event_event_ticket__limit_max_per_order
msgid "Limit per Order"
msgstr "Limit na objednávku"

#. module: event
#: model:ir.model.fields,field_description:event.field_event_type__has_seats_limitation
msgid "Limited Seats"
msgstr "Omezená místa"

#. module: event
#: model:ir.model.fields,help:event.field_event_event__event_url
msgid "Link where the online event will take place."
msgstr "Odkaz, kde se bude online akce konat."

#. module: event
#: model_terms:ir.ui.view,arch_db:event.res_config_settings_view_form
msgid "Live Broadcast"
msgstr "Živé vysílání"

#. module: event
#: model:ir.model.fields,field_description:event.field_res_config_settings__module_website_event_track_live
msgid "Live Mode"
msgstr "Živý režim"

#. module: event
#: model:event.event,name:event.event_3
msgid "Live Music Festival"
msgstr "Festival živé hudby"

#. 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 "Pošta"

#. module: event
#: model:ir.model.fields,field_description:event.field_event_mail__mail_registration_ids
msgid "Mail Registration"
msgstr "Registrace e-mailu"

#. 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 "Plánování pošty"

#. 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 "Plánovač pošty"

#. module: event
#: model:ir.ui.menu,name:event.menu_event_mail_schedulers
msgid "Mail Schedulers"
msgstr "Plánovače emailů"

#. module: event
#: model:ir.model,name:event.model_event_type_mail
msgid "Mail Scheduling on Event Category"
msgstr "Plánování emailů na kategorii události"

#. module: event
#: model:ir.model.fields,field_description:event.field_event_mail_registration__mail_sent
msgid "Mail Sent"
msgstr "Email odeslán"

#. module: event
#: model:ir.model.fields,field_description:event.field_event_mail__mail_slot_ids
msgid "Mail Slot"
msgstr "Poštovní schránka"

#. module: event
#: model_terms:ir.ui.view,arch_db:event.res_config_settings_view_form
msgid "Manage & publish a schedule with tracks"
msgstr "Správa a publikování harmonogramu s trasami"

#. 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 "Povinný"

#. module: event
#: model:ir.model.fields,field_description:event.field_event_question__is_mandatory_answer
msgid "Mandatory Answer"
msgstr "Vyžadovaná odpověď"

#. 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 "Označit, že se zúčastním"

#. 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 "Maximum účastníků"

#. module: event
#: model:ir.model.fields,field_description:event.field_event_type__seats_max
msgid "Maximum Registrations"
msgstr "Maximum registrací"

#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_event_tree
msgid "Maximum Seats"
msgstr "Maximum míst"

#. 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 ""
"Maximální množství tohoto produktu na objednávku.\n"
"Nastavte na 0, chcete-li toto pravidlo ignorovat."

#. module: event
#: model_terms:ir.ui.view,arch_db:event.event_event_ticket_view_tree_from_event
msgid "Maximum per slot"
msgstr "Maximum na slot"

#. 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 "Chyba při doručování zprávy"

#. 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 "Zprávy"

#. 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 "měsíců"

#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_event_form
msgid "Multiple Slots"
msgstr "Více slotů"

#. module: event
#: model:event.tag,name:event.event_tag_category_2_tag_2
msgid "Music"
msgstr "Hudba"

#. 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 "Mé aktivity"

#. 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 "Termín mé aktivity"

#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_event_search
msgid "My Events"
msgstr "Moje události"

#. 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 "Název"

#. module: event
#: model:event.stage,name:event.event_stage_new
msgid "New"
msgstr "Nové"

#. module: event
#. odoo-javascript
#: code:addons/event/static/src/views/event_slot_calendar/event_slot_calendar_controller.js:0
msgid "New Slot"
msgstr "Nový slot"

#. 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 "Další aktivita z kalendáře"

#. 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 "Termín další aktivity"

#. 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 "Popis další aktivity"

#. 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 "Typ další aktivity"

#. module: event
#: model_terms:ir.actions.act_window,help:event.action_event_registration_report
msgid "No Answers yet!"
msgstr "Zatím bez odpovědí!"

#. module: event
#: model_terms:ir.actions.act_window,help:event.event_registration_action
msgid "No Attendees expected yet!"
msgstr "Zatím se neočekávají žádní účastníci!"

#. 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 "Dosud žádní účastníci!"

#. module: event
#: model_terms:ir.actions.act_window,help:event.event_question_action
msgid "No questions yet! Please create one."
msgstr "Zatím žádné otázky! Vytvořte prosím jednu."

#. module: event
#: model:ir.model.fields,field_description:event.field_res_config_settings__barcode_nomenclature_id
msgid "Nomenclature"
msgstr "Systém pojmenování"

#. module: event
#: model_terms:ir.ui.view,arch_db:event.event_question_view_search
msgid "Not Reusable"
msgstr "Nelze znovu použít"

#. module: event
#: model_terms:ir.ui.view,arch_db:event.event_question_view_search
msgid "Not mandatory"
msgstr "Není povinné"

#. 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 "Poznámka"

#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_event_type_form
msgid "Notes"
msgstr "Poznámky"

#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_event_form
msgid "Notes & Documents"
msgstr "Poznámky a dokumenty"

#. module: event
#: model_terms:ir.actions.act_window,help:event.action_event_mail
msgid "Nothing Scheduled yet!"
msgstr "Zatím není nic naplánováno!"

#. 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 ""
"Nyní, když je vaše událost připravena, kliknutím sem ji přesunete do jiné "
"fáze."

#. 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 "Počet akcí"

#. 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 "Počet účastníků"

#. 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 "Počet registrovaných"

#. 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 "Počet obsazených míst"

#. 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 "Počet chyb"

#. 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 "Počet zpráv vyžadujících akci"

#. 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 "Počet zpráv s chybou při doručení"

#. module: event
#: model_terms:event.event,description:event.event_2
msgid "Objectives"
msgstr "Cíle"

#. module: event
#: model_terms:ir.ui.view,arch_db:event.event_report_full_page_ticket_layout
msgid "Odoo Community Days"
msgstr "Dny komunity Odoo"

#. module: event
#: model_terms:event.event,description:event.event_3
msgid "Once again we assembled the most legendary bands in Rock history."
msgstr "Opět jsme dali dohromady ty nejlegendárnější kapely rockové historie."

#. 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 "Jednou za objednávku"

#. module: event
#: model_terms:ir.ui.view,arch_db:event.event_question_view_search
msgid "Once per order"
msgstr "Jednou za objednávku"

#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_registration_search
msgid "Ongoing Events"
msgstr "Probíhající události"

#. 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 "Online"

#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_event_kanban
msgid "Online Event"
msgstr "Online událost"

#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__event_url
msgid "Online Event URL"
msgstr "URL online události"

#. module: event
#: model_terms:ir.ui.view,arch_db:event.res_config_settings_view_form
msgid "Online Exhibitors"
msgstr "Online vystavovatelé"

#. module: event
#: model:ir.model.fields,field_description:event.field_res_config_settings__module_website_event_sale
msgid "Online Ticketing"
msgstr "Online prodej vstupenek"

#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_event_form
msgid "Online if not set"
msgstr "Online, pokud není nastaveno"

#. 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 ""
"Otevřete výběr časového rozmezí.<br/>Vyberte počáteční a koncové datum vaší "
"události."

#. 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 si vyhrazuje právo zrušit, přejmenovat nebo "
"lokalizovat události nebo změnit datumy jeho konání."

#. module: event
#: model:event.event,name:event.event_7
msgid "OpenWood Collection Online Reveal"
msgstr "Online odhalení kolekce 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 "Organizátor"

#. 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 ""
"Naše nejnovější kolekce bude odhalena online! Komunikujte s námi na našich "
"živých přenosech!"

#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_registration_search
msgid "Participant"
msgstr "Účastník"

#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_registration_search
msgid "Partner"
msgstr "Partner"

#. 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 "Telefon"

#. module: event
#: model_terms:ir.ui.view,arch_db:event.attendee_list
msgid "Phone number"
msgstr "Telefonní číslo"

#. 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 "Přijďte prosím <b>alespoň</b> 30 minut před začátkem akce."

#. module: event
#. odoo-python
#: code:addons/event/models/res_config_settings.py:0
msgid "Please enter a valid base64 secret"
msgstr "Zadejte platný tajný kód base64."

#. module: event
#. odoo-python
#: code:addons/event/models/event_event.py:0
msgid "Please enter a valid event URL."
msgstr "Zadejte platnou adresu URL události."

#. module: event
#. odoo-javascript
#: code:addons/event/static/src/client_action/event_barcode.js:0
msgid "Please, Scan again!"
msgstr "Prosím, nasnímejte znovu!"

#. module: event
#: model_terms:event.event,description:event.event_2
msgid "Point of Sale (POS), Introduction to report customization."
msgstr "Prodejní místo (POS), Úvod do přizpůsobení výkazů."

#. module: event
#. odoo-javascript
#: code:addons/event/static/src/client_action/event_registration_summary_dialog.xml:0
msgid "Print"
msgstr "Tisk"

#. module: event
#: model_terms:event.event,description:event.event_0
#: model_terms:event.event,description:event.event_2
msgid "Program"
msgstr "Program"

#. module: event
#: model_terms:event.event,description:event.event_2
msgid "Project management, Human resources, Contract management."
msgstr "Řízení projektů, Lidské zdroje, Řízení smluv."

#. 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 "Vlastnosti"

#. module: event
#: model_terms:event.event,description:event.event_2
msgid "Purchase, Sales &amp; Purchase management, Financial accounting."
msgstr "Nákup, Prodej &amp; Řízení nákupu, Finanční účetnictví."

#. 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 "QR Kód"

#. 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 "Otázka"

#. 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 "Typ otázky"

#. 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 "Otázky"

#. module: event
#: model:ir.model.fields,field_description:event.field_res_config_settings__module_website_event_track_quiz
msgid "Quiz on Tracks"
msgstr "Kvíz o stopách"

#. 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 "Hodnocení"

#. module: event
#: model:ir.model.fields.selection,name:event.selection__event_event__kanban_state__done
msgid "Ready for Next Stage"
msgstr "Připraveno pro další fázi"

#. 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 "Jste připraveni <b>zorganizovat akce</b> za pár minut? Začněme!"

#. 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 "Registrovaný"

#. 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 "Registrace"

#. 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 "Datum registrace"

#. 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 "Registrační kiosk"

#. module: event
#: model:ir.model.fields,field_description:event.field_event_event_ticket__end_sale_datetime
msgid "Registration End"
msgstr "Konec registrace"

#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_registration_search
msgid "Registration ID"
msgstr "ID registrace"

#. module: event
#: model:ir.model,name:event.model_event_mail_registration
msgid "Registration Mail Scheduler"
msgstr "Plánovač registračního emailu"

#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_event_mail_form
msgid "Registration Mails"
msgstr "Registrační e-maily"

#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__registration_properties_definition
msgid "Registration Properties"
msgstr "Vlastnosti registrace"

#. module: event
#: model:ir.model.fields,field_description:event.field_event_event_ticket__start_sale_datetime
msgid "Registration Start"
msgstr "Začátek registrace"

#. module: event
#. odoo-python
#: code:addons/event/models/event_ticket.py:0
msgid "Registration for %s"
msgstr "Registrace pro %s"

#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_event_mail_form
msgid "Registration mail"
msgstr "Registrační e-mail"

#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__event_registrations_open
msgid "Registration open"
msgstr "Registrace otevřena"

#. module: event
#: model:ir.actions.act_window,name:event.event_registration_action_stats_from_event
msgid "Registration statistics"
msgstr "Statistiky registrace"

#. module: event
#: model:ir.model.fields,field_description:event.field_event_event_ticket__registration_ids
msgid "Registrations"
msgstr "Registrace"

#. 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 ""
"Registrace jsou otevřené, pokud:\n"
"- akce ještě neskončila nebo nebyla zrušena\n"
"- jsou na akci volná místa\n"
"- vstupenky lze prodat (pokud se používá prodej vstupenek)"

#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__event_registrations_started
msgid "Registrations started"
msgstr "Registrace začaly"

#. module: event
#. odoo-python
#: code:addons/event/models/event_mail.py:0
msgid "Rendering of template failed with error: %(error)s."
msgstr "Vykreslení šablony selhalo s chybou: %(error)s."

#. module: event
#: model:ir.ui.menu,name:event.menu_reporting_events
msgid "Reporting"
msgstr "Výkazy"

#. module: event
#: model:ir.model.fields,field_description:event.field_event_event_ticket__seats_reserved
msgid "Reserved Seats"
msgstr "Rezervovaná místa"

#. 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 "Odpovědný"

#. 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 "Zodpovědný uživatel"

#. module: event
#: model:ir.actions.report,name:event.action_report_event_registration_responsive_html_ticket
msgid "Responsive Html Full Page Ticket"
msgstr "Responzivní HTML celostránkový lístek"

#. module: event
#: model_terms:ir.ui.view,arch_db:event.event_question_view_search
msgid "Reusable"
msgstr "Opakovaně použitelné"

#. 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 "Spuštěno"

#. 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 "Chyba doručení SMS"

#. module: event
#. odoo-javascript
#: code:addons/event/static/src/client_action/event_barcode.xml:0
msgid "Scan or Tap"
msgstr "Naskenujte nebo klepněte"

#. module: event
#: model_terms:ir.ui.view,arch_db:event.res_config_settings_view_form
msgid "Schedule & Tracks"
msgstr "Plán a itinerář"

#. 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 "Naplánované datum"

#. 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 ""
"Plánujte a organizujte své události: zpracovávejte registrace, posílejte "
"automatické potvrzovací e-maily, prodávejte vstupenky atd."

#. module: event
#: model:ir.model.fields.selection,name:event.selection__event_mail__mail_state__scheduled
msgid "Scheduled"
msgstr "Naplánováno"

#. module: event
#: model:ir.model.fields,field_description:event.field_event_mail_registration__scheduled_date
msgid "Scheduled Time"
msgstr "Plánovaný čas"

#. module: event
#: model:ir.model.fields,field_description:event.field_event_registration__mail_registration_ids
msgid "Scheduler Emails"
msgstr "E-maily plánovače"

#. module: event
#: model_terms:ir.ui.view,arch_db:event.event_question_view_search
msgid "Search Event Question"
msgstr "Hledat otázky události"

#. module: event
#: model_terms:event.event,description:event.event_5
msgid "Seasoned Hockey Fans and curious people, this tournament is for you!"
msgstr "Zkušení fanoušci hokeje a zvědaví lidé, tento turnaj je pro vás!"

#. module: event
#: model_terms:ir.ui.view,arch_db:event.res_config_settings_view_form
msgid "Secret"
msgstr "Tajný klíč"

#. module: event
#. odoo-javascript
#: code:addons/event/static/src/client_action/event_barcode.xml:0
msgid "Select Attendee"
msgstr "Vyberte účastníka"

#. module: event
#: model_terms:ir.ui.view,arch_db:event.event_registration_answer_view_tree
msgid "Selected answer"
msgstr "Vybraná odpověď"

#. module: event
#: model:ir.model.fields.selection,name:event.selection__event_question__question_type__simple_choice
msgid "Selection"
msgstr "Výběr"

#. module: event
#: model_terms:ir.ui.view,arch_db:event.res_config_settings_view_form
msgid "Sell tickets on your website"
msgstr "Prodávejte vstupenky na své webstránce"

#. module: event
#: model_terms:ir.ui.view,arch_db:event.res_config_settings_view_form
msgid "Sell tickets with Point of Sale"
msgstr "Prodávejte vstupenky prostřednictvím Pokladního systému"

#. module: event
#: model_terms:ir.ui.view,arch_db:event.res_config_settings_view_form
msgid "Sell tickets with sales orders"
msgstr "Prodávejte tikety s prodejními objednávkami"

#. 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 "Odeslat"

#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_event_registration_form
msgid "Send by Email"
msgstr "Odeslat e-mailem"

#. 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 "Odesláno"

#. module: event
#: model:mail.template,description:event.event_reminder
msgid ""
"Sent automatically to attendees if there is a reminder defined on the event"
msgstr ""
"Automaticky odesláno účastníkům, pokud je u události definováno připomenutí"

#. module: event
#: model:mail.template,description:event.event_registration_mail_template_badge
msgid "Sent automatically to someone after they registered to an event"
msgstr "Automaticky odesláno někomu poté, co se zaregistroval na událost"

#. module: event
#: model:mail.template,description:event.event_subscription
msgid "Sent to attendees after registering to an event"
msgstr "Odesláno účastníkům po registraci na událost"

#. 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 "Sekvence"

#. 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 "Nastavení"

#. 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 ""
"Nábytek Shangai Pterocarpus přináší poctivost a serióznost dřevařskému "
"průmyslu a pomáhá zákazníkům vypořádat se se stromy, květinami a houbami."

#. 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 "Zobrazit všechny záznamy, jejichž datum další aktivity již uplynulo"

#. 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 "Slot"

#. module: event
#: model:ir.model,name:event.model_event_mail_slot
msgid "Slot Mail Scheduler"
msgstr "Plánovač zasílání e-mailů"

#. module: event
#. odoo-python
#: code:addons/event/models/event_registration.py:0
msgid "Slot choice is mandatory on multi-slots events."
msgstr "Výběr slotu je povinný u akcí s více sloty."

#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_event_form
msgid "Slot(s)"
msgstr "Slot(y)"

#. module: event
#: model:ir.model.fields,help:event.field_event_mail__mail_slot_ids
msgid "Slot-based communication"
msgstr "Komunikace založená na slotech"

#. 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 "Časové úseky"

#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__event_slot_count
msgid "Slots Count"
msgstr "Počet slotů"

#. 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 "Vyprodáno"

#. 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 "Zdroj"

#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__specific_question_ids
msgid "Specific Questions"
msgstr "konkrétní otázky"

#. 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 "Fáze"

#. module: event
#: model:ir.model.fields,field_description:event.field_event_stage__name
msgid "Stage Name"
msgstr "Název fáze"

#. module: event
#: model:ir.model.fields,field_description:event.field_event_stage__description
msgid "Stage description"
msgstr "Popis fáze"

#. 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 "Standardní"

#. 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 "Počáteční datum"

#. module: event
#: model:ir.model.fields,field_description:event.field_event_slot__start_datetime
msgid "Start Datetime"
msgstr "Počátační datum a čas"

#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__start_sale_datetime
msgid "Start sale date"
msgstr "Datum zahájení prodeje"

#. module: event
#: model:ir.model.fields,field_description:event.field_event_slot__start_hour
msgid "Starting Hour"
msgstr "Počáteční hodina"

#. 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 "Statická mapa URL"

#. 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 "Statická adresa URL mapy je platná"

#. 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 "Statistiky"

#. 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 "Stav"

#. 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 ""
"Stav na základě aktivit\n"
"Po splatnosti: Datum již uplynul\n"
"Dnes: Datum aktivity je dnes\n"
"Plánováno: Budoucí aktivity."

#. module: event
#. odoo-javascript
#: code:addons/event/static/src/client_action/event_registration_summary_dialog.xml:0
msgid "Successfully registered!"
msgstr "Úspěšně zaregistrováno!"

#. module: event
#: model:ir.model.fields,field_description:event.field_event_registration_answer__value_answer_id
msgid "Suggested answer"
msgstr "Navrhovaná odpověď"

#. 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 ""
"Barva štítku. Žádná barva neznamená žádné zobrazení v kanbanu ani ve front-"
"endu, aby se interní tagy odlišily od veřejných tagů pro kategorizaci."

#. 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 "Štítky"

#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_registration_search
msgid "Taken"
msgstr "Čerpáno"

#. module: event
#: model:ir.model.fields,field_description:event.field_event_event_ticket__seats_taken
msgid "Taken Seats"
msgstr "Obsazená místa"

#. 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 "Předloha"

#. module: event
#: model:ir.model.fields.selection,name:event.selection__event_question__question_type__text_box
msgid "Text Input"
msgstr "Zadání textu"

#. module: event
#: model:ir.model.fields,field_description:event.field_event_registration_answer__value_text_box
msgid "Text answer"
msgstr "Textová odpověď"

#. 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 ""
"Great Reno Balloon Race je největší světová akce v létání horkovzdušným "
"balónem zdarma."

#. 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 "Nejlepší hokejové týmy země se utkají o národní hokejovou trofej."

#. 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 ""
"Na této akci se sejdou nejlepší aeronauti světa, aby vám nabídli tu "
"nejvelkolepější show."

#. module: event
#. odoo-python
#: code:addons/event/models/event_event.py:0
msgid "The closing date cannot be earlier than the beginning date."
msgstr "Datum uzávěrky nesmí být dřívější než počáteční datum."

#. module: event
#: model:event.stage,description:event.event_stage_announced
msgid "The event has been publicly announced"
msgstr "Událost byla veřejně oznámena"

#. 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 ""
"Akce je vyprodána, pokud v jejím průběhu nejsou k dispozici žádná volná "
"místa. Pokud se použije prodej vstupenek a všechny vstupenky jsou vyprodány, "
"bude akce vyprodána."

#. 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 ""
"Nejlepší OpenWood nábytek přichází do vašeho domu ve zcela nové kolekci"

#. 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 ""
"Následující sloty nelze smazat, pokud jsou s nimi spojeny jedna nebo více "
"registrací:\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 ""
"Následující vstupenky nelze smazat, pokud je k nim připojena jedna nebo více "
"registrací:\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 ""
"Limit na jednu objednávku nesmí být vyšší než %(limit_orderable)s. "
"Zkontrolujte prosím lístek. %(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 ""
"Limit na jednu objednávku nesmí překročit maximální počet míst. Zkontrolujte "
"prosím vstupenku. %(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 ""
"Limit na objednávku musí být kladný. Zkontrolujte prosím vstupenku. %"
"(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 "Bezpečnost našich účastníků a letců je na prvním místě!"

#. 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 ""
"Datum ukončení nemůže být dřívější než datum zahájení. Zkontrolujte prosím "
"tiket %(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 ""
"Pokud počet registrací překročí tento limit, bude akce vyprodána a "
"nadbytečné registrace zůstanou nevyřízené."

#. 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 ""
"Pro událost „ %(event_name)s “ není k dispozici dostatek míst:\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 ""
"Došlo k problému s dynamickým zástupným symbolem. Skutečná chyba je: %"
"(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 "Musí existovat doporučená hodnota nebo textová hodnota."

#. 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 ""
"Tyto události nemohou mít naplánované sloty mimo svůj časový rozsah:\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 ""
"Tato akce je také příležitostí předvést případové studie, metodiku nebo "
"vývoj našich partnerů. Buďte u toho a podívejte se přímo ze zdroje na funkce "
"verze 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 ""
"Tato akce je plně online a ZDARMA, pokud jste zaplatili za vstupenky, měli "
"byste dostat refundaci.<br>\n"
"        K dosažení nejlepší kvality videa bude vyžadováno dobré připojení k "
"internetu."

#. 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 "Tyto informace budou vytištěny na vašich tiketech."

#. 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 "Je to způsobeno chybou v šabloně %(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 "Toto je <b>jméno</b>, které vaši hosté uvidí při registraci."

#. 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 ""
"Je to ideální místo pro strávení příjemného dne s rodinou, zaručujeme vám, "
"že odjedete s krásnými vzpomínkami, které vám zůstanou navždy!"

#. 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 ""
"Toto je ideální místo, kde můžete strávit příjemný čas se svými přáteli při "
"poslechu některých z nejznámějších rockových písní všech dob!"

#. module: event
#. odoo-python
#: code:addons/event/models/event_mail.py:0
msgid "This may be linked to template %(template_link)s."
msgstr "To může souviset s šablonou %(template_link)s."

#. module: event
#: model_terms:ir.ui.view,arch_db:event.event_question_view_form
msgid "This question is used by"
msgstr "Tuto otázku používá"

#. 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 "Vstupenka je na jinou událost!"

#. 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 "Tento tiket není na probíhající událost"

#. 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 "Požadavek"

#. 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 "Pokyny pro tikety"

#. 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 "Typ požadavku"

#. module: event
#. odoo-javascript
#: code:addons/event/static/src/client_action/event_registration_summary_dialog.xml:0
msgid "Ticket already scanned!"
msgstr "Vstupenka již naskenována!"

#. module: event
#: model_terms:ir.ui.view,arch_db:event.attendee_list
msgid "Ticket type"
msgstr "Typ tiketu"

#. 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 ""
"Typy vstupenek vám umožňují rozlišovat účastníky. Pojďme <b>vytvořit</b> "
"nový typ."

#. module: event
#. odoo-javascript
#: code:addons/event/static/src/client_action/event_registration_summary_dialog.xml:0
msgid "Ticket was first scanned on"
msgstr "Vstupenka byla poprvé naskenována dne"

#. 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 "Vstupenky"

#. module: event
#: model_terms:event.event,ticket_instructions:event.event_0
msgid "Tickets can be printed or scanned directly from your phone."
msgstr "Vstupenky lze vytisknout nebo skenovat přímo z vašeho mobilu."

#. module: event
#: model:ir.model.fields,field_description:event.field_res_config_settings__module_pos_event
msgid "Tickets with PoS"
msgstr "Vstupenky s PoS"

#. module: event
#: model:ir.model.fields,field_description:event.field_res_config_settings__module_event_sale
msgid "Tickets with Sale"
msgstr "Vstupenky s Prodejem"

#. 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 "Časové pásmo"

#. module: event
#: model:ir.model.fields,field_description:event.field_event_question__title
msgid "Title"
msgstr "Název"

#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_event_slot_tree
msgid "To"
msgstr "Na"

#. 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 "Dnešní aktivity"

#. 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 "Celkem"

#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_event_tree
msgid "Total Attendees"
msgstr "Celkem účastníků"

#. module: event
#: model_terms:ir.ui.view,arch_db:event.event_event_ticket_view_tree_from_event
msgid "Total Registration"
msgstr "Registrace celkem"

#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_event_form
msgid "Total Registrations for this Event"
msgstr "Celkové registrace na tuto událost"

#. module: event
#: model:ir.model.fields,field_description:event.field_res_config_settings__module_website_event_track
msgid "Tracks and Agenda"
msgstr "Itinerář a agenda"

#. module: event
#: model:event.type,name:event.event_type_1
msgid "Training"
msgstr "Tréning"

#. 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 ""
"Společnost Tree Dealers vnáší do dřevařského průmyslu poctivost a serióznost "
"a zároveň pomáhá zákazníkům při péči o stromy, květiny a houby."

#. module: event
#: model:ir.model.fields,field_description:event.field_event_type_mail__interval_type
msgid "Trigger"
msgstr "Spouštěč"

#. module: event
#: model:ir.model.fields,field_description:event.field_event_mail__interval_type
msgid "Trigger "
msgstr "Spouštěč "

#. 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 "Typ"

#. 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 "Typ výjimečné aktivity na záznamu."

#. 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 "Nepotvrzené"

#. 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 ""
"Nepotvrzené: registrace v čekacím stavu, které čekají na akci (konkrétní "
"případ, zejména se stavem prodeje)\n"
"Registrované: registrace považované za přijaté klientem\n"
"Účast: registrace, u kterých se účastník zúčastnil\n"
"Zrušené: registrace zrušené ručně"

#. 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 ""
"V této technické nabídce najdete veškerou plánovanou komunikaci související "
"s vašimi událostmi."

#. module: event
#: model_terms:event.event,description:event.event_2
msgid "Understand the various modules;"
msgstr "Pochopení různých modulů;"

#. module: event
#. odoo-javascript
#: code:addons/event/static/src/client_action/event_registration_summary_dialog.xml:0
msgid "Undo"
msgstr "vrátit"

#. 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 "Jednotka"

#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_event_slot_tree
msgid "Until"
msgstr "Konec"

#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_event_search
msgid "Upcoming events from today"
msgstr "Nadcházející události od dnes"

#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_event_search
msgid "Upcoming/Running"
msgstr "Nadcházející / Probíhající"

#. module: event
#. odoo-python
#: code:addons/event/models/event_event.py:0
msgid "Update the limit of registrations?"
msgstr "Aktualizovat limit registrací?"

#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__use_barcode
msgid "Use Barcode"
msgstr "Použít čárový kód"

#. module: event
#: model:ir.model.fields,field_description:event.field_res_config_settings__use_event_barcode
msgid "Use Event Barcode"
msgstr "Použít čárový kód události"

#. 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 ""
"Pomocí kategorií značek událostí můžete své značky událostí třídit a "
"organizovat."

#. 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 "Pomocí navigace <b>breadcrumbs</b> se vraťte zpět do přehledu kanban."

#. module: event
#: model:ir.model.fields,field_description:event.field_event_event_ticket__seats_used
msgid "Used Seats"
msgstr "Použité místa"

#. module: event
#: model:res.groups,name:event.group_event_user
msgid "User"
msgstr "Uživatel"

#. 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 "Místo konání"

#. module: event
#: model:ir.model.fields,field_description:event.field_event_event__address_inline
msgid "Venue (formatted for one line uses)"
msgstr "Místo konání (formátováno pro použití v jednom řádku)"

#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_event_form
msgid "Visible to all"
msgstr "Viditelné pro všechny"

#. 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 ""
"Počkejte, až se účastníci zaregistrují na vaši akci, nebo je zaregistrujte "
"ručně."

#. module: event
#: model_terms:event.event,description:event.event_2
msgid "Warehouse management, Manufacturing (MRP) &amp; Sales, Import/Export."
msgstr "Správa skladů, Výroba (MRP) &amp; Prodej, 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 ""
"Vyhrazujeme si právo zrušit, přejmenovat nebo přemístit akci nebo změnit "
"termín jejího konání v případě nepříznivého počasí."

#. 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 "Webové zprávy"

#. 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 "Webová historie komunikace"

#. 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 "Týdny"

#. module: event
#: model_terms:event.event,description:event.event_0
msgid "What's new?"
msgstr "Co je nového?"

#. 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 ""
"Kdy se má událost konat (vyjádřeno ve vašem místním časovém pásmu v "
"zobrazení formuláře)."

#. module: event
#: model:ir.model.fields,help:event.field_event_event__is_ongoing
msgid "Whether event has begun"
msgstr "Zda byla událost zahájena"

#. module: event
#: model:ir.model.fields,help:event.field_event_event_ticket__sale_available
msgid "Whether it is possible to sell these tickets"
msgstr "Zda je možné tyto vstupenky prodat"

#. 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 "Zda jsou pro tuto jízdenku k dispozici volná místa."

#. module: event
#: model:ir.model.fields,help:event.field_event_slot__is_sold_out
msgid "Whether seats are sold out for this slot."
msgstr "Zda jsou místa pro tento termín vyprodána."

#. module: event
#: model:event.event.ticket,description:event.event_0_ticket_2
msgid "You are truly among the best."
msgstr "Jste opravdu mezi nejlepšími."

#. 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 "Typ otázky, která již má odpovědi, nelze změnit!"

#. module: event
#. odoo-python
#: code:addons/event/models/event_question.py:0
msgid "You cannot delete a default question."
msgstr "Výchozí otázku nelze smazat."

#. 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 ""
"Otázku, na kterou již účastníci odpověděli, nelze smazat. Můžete ji však "
"archivovat."

#. 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 "Odpověď, kterou již účastníci vybrali, nelze smazat."

#. module: event
#: model:mail.template,subject:event.event_registration_mail_template_badge
msgid "Your badge for {{ object.event_id.name }}"
msgstr "Váš odznak pro {{ object.event_id.name }}"

#. module: event
#: model:mail.template,subject:event.event_subscription
msgid "Your registration at {{ object.event_id.name }}"
msgstr "Vaše registrace pro {{ 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 "např. „12–16 let“"

#. module: event
#: model_terms:ir.ui.view,arch_db:event.event_tag_category_view_form
msgid "e.g. \"Age Category\""
msgstr "např. „Věková kategorie“"

#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_event_registration_form
msgid "e.g. \"Azure Interior\""
msgstr "např. „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 "např. „Máte nějaké dietní omezení?“"

#. module: event
#: model_terms:ir.ui.view,arch_db:event.event_stage_view_form
msgid "e.g. \"Promoting\""
msgstr "např. „Propagace“"

#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_event_form
msgid "e.g. \"https://www.odoo.com\""
msgstr "např. „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 "např. konference pro architekty"

#. 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 "např. Jak se dostat na vaši akci, čas zavření dveří, ..."

#. module: event
#: model_terms:ir.ui.view,arch_db:event.view_event_type_form
msgid "e.g. Online Conferences"
msgstr "např. online konference"

#. module: event
#: model_terms:ir.ui.view,arch_db:event.event_event_ticket_form_view
msgid "e.g. VIP Ticket"
msgstr "např. VIP vstupenka"

#. 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 "události"

#. 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 "ve %d dnech"

#. module: event
#. odoo-python
#: code:addons/event/models/event_event.py:0
msgid "next month"
msgstr "příští měsíc"

#. module: event
#. odoo-python
#: code:addons/event/models/event_event.py:0
msgid "next week"
msgstr "příští týden"

#. module: event
#. odoo-python
#: code:addons/event/models/event_event.py:0
msgid "on %(date)s"
msgstr "na %(date)s"

#. module: event
#: model_terms:ir.ui.view,arch_db:event.event_report_full_page_ticket_layout
msgid "organizer@email.com"
msgstr "organizer@email.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 ""
"registrace byly zahájeny, pokud je aktuální datum a čas pozdější než "
"nejbližší datum zahájení prodeje vstupenek."

#. module: event
#: model_terms:ir.ui.view,arch_db:event.event_event_ticket_view_kanban_from_event
msgid "reserved"
msgstr "rezervováno"

#. 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 "k"

#. module: event
#. odoo-python
#: code:addons/event/models/event_event.py:0
msgid "today"
msgstr "dnes"

#. module: event
#. odoo-python
#: code:addons/event/models/event_event.py:0
msgid "tomorrow"
msgstr "zítra"

#. 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 "+123456789"
#~ msgstr "+123456789"

#~ msgid "10-14"
#~ msgstr "10-14"

#~ msgid "15-18"
#~ msgstr "15-18"

#~ msgid "18+"
#~ msgstr "18+"

#~ msgid "5-10"
#~ msgstr "5-10"

#~ 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;\">Vaše registrace</"
#~ "span><br/>\n"
#~ "                    <span style=\"font-size: 20px; font-weight: bold;\">\n"
#~ "                        <t t-set=\"default_name\">Host</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"
#~ "                        Stáhnout jmenovku\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\">Host</t>\n"
#~ "                        Dobrý den  <t t-out=\"object.name or "
#~ "default_name\"/>,<br/><br/>\n"
#~ "                        V příloze naleznete svou jmenovku na\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>Přidat událost do kalendáře</"
#~ "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"
#~ "                        Brzy na viděnou,<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"
#~ "                            Tým <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. "
#~ "května 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>Od</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. "
#~ "května 2021 - 7:00</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;}\">ž. "
#~ "května 2021 - 17:00</t>\n"
#~ "                                </div>\n"
#~ "                                <div style=\"font-"
#~ "size:12px;color:#9e9e9e\"><i>(<t t-out=\"object.event_id.date_tz or "
#~ "''\">Europa/Brusel</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\">Máte dotazy k této události?</span>\n"
#~ "                            <div>Kontaktujte prosím organizátora:</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>Telefon: <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>Získejte ten nejlepší zážitek na "
#~ "mobilu.</strong>\n"
#~ "                            <a href=\"/event\">Nainstalujte si naši "
#~ "mobilní aplikaci</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=\"\">Zobrazit polohu na "
#~ "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"
#~ "            Odesláno společností<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"
#~ "                Objevte <a href=\"/event\" t-attf-style=\"color: "
#~ "{{object.event_id.user_id.company_id.email_secondary_color or '#875A7B'}};"
#~ "\">všechny naše události</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;\">Vaše registrace</"
#~ "span><br/>\n"
#~ "                    <t t-set=\"default_name\">Host</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"
#~ "                            Zobrazit vstupenky\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"
#~ "                            Zobrazit 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\">Host</t>\n"
#~ "                        Dobrý den <t t-out=\"object.name or "
#~ "default_name\"/>,<br/><br/>\n"
#~ "                        Rádi připomínáme, že událost\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"
#~ "                        začíná <strong t-out=\"object.event_date_range or "
#~ "''\">dnes</strong>.\n"
#~ "                    </div>\n"
#~ "                    <br/>\n"
#~ "                    <table style=\"width: auto;\">\n"
#~ "                        <tr>\n"
#~ "                            <td>\n"
#~ "                                <strong>Přidejte tuto událost do "
#~ "kalendáře</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"
#~ "                        Potvrzujeme vaši registraci a doufáme, že vás tam "
#~ "brzy uvidíme,<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"
#~ "                            Tým <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. "
#~ "května 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>Od</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. "
#~ "května 2021 - 7:00</t>\n"
#~ "                                    <br/>\n"
#~ "                                    <strong>Do</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. "
#~ "května 2021 - 17:00</t>\n"
#~ "                                </div>\n"
#~ "                                <div style=\"font-"
#~ "size:12px;color:#9e9e9e\"><i>(<t t-out=\"object.event_id.date_tz or "
#~ "''\">Evropa/Brusel</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\">Máte dotazy k této události?</span>\n"
#~ "                            <div>Kontaktujte organizátora:</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>Telefon: <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>Získejte nejlepší mobilní zážitek.</"
#~ "strong>\n"
#~ "                        <a href=\"/event\">Nainstalujte si naši mobilní "
#~ "aplikaci</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=\"\">Zobrazit polohu na "
#~ "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"
#~ "        Odesláno společností <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"
#~ "            Objevte <a href=\"/event\" t-attf-style=\"color: "
#~ "{{object.event_id.user_id.company_id.email_secondary_color or '#875A7B'}};"
#~ "\">všechny naše akce</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;\"> Vaše registrace</"
#~ "span><br/>\n"
#~ "                   <span style=\"font-size: 20px; font-weight: bold;\">\n"
#~ "                        <t t-set=\"default_name\"> Host</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"
#~ "                            Zobrazit vstupenky\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"
#~ "                            Zobrazit 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\"> Host</t>\n"
#~ "                        Dobrý den, <t t-out=\"object.name or "
#~ "default_name\"/>,<br/><br/>\n"
#~ "                        Rádi potvrzujeme vaši registraci na akci\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"
#~ "                            Tento lístek byl zaregistrován <t t-"
#~ "out=\"object.partner_id.name\"/>.\n"
#~ "                       </t>\n"
#~ "                    </div> \n"
#~ "                   <div t-if=\"is_sale\">\n"
#~ "                        <br/> \n"
#~ "                        Objednávka tohoto lístku má číslo <t t-"
#~ "out=\"object.sale_order_id.name\"/>\n"
#~ "                        a byla zadána dne <t t-"
#~ "out=\"object.sale_order_id.date_order.date()\"/>\n"
#~ "                        <t t-"
#~ "if=\"object.sale_order_line_id.price_total\"> v hodnotě\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> Přidejte si tuto událost do "
#~ "kalendáře</strong>\n"
#~ "                            </td> <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;"
#~ "\"> <img src=\"/event/static/src/img/apple-calendar-128.png\" "
#~ "alt=\"iCal\" title=\"iCal\" style=\"height: 20px; vertical-align: "
#~ "baseline;\"/>\n"
#~ "                                </a> </td>\n"
#~ "                            <td> <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;\"/> </a>\n"
#~ "                            </td> <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;\"> <img src=\"/event/static/src/img/google-"
#~ "calendar-128.png\" alt=\"Google\" title=\"Google\" style=\"height: 20px; "
#~ "vertical-align: baseline;\"/>\n"
#~ "                                </a> </td>\n"
#~ "                        </tr> </table>\n"
#~ "                    <br/> <br/>\n"
#~ "                    <div> \n"
#~ "Na shledanou,<br/>\n"
#~ "                        <span style=\"color: #454748;\">\n"
#~ "-- <br/>\n"
#~ "                        <t t-if=\"event_organizer\"> <t t-"
#~ "out=\"event_organizer.name\"> YourCompany</t>\n"
#~ "                        </t> <t t-else=\"\"> Tým <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. "
#~ "května 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>- <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> <div t-else=\"\">\n"
#~ "                                    <strong> Od</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. "
#~ "května 2021 – 7:00</t>\n"
#~ "                                    <br/>\n"
#~ "                                   <strong> </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. "
#~ "května 2021 – 17:00</t>\n"
#~ "                                </div> <div style=\"font-"
#~ "size:12px;color:#9e9e9e\"><i> (<t t-out=\"object.event_id.date_tz or "
#~ "''\">Evropa/Brusel</t>)</i></div> </td>\n"
#~ "                            <td style=\"vertical-align:top;\"> <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=\"\"/> </t>\n"
#~ "                            </td> <td style=\"padding: 0px 10px 0px "
#~ "10px;width:50%;vertical-align:top;\">\n"
#~ "                                <t t-if=\"event_address\"> <t t-"
#~ "set=\"location\" t-value=\"''\"/>\n"
#~ "                                    <t t-"
#~ "if=\"object.event_id.address_id.name\"> <div t-"
#~ "out=\"object.event_id.address_id.name\"> Teksa SpA</div>\n"
#~ "                                    </t> <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> </td>\n"
#~ "                        </tr> \n"
#~ "                   </table>\n"
#~ "                </td> </tr>\n"
#~ "                <tr> <td style=\"text-align:center;\">\n"
#~ "                    <t t-if=\"event_organizer\"> <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> </td></tr> <tr><td valign=\"top\" style=\"font-"
#~ "size: 14px;\"> <!-- CONTACT ORGANIZER -->\n"
#~ "                    <t t-if=\"event_organizer\"> <div>\n"
#~ "                            <span style=\"font-weight:300;margin:10px "
#~ "0px\"> Máte dotazy k této akci?</span>\n"
#~ "                            <div>Kontaktujte organizátora:</div>\n"
#~ "                            <ul> <li><t t-out=\"event_organizer.name or "
#~ "''\"> YourCompany</t></li> <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> </"
#~ "t>\n"
#~ "                                <t t-if=\"event_organizer.phone\"> <li> "
#~ "Telefon: <t t-out=\"event_organizer.phone\">+1 650-123-4567</t></li> </"
#~ "t>\n"
#~ "                            </ul> </div>\n"
#~ "                    </t> </td></tr> <tr><td style=\"text-align:center;\"> "
#~ "<!-- CONTACT ORGANIZER SEPARATION -->\n"
#~ "                    <t t-if=\"is_online or event_address\"> <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> </td></tr> \n"
#~ " <tr><td valign=\"top\" style=\"font-size: 14px;\"> <!-- PWA MARKGETING --"
#~ ">\n"
#~ "                    <t t-if=\"is_online\"> <div>\n"
#~ "                            <strong> Získejte nejlepší mobilní zážitek.</"
#~ "strong>\n"
#~ "                            <a href=\"/event\">Nainstalujte si naši "
#~ "mobilní aplikaci</a>\n"
#~ "                        </div> </t>\n"
#~ "                </td> </tr>\n"
#~ "                <tr> <td style=\"text-align:center;\">\n"
#~ "                    <!-- PWA MARKGETING SEPARATION--> <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;\"/> </"
#~ "t>\n"
#~ "                </td> </tr>\n"
#~ "\n"
#~ "                <tr> <td valign=\"top\" style=\"font-size: 14px;\">\n"
#~ "                    <!-- GOOGLE MAPS LINK --> <t t-if=\"event_address and "
#~ "location\">\n"
#~ "                        <table style=\"width:100%;\"> <tr><td> <div>\n"
#~ "                                <img src=\"/web_editor/font_to_img/61505/"
#~ "rgb(81,81,102)/20\" height=\"20\" style=\"vertical-align: bottom;\"/> <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\"/> <t t-else=\"\"> Zobrazit polohu na "
#~ "Google Maps</t>\n"
#~ "                                </a> </div>\n"
#~ "                        </td> </tr></table> </t>\n"
#~ "                </td> </tr>\n"
#~ "            </table> </td>\n"
#~ "    </tr> </tbody>\n"
#~ "</table> </td></tr> <!-- FOOTER BY -->\n"
#~ "<tr> <td align=\"center\" style=\"min-width: 590px;\">\n"
#~ "    <t t-if=\"object.company_id\"> <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;\"> Odesláno "
#~ "<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\"> <br/> Objevte <a href=\"/event\" t-"
#~ "attf-style=\"color: "
#~ "{{object.event_id.user_id.company_id.email_secondary_color or '#875A7B'}};"
#~ "\">všechny naše akce</a>.\n"
#~ "           </t>\n"
#~ "        </td> </tr>\n"
#~ "        </table> \n"
#~ "   </t>\n"
#~ "</td> </tr>\n"
#~ "</table>\n"
#~ "            "

#~ msgid "Warning"
#~ msgstr "Varování"

#~ 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=\"Tlačítko "
#~ "potvrzení\" title=\"Potvrzení registrace\"/>"

#~ 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=\"Tlačítko potvrzení\" "
#~ "title=\"Potvrzení registrace\"/>"

#~ msgid "<i class=\"fa fa-level-up fa-rotate-90\" title=\"Confirmed\"/>"
#~ msgstr "<i class=\"fa fa-level-up fa-rotate-90\" title=\"Potvrzeno\"/>"

#~ 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=\"Confirm Attendance\"/>"

#~ 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=\"Confirm Attendance\"/>"

#~ 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\">Zúčastnil se</span>\n"
#~ "                                    <span class=\"text-muted\" "
#~ "states=\"cancel\">Zrušil</span>"

#~ msgid "After the event"
#~ msgstr "Po události"

#~ msgid ""
#~ "Autoconfirm Registrations. Registrations will automatically be confirmed "
#~ "upon creation."
#~ msgstr ""
#~ "Automaticky potvrzovat registrace. Registrace budou automaticky potvrzeny "
#~ "při vytvoření."

#~ msgid "Autoconfirmation"
#~ msgstr "Automatické potvrzení"

#~ msgid "Automatically Confirm Registrations"
#~ msgstr "Automaticky potvrďte registrace"

#~ msgid "Before the event"
#~ msgstr "Před událostí"

#~ msgid "Booked By"
#~ msgstr "Rezervováno"

#~ msgid "Community Chat Rooms"
#~ msgstr "Komunitní chatovací místnosti"

#~ msgid "Confirm"
#~ msgstr "Potvrdit"

#~ msgid "Confirm Attendance"
#~ msgstr "Potvrďte docházku"

#~ msgid "Confirm Registration"
#~ msgstr "Potvrdit registraci"

#~ msgid "Confirmed"
#~ msgstr "Potvrzeno"

#~ msgid "Customer"
#~ msgstr "Zákazník"

#~ msgid "Customer Email"
#~ msgstr "Zákaznický e-mail"

#~ msgid "Discussion Rooms"
#~ msgstr "Diskusní místnosti"

#~ msgid "Done"
#~ msgstr "Hotovo"

#~ msgid "End Date Located"
#~ msgstr "Datum ukončení se nachází"

#~ msgid "Event Ticket For"
#~ msgstr "Vstupenka události na"

#~ msgid ""
#~ "Events and registrations will automatically be confirmed upon creation, "
#~ "easing the flow for simple events."
#~ msgstr ""
#~ "Události a registrace budou automaticky potvrzeny při vytvoření, což "
#~ "usnadní tok jednoduchých událostí."

#~ msgid "Expected"
#~ msgstr "Očekávaný"

#~ msgid "Expected Attendees"
#~ msgstr "Očekávaní účastníci"

#~ msgid "Expected attendees"
#~ msgstr "Očekávaní účastníci"

#~ msgid "Foldable Badge"
#~ msgstr "Skládací odznak"

#~ msgid "Foldable Badge Example"
#~ msgstr "Příklad skládacího odznaku"

#~ msgid "For any additional information, please contact us at"
#~ msgstr "Pro další informace nás kontaktujte na"

#~ msgid ""
#~ "For each event you can define a maximum registration of seats(number of "
#~ "attendees), above this numbers the registrations are not accepted."
#~ msgstr ""
#~ "Pro každou událost můžete definovat maximální registraci míst (počet "
#~ "účastníků), nad těmito čísly se registrace nepřijímá."

#~ msgid ""
#~ "Foster interactions between attendees by creating virtual conference rooms"
#~ msgstr ""
#~ "Podporujte interakce mezi účastníky vytvořením virtuálních konferenčních "
#~ "místností"

#~ msgid "Fully ended"
#~ msgstr "Zcela ukončeno"

#~ msgid "Green Kanban Label"
#~ msgstr "Zelený Kanban štítek"

#~ msgid "Grey Kanban Label"
#~ msgstr "Šedý Kanban štítek"

#~ msgid "Group By"
#~ msgstr "Seskupit podle"

#~ msgid "Kanban Blocked Explanation"
#~ msgstr "Blokované vysvětlení Kanban"

#~ msgid "Kanban Ongoing Explanation"
#~ msgstr "Kanban Pokračující vysvětlení"

#~ msgid "Kanban State Label"
#~ msgstr "Státní označení Kanban"

#~ msgid "Kanban Valid Explanation"
#~ msgstr "Kanban platné vysvětlení"

#~ msgid "Mobile"
#~ msgstr "Mobilní"

#~ msgid "None"
#~ msgstr "Nic"

#~ msgid "Number of Expected Attendees"
#~ msgstr "Počet očekávaných účastníků"

#~ msgid "Number of messages which requires an action"
#~ msgstr "Počet zpráv, které vyžadují akci"

#~ msgid ""
#~ "OpenWood brings honesty and seriousness to wood industry while helping "
#~ "customers deal with trees, flowers and fungi."
#~ msgstr ""
#~ "OpenWood přináší poctivost a serióznost dřevařskému průmyslu a pomáhá "
#~ "zákazníkům vypořádat se se stromy, květinami a houbami."

#~ msgid ""
#~ "Override the default value displayed for the blocked state for kanban "
#~ "selection."
#~ msgstr ""
#~ "Přepsat výchozí hodnotu zobrazenou pro stav blokování pro výběr kanbanu."

#~ msgid ""
#~ "Override the default value displayed for the normal state for kanban "
#~ "selection."
#~ msgstr ""
#~ "Přepsat výchozí hodnotu zobrazenou pro normální stav pro výběr kanbanu."

#~ msgid "Red Kanban Label"
#~ msgstr "Červená Kanban visačka"

#~ msgid "Scan badges to confirm attendances"
#~ msgstr "Skenování odznaků pro potvrzení účasti"

#~ msgid "Set To Unconfirmed"
#~ msgstr "Nastaveno na Nepotvrzeno"

#~ msgid "Show all records which has next action date is before today"
#~ msgstr ""
#~ "Zobrazit všechny záznamy, které mají následující datum akce před dneškem"

#~ msgid "Stage Description and Tooltips"
#~ msgstr "Popis fáze a popisky"

#~ msgid "Start Date Located"
#~ msgstr "Datum zahájení se nachází"

#~ msgid "Task in progress. Click to block or set as done."
#~ msgstr "Probíhá úloha. Klepnutím zablokujete nebo nastavíte jako hotovo."

#~ msgid "Task is blocked. Click to unblock or set as done."
#~ msgstr "Úkol je blokován. Kliknutím odblokujete nebo nastavíte jako hotové."

#~ msgid "The place has been reserved"
#~ msgstr "Místo bylo rezervováno"

#~ msgid "This step is done. Click to block or set in progress."
#~ msgstr "Tento krok je proveden. Klikněte pro zablokování nebo nastavení."

#~ msgid "Value should be True or False (not %s)"
#~ msgstr "Hodnota by měla být True nebo False (ne %s )"

#~ msgid ""
#~ "You can also add a description to help your coworkers understand the "
#~ "meaning and purpose of the stage."
#~ msgstr ""
#~ "Můžete také přidat popis, který pomůže spolupracovníkům pochopit smysl a "
#~ "účel fáze."

#~ msgid "events@odoo.com"
#~ msgstr "events@odoo.com"

#~ msgid "events@yourcompany.com"
#~ msgstr "udalosti@vasefirma.com"

#~ msgid "reserved +"
#~ msgstr "vyhrazené +"

#~ msgid "unconfirmed"
#~ msgstr "nepotvrzeno"
