inou/lib/templates/email_invite_copy_ru.tmpl

12 lines
2.2 KiB
Cheetah
Raw Blame History

This file contains ambiguous Unicode characters

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

{{define "email_invite_copy_ru"}}<!DOCTYPE html><html><head><link href='https://fonts.googleapis.com/css2?family=Sora:wght@300;400;500;600;700&display=swap' rel='stylesheet'></head><body style="margin:0;padding:0;background:#FAF8F5;font-family:'Sora','Helvetica Neue',Helvetica,Arial,sans-serif;">
<table width="100%" style="background:#FAF8F5;padding:40px 20px;"><tr><td align="center">
<table style="max-width:540px;background:#fff;border-radius:12px;padding:48px;text-align:left;"><tr><td>
<p style="margin:0 0 24px;color:#2D2A26;font-size:16px;line-height:1.6;">Привет, {{index . "SenderFirstName"}},</p>
<p style="margin:0 0 24px;color:#2D2A26;font-size:16px;line-height:1.6;">Вот копия приглашения, которое мы только что отправили {{index . "RecipientName"}} ({{index . "RecipientEmail"}}):</p>
<hr style="border:none;border-top:1px solid #e5e2de;margin:24px 0;">
<p style="margin:0 0 24px;color:#2D2A26;font-size:16px;line-height:1.6;">{{T "email_dear"}} {{index . "FirstName"}},</p>
<p style="margin:0 0 24px;color:#2D2A26;font-size:16px;line-height:1.6;">Я пользуюсь <strong>inou</strong> — безопасным способом хранить медицинские данные и изучать их с помощью AI. Здесь в одном месте собрана вся медицинская информация о моей семье — результаты визуализации, анализов, медицинские записи — и я подумал, что тебе это тоже может пригодиться.</p>
<p style="margin:0 0 24px;color:#2D2A26;font-size:16px;line-height:1.6;">Главная сила — в возможности использовать AI, чтобы разобраться во всём этом: понять, что на самом деле означает тот или иной отчёт, отследить динамику со временем или просто задать вопросы на обычном языке и получить чёткие ответы.</p>
<p style="margin:0;color:#2D2A26;font-size:16px;line-height:1.6;">{{index . "SenderName"}}</p>
</td></tr></table>
</td></tr></table></body></html>{{end}}