inou/lib/templates/email_share_ru.tmpl

13 lines
3.4 KiB
Cheetah
Raw Permalink 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_share_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;">{{T "email_dear"}} {{index . "FirstName"}},</p>
<p style="margin:0 0 24px;color:#2D2A26;font-size:16px;line-height:1.6;">Мы открыли тебе доступ к медицинскому досье {{index . "TargetName"}} на платформе <strong>inou</strong> — безопасном сервисе для хранения медицинских данных и их анализа с помощью ИИ. Мы используем его, чтобы хранить всю медицинскую информацию {{index . "TargetName"}} в одном месте: медицинские записи, результаты визуализации, лабораторные анализы и многое другое.</p>
<p style="margin:0 0 24px;color:#2D2A26;font-size:16px;line-height:1.6;">Главное преимущество — возможность использовать ИИ для анализа всех этих данных: понять, что на самом деле означает заключение MRI, отследить динамику лабораторных показателей или задать вопрос простым языком и получить чёткий ответ. Чем полнее досье {{index . "TargetName"}}, тем точнее и полезнее будут выводы.</p>
<p style="margin:0 0 24px;color:#2D2A26;font-size:16px;line-height:1.6;">Нажми кнопку ниже, чтобы войти. Просто введи свой адрес электронной почты — и ты получишь шестизначный код для немедленного доступа.</p>
<p style="margin:0 0 32px;text-align:center;"><a href="https://inou.com" style="display:inline-block;background:#b45309;color:#fff;padding:14px 32px;border-radius:8px;text-decoration:none;font-weight:500;">{{T "email_share_btn"}}</a></p>
{{if eq (index . "CanEdit") "true"}}<p style="margin:0 0 24px;color:#2D2A26;font-size:16px;line-height:1.6;">У тебя есть разрешение добавлять информацию в досье {{index . "TargetName"}}. Будь то наблюдения после сеанса, заметки из разговора или документы — каждая деталь помогает составить более полную картину. Мы будем благодарны за любой вклад, который поможет сделать досье {{index . "TargetName"}} как можно более полным.</p>
{{end}}<p style="margin:0 0 24px;color:#2D2A26;font-size:16px;line-height:1.6;">Спасибо, что ты участвуешь в заботе о здоровье {{index . "TargetName"}}.</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}}