Summary
| Language code | ru | |
|---|---|---|
| Aliased language codes | ru_r, ru_rr, ru_ru, rus | |
| English name of the language | Russian | |
| Text direction | Left to right | |
| Case sensitivity | Case-sensitive | |
| Number of speakers | 201,151,468 | |
| Plural: Default plural 1987 translations | ||
| Number of plurals | 3 | |
| Plural type | One/few/many | |
| Plurals | One | 1, 21, 31, 41, 51, 61, 71, 81, 91, 101, … | Few | 2, 3, 4, 22, 23, 24, 32, 33, 34, 42, … |
| Many | 0, 5, 6, 7, 8, 9, 10, 11, 12, 13, … | |
| Plural formula |
n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2
|
|
| Plural: gettext plural formula 6721 translations | ||
| Number of plurals | 4 | |
| Plural type | One/few/many/other | |
| Plurals | One | 1, 21, 31, 41, 51, 61, 71, 81, 91, 101, … | Few | 2, 3, 4, 22, 23, 24, 32, 33, 34, 42, … |
| Many | 0, 5, 6, 7, 8, 9, 10, 11, 12, 13, … | |
| Other | ||
| Plural formula |
(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3)
|
|
| Plural: Qt Linguist plural 0 translations | ||
| Number of plurals | 3 | |
| Plural type | One/few/many | |
| Plurals | One | 1, 21, 31, 41, 51, 61, 71, 81, 91, 101, … | Few | 2, 3, 4, 22, 23, 24, 32, 33, 34, 42, … |
| Many | 0, 5, 6, 7, 8, 9, 10, 11, 12, 13, … | |
| Plural formula |
(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)
|
|
05/15/2026
String statistics
| Strings percent | Hosted strings | Words percent | Hosted words | Characters percent | Hosted characters | |
|---|---|---|---|---|---|---|
| Total | 1,214,586 | 9,024,946 | 65,602,293 | |||
| Approved | 3% | 38,764 | 4% | 420,666 | 5% | 3,692,248 |
| Waiting for review | 72% | 883,174 | 54% | 4,921,032 | 52% | 34,500,729 |
| Translated | 75% | 921,971 | 59% | 5,341,731 | 58% | 38,193,223 |
| Needs editing | 1% | 6 | 1% | 1,764 | 1% | 26,881 |
| Read-only | 1% | 33 | 1% | 33 | 1% | 246 |
| Failing checks | 1% | 10,757 | 1% | 96,368 | 1% | 654,295 |
| Strings with suggestions | 1% | 1,031 | 1% | 20,769 | 1% | 140,714 |
| Untranslated strings | 24% | 292,609 | 40% | 3,681,451 | 41% | 27,382,189 |
Quick numbers
and previous 30 days
Trends of last 30 days
—
Hosted words
+100%
—
Hosted strings
+100%
—
Translated
+77%
—
Contributors
+100%
|
Translation added |
|
|
Contributor joined |
Contributor joined
05/15/2026
|
|
Translation completed |
Translation completed
05/15/2026
|
|
Translation added |
|
|
Translation added |
|
|
Translation added |
|
|
Translation added |
|
|
Translation added |
|
|
Translation added |
|
|
Translation added |
|
<t t-set="event_organizer" t-value="object.event_id.organizer_id"/>
<t t-set="event_address" t-value="object.event_id.address_id"/>
<t t-set="is_online" t-value="'is_published' in object.event_id and object.event_id.is_published"/>
<t t-set="agenda_urls" t-value="object._get_track_calendar_urls()"/>
<t t-set="google_url" t-value="agenda_urls.get('google_url')"/>
<t t-set="iCal_url" t-value="agenda_urls.get('iCal_url')"/>
<table border="0" cellpadding="0" cellspacing="0" width="590" style="padding: 16px; background-color: white; color: #454748; border-collapse:separate;">
<tbody>
<!-- HEADER -->
<tr>
<td align="center" style="min-width: 590px;">
<table width="590" border="0" cellpadding="0" cellspacing="0" style="min-width: 590px; background-color: white; padding: 0px 8px 0px 8px; border-collapse:separate;">
<tr><td valign="middle">
<span style="font-size: 10px;">Your Event Track</span><br/>
<span style="font-size: 20px; font-weight: bold;" t-out="object.name"/>
</td><td valign="middle" align="right">
<t t-if="not object.company_id.uses_default_logo">
<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"/>
</t>
</td></tr>
<tr><td colspan="2" style="text-align:center;">
<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;"/>
</td></tr>
</table>
</td>
</tr>
<!-- TALK DESCRIPTION -->
<tr>
<td align="center" style="min-width: 590px;">
<table width="590" border="0" cellpadding="0" cellspacing="0" style="min-width: 590px; background-color: white; padding: 0px 8px 0px 8px; border-collapse:separate;">
<tr><td valign="top" style="font-size: 14px;">
<div>
Hello<t t-if="not user_id.is_public" t-out="' ' + user_id.name"/>,
<br/><br/>
You recently show interest for the talk
<a t-if="object.description or object.partner_biography" t-attf-href="{{ object.get_base_url() }}{{ object.website_url }}" style="font-weight:bold;color:#875A7B;text-decoration:none;" t-out="object.name or ''">OpenWood Collection Online Reveal</a>
<span t-else="" style="font-weight:bold;" t-out="object.name or ''">OpenWood Collection Online Reveal</span>.
</div>
<div t-if="agenda_urls">
<br/>
<table style="width: auto;">
<tr>
<td>
<strong>Add this talk to your calendar</strong>
</td>
<td>
<a t-if="iCal_url" t-att-href="iCal_url" 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;"/>
</a>
</td>
<td>
<a t-if="iCal_url" t-att-href="iCal_url" 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/outlook-calendar-128.png" alt="Outlook" title="Outlook" style="height: 20px; vertical-align: baseline;"/>
</a>
</td>
<td>
<a t-if="google_url" t-att-href="google_url" 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;"/>
</a>
</td>
</tr>
</table>
<br/><br/>
</div>
<div>
See you soon,<br/>
<span style="color: #454748;">
-- <br/>
<t t-out="object.event_id.organizer_id.name or object.event_id.company_id.name or ''">YourCompany</t>
</span>
</div>
</td></tr>
<tr><td style="text-align:center;">
<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;"/>
</td></tr>
</table>
</td>
</tr>
<!-- DETAILS -->
<tr>
<td align="center" style="min-width: 590px;">
<table width="590" border="0" cellpadding="0" cellspacing="0" style="min-width: 590px; background-color: white; padding: 0px 8px 0px 8px; border-collapse:separate;">
<tr><td valign="top" style="font-size: 14px;">
<table style="width:100%;">
<tr>
<td style="vertical-align:top;">
<img src="/mail/font_to_img/61555/rgb(81,81,102)/34" style="padding:4px;max-width:inherit;" height="34" alt=""/>
</td>
<td style="padding: 0px 10px 0px 10px;width:50%;line-height:20px;vertical-align:top;">
<div t-if="object.is_one_day">
<t t-out="object.date" t-options="{"widget": "datetime", "date_only": True, "tz_name": object.event_id.date_tz, "format": "long"}">May 4, 2021</t>
<t t-out="object.date" t-options="{"widget": "datetime", "time_only": True, "tz_name": object.event_id.date_tz, "hide_seconds": True, "format": "short"}">7:00 AM</t>
- <t t-out="object.date_end" t-options="{"widget": "datetime", "time_only": True, "tz_name": object.event_id.date_tz, "hide_seconds": True, "format": "short"}">5:00 PM</t>
</div>
<div t-else="">
<strong>From</strong>
<t t-out="object.date or object.event_id.date_begin" t-options="{"widget": "datetime", "date_only": True, "tz_name": object.event_id.date_tz, "format": "long"}">May 4, 2021</t>
- <t t-out="object.date or object.event_id.date_begin" t-options="{"widget": "datetime", "time_only": True, "tz_name": object.event_id.date_tz, "hide_seconds": True, "format": "short"}">7:00 AM</t>
<strong>To</strong>
<t t-out="object.date_end or object.event_id.date_end" t-options="{"widget": "datetime", "date_only": True, "tz_name": object.event_id.date_tz, "format": "long"}">May 6, 2021</t>
- <t t-out="object.date_end or object.event_id.date_end" t-options="{"widget": "datetime", "time_only": True, "tz_name": object.event_id.date_tz, "hide_seconds": True, "format": "short"}">5:00 PM</t>
</div>
<div style="font-size:12px;color:#9e9e9e"><i><t t-out="object.event_id.date_tz or ''">Europe/Brussels</t></i></div>
</td>
<td style="vertical-align:top;">
<t t-if="event_address or object.location_id">
<img src="/mail/font_to_img/61505/rgb(81,81,102)/34" style="padding:4px;max-width:inherit;" height="34" alt=""/>
</t>
</td>
<td style="padding: 0px 10px 0px 10px;width:50%;vertical-align:top;">
<t t-if="event_address">
<t t-set="location" t-value="''"/>
<t t-if="event_address.name">
<div t-out="event_address.name or ''">Teksa SpA</div>
</t>
<t t-if="event_address.street">
<div t-out="event_address.street or ''">Puerto Madero 9710</div>
<t t-set="location" t-value="event_address.street"/>
</t>
<t t-if="event_address.street2">
<div t-out="event_address.street2 or ''">Of A15, Santiago (RM)</div>
<t t-set="location" t-value="'%s, %s' % (location, event_address.street2)"/>
</t>
<div>
<t t-if="event_address.city">
<t t-out="event_address.city or ''">Pudahuel</t>,
<t t-set="location" t-value="'%s, %s' % (location, event_address.city)"/>
</t>
<t t-if="event_address.state_id.name">
<t t-out="event_address.state_id.name or ''">C1</t>,
<t t-set="location" t-value="'%s, %s' % (location, event_address.state_id.name)"/>
</t>
<t t-if="event_address.zip">
<t t-out="event_address.zip or ''">98450</t>
<t t-set="location" t-value="'%s, %s' % (location, event_address.zip)"/>
</t>
</div>
<t t-if="event_address.country_id.name">
<div t-out="event_address.country_id.name or ''">Argentina</div>
<t t-set="location" t-value="'%s, %s' % (location, event_address.country_id.name)"/>
</t>
</t>
<div t-if="object.location_id" t-out="'Talk location:' + object.location_id.name"/>
</td>
</tr>
</table>
</td></tr>
<tr t-if="not object.date">
<td>
<strong><u>Note</u></strong>: The start and end times of the talk were not specified when the email was sent. The times indicated in this message correspond to those of the event.
</td>
</tr>
<tr><td style="text-align:center;">
<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;"/>
</t>
</td></tr>
<tr><td valign="top" style="font-size: 14px;">
<!-- CONTACT ORGANIZER -->
<t t-if="object.event_id.organizer_id.name or object.event_id.company_id.name">
<div>
<span style="font-weight:300;margin:10px 0px">Questions about this talk?</span>
<div>Please contact the organizer:</div>
<ul>
<li t-out="object.event_id.organizer_id.name or object.event_id.company_id.name or ''">YourCompany</li>
<t t-if="event_organizer.email">
<li>Mail: <a t-attf-href="mailto:{{ event_organizer.email }}" style="text-decoration:none;color:#875A7B;" t-out="event_organizer.email or ''"/></li>
</t>
<t t-if="object.event_id.organizer_id.phone or object.event_id.company_id.phone">
<li>Phone: <t t-out="object.event_id.organizer_id.phone or object.event_id.company_id.phone"/></li>
</t>
</ul>
</div>
</t>
</td></tr>
<tr><td style="text-align:center;">
<!-- CONTACT ORGANIZER SEPARATION -->
<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;"/>
</td></tr>
<tr><td valign="top" style="font-size: 14px;">
<!-- PWA MARKGETING -->
<div t-if="is_online">
<strong>Get the best mobile experience.</strong>
<a href="/event">Install our mobile app</a>
</div>
</td></tr>
<tr><td style="text-align:center;">
<!-- PWA MARKGETING SEPARATION-->
<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;"/>
</td></tr>
<tr><td valign="top" style="font-size: 14px;">
<!-- GOOGLE MAPS LINK -->
<table t-if="event_address and location" style="width:100%;"><tr><td>
<div>
<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">
<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"/>
<span t-else="">See event location on Google Maps</span>
</a>
</div>
</td></tr></table>
</td></tr>
</table>
</td>
</tr>
</tbody>
</table>
</td></tr>
<!-- FOOTER BY -->
<tr><td align="center" style="min-width: 590px;">
<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;">
<tr><td style="text-align: center; font-size: 14px;">
Sent by <a target="_blank" t-attf-href="{{ object.get_base_url() }}" style="color: #875A7B;" t-out="object.event_id.organizer_id.name or object.event_id.company_id.name or ''">YourCompany</a>
<t t-if="'website_url' in object.event_id and object.event_id.website_url">
<br/>
Discover <a href="/event" style="color:#875A7B;">all our events</a>.
</t>
</td></tr>
</table>
</td></tr>
</table>
<t t-set="event_organizer" t-value="object.event_id.organizer_id"/>
<t t-set="event_address" t-value="object.event_id.address_id"/>
<t t-set="is_online" t-value="'is_published' in object.event_id and object.event_id.is_published"/>
<t t-set="agenda_urls" t-value="object._get_track_calendar_urls()"/>
<t t-set="google_url" t-value="agenda_urls.get('google_url')"/>
<t t-set="iCal_url" t-value="agenda_urls.get('iCal_url')"/>
<table border="0" cellpadding="0" cellspacing="0" width="590" style="padding: 16px; background-color: white; color: #454748; border-collapse:separate;">
<tbody>
<!-- HEADER -->
<tr>
<td align="center" style="min-width: 590px;">
<table width="590" border="0" cellpadding="0" cellspacing="0" style="min-width: 590px; background-color: white; padding: 0px 8px 0px 8px; border-collapse:separate;">
<tr><td valign="middle">
<span style="font-size: 10px;">Ваше мероприятие</span><br/>
<span style="font-size: 20px; font-weight: bold;" t-out="object.name"/>
</td><td valign="middle" align="right">
<t t-if="not object.company_id.uses_default_logo">
<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"/>
</t>
</td></tr>
<tr><td colspan="2" style="text-align:center;">
<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;"/>
</td></tr>
</table>
</td>
</tr>
<!-- TALK DESCRIPTION -->
<tr>
<td align="center" style="min-width: 590px;">
<table width="590" border="0" cellpadding="0" cellspacing="0" style="min-width: 590px; background-color: white; padding: 0px 8px 0px 8px; border-collapse:separate;">
<tr><td valign="top" style="font-size: 14px;">
<div>
Здравствуйте, <t t-if="not user_id.is_public" t-out="' ' + user_id.name"/>!
<br/><br/>
Вы недавно проявили интерес к докладу
<a t-if="object.description or object.partner_biography" t-attf-href="{{ object.get_base_url() }}{{ object.website_url }}" style="font-weight:bold;color:#875A7B;text-decoration:none;" t-out="object.name or ''">OpenWood Collection Online Reveal</a>
<span t-else="" style="font-weight:bold;" t-out="object.name or ''">OpenWood Collection Online Reveal</span>.
</div>
<div t-if="agenda_urls">
<br/>
<table style="width: auto;">
<tr>
<td>
<strong>Добавьте этот доклад в календарь</strong>
</td>
<td>
<a t-if="iCal_url" t-att-href="iCal_url" 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;"/>
</a>
</td>
<td>
<a t-if="iCal_url" t-att-href="iCal_url" 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/outlook-calendar-128.png" alt="Outlook" title="Outlook" style="height: 20px; vertical-align: baseline;"/>
</a>
</td>
<td>
<a t-if="google_url" t-att-href="google_url" 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;"/>
</a>
</td>
</tr>
</table>
<br/><br/>
</div>
<div>
До скорой встречи,<br/>
<span style="color: #454748;">
-- <br/>
<t t-out="object.event_id.organizer_id.name or object.event_id.company_id.name or ''">YourCompany</t>
</span>
</div>
</td></tr>
<tr><td style="text-align:center;">
<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;"/>
</td></tr>
</table>
</td>
</tr>
<!-- DETAILS -->
<tr>
<td align="center" style="min-width: 590px;">
<table width="590" border="0" cellpadding="0" cellspacing="0" style="min-width: 590px; background-color: white; padding: 0px 8px 0px 8px; border-collapse:separate;">
<tr><td valign="top" style="font-size: 14px;">
<table style="width:100%;">
<tr>
<td style="vertical-align:top;">
<img src="/mail/font_to_img/61555/rgb(81,81,102)/34" style="padding:4px;max-width:inherit;" height="34" alt=""/>
</td>
<td style="padding: 0px 10px 0px 10px;width:50%;line-height:20px;vertical-align:top;">
<div t-if="object.is_one_day">
<t t-out="object.date" t-options="{"widget": "datetime", "date_only": True, "tz_name": object.event_id.date_tz, "format": "long"}">4 мая 2021</t>
<t t-out="object.date" t-options="{"widget": "datetime", "time_only": True, "tz_name": object.event_id.date_tz, "hide_seconds": True, "format": "short"}">7:00</t>
- <t t-out="object.date_end" t-options="{"widget": "datetime", "time_only": True, "tz_name": object.event_id.date_tz, "hide_seconds": True, "format": "short"}">17:00</t>
</div>
<div t-else="">
<strong>с</strong>
<t t-out="object.date or object.event_id.date_begin" t-options="{"widget": "datetime", "date_only": True, "tz_name": object.event_id.date_tz, "format": "long"}">4 мая 2021</t>
- <t t-out="object.date or object.event_id.date_begin" t-options="{"widget": "datetime", "time_only": True, "tz_name": object.event_id.date_tz, "hide_seconds": True, "format": "short"}">7:00</t>
<strong>По</strong>
<t t-out="object.date_end or object.event_id.date_end" t-options="{"widget": "datetime", "date_only": True, "tz_name": object.event_id.date_tz, "format": "long"}">6 мая 2021</t>
- <t t-out="object.date_end or object.event_id.date_end" t-options="{"widget": "datetime", "time_only": True, "tz_name": object.event_id.date_tz, "hide_seconds": True, "format": "short"}">17:00</t>
</div>
<div style="font-size:12px;color:#9e9e9e"><i><t t-out="object.event_id.date_tz or ''">Europe/Brussels</t></i></div>
</td>
<td style="vertical-align:top;">
<t t-if="event_address or object.location_id">
<img src="/mail/font_to_img/61505/rgb(81,81,102)/34" style="padding:4px;max-width:inherit;" height="34" alt=""/>
</t>
</td>
<td style="padding: 0px 10px 0px 10px;width:50%;vertical-align:top;">
<t t-if="event_address">
<t t-set="location" t-value="''"/>
<t t-if="event_address.name">
<div t-out="event_address.name or ''">Teksa SpA</div>
</t>
<t t-if="event_address.street">
<div t-out="event_address.street or ''">Puerto Madero 9710</div>
<t t-set="location" t-value="event_address.street"/>
</t>
<t t-if="event_address.street2">
<div t-out="event_address.street2 or ''">Of A15, Santiago (RM)</div>
<t t-set="location" t-value="'%s, %s' % (location, event_address.street2)"/>
</t>
<div>
<t t-if="event_address.city">
<t t-out="event_address.city or ''">Pudahuel</t>,
<t t-set="location" t-value="'%s, %s' % (location, event_address.city)"/>
</t>
<t t-if="event_address.state_id.name">
<t t-out="event_address.state_id.name or ''">C1</t>,
<t t-set="location" t-value="'%s, %s' % (location, event_address.state_id.name)"/>
</t>
<t t-if="event_address.zip">
<t t-out="event_address.zip or ''">98450</t>
<t t-set="location" t-value="'%s, %s' % (location, event_address.zip)"/>
</t>
</div>
<t t-if="event_address.country_id.name">
<div t-out="event_address.country_id.name or ''">Argentina</div>
<t t-set="location" t-value="'%s, %s' % (location, event_address.country_id.name)"/>
</t>
</t>
<div t-if="object.location_id" t-out="'Talk location:' + object.location_id.name"/>
</td>
</tr>
</table>
</td></tr>
<tr t-if="not object.date">
<td>
<strong><u>Примечание</u></strong>: Время начала и окончания доклада не было указано на момент отправки этого письма. Указанное время соответствует времени проведения всего мероприятия.
</td>
</tr>
<tr><td style="text-align:center;">
<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;"/>
</t>
</td></tr>
<tr><td valign="top" style="font-size: 14px;">
<!-- CONTACT ORGANIZER -->
<t t-if="object.event_id.organizer_id.name or object.event_id.company_id.name">
<div>
<span style="font-weight:300;margin:10px 0px">Есть вопросы по этому докладу?</span>
<div>Пожалуйста, свяжитесь с организатором:</div>
<ul>
<li t-out="object.event_id.organizer_id.name or object.event_id.company_id.name or ''">YourCompany</li>
<t t-if="event_organizer.email">
<li>Почта: <a t-attf-href="mailto:{{ event_organizer.email }}" style="text-decoration:none;color:#875A7B;" t-out="event_organizer.email or ''"/></li>
</t>
<t t-if="object.event_id.organizer_id.phone or object.event_id.company_id.phone">
<li>Телефон: <t t-out="object.event_id.organizer_id.phone or object.event_id.company_id.phone"/></li>
</t>
</ul>
</div>
</t>
</td></tr>
<tr><td style="text-align:center;">
<!-- CONTACT ORGANIZER SEPARATION -->
<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;"/>
</td></tr>
<tr><td valign="top" style="font-size: 14px;">
<!-- PWA MARKGETING -->
<div t-if="is_online">
<strong>Получите максимум от мобильного приложения.</strong>
<a href="/event">Установить приложение</a>
</div>
</td></tr>
<tr><td style="text-align:center;">
<!-- PWA MARKGETING SEPARATION-->
<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;"/>
</td></tr>
<tr><td valign="top" style="font-size: 14px;">
<!-- GOOGLE MAPS LINK -->
<table t-if="event_address and location" style="width:100%;"><tr><td>
<div>
<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">
<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"/>
<span t-else="">Место проведения мероприятия в Google Maps</span>
</a>
</div>
</td></tr></table>
</td></tr>
</table>
</td>
</tr>
</tbody>
</table>
</td></tr>
<!-- FOOTER BY -->
<tr><td align="center" style="min-width: 590px;">
<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;">
<tr><td style="text-align: center; font-size: 14px;">
Отправлено <a target="_blank" t-attf-href="{{ object.get_base_url() }}" style="color: #875A7B;" t-out="object.event_id.organizer_id.name or object.event_id.company_id.name or ''">YourCompany</a>
<t t-if="'website_url' in object.event_id and object.event_id.website_url">
<br/>
Календарь <a href="/event" style="color:#875A7B;">наших мероприятий</a>.
</t>
</td></tr>
</table>
</td></tr>
</table>