{% if severity == '严重' or severity == 'critical' %} ❌ {% elif severity == '警告' or severity == 'warning' %} ⚠ {% elif severity == '成功' or severity == 'success' %} ✔ {% elif severity == '信息' or severity == 'info' %} ℹ {% else %} ℹ {% endif %}

{{ title | default("系统通知") }}

{% if subtitle %}

{{ subtitle }}

{% endif %}

你好{{ "," + name if name else "" }}

{% if body %}

{{ body }}

{% endif %} {% if severity %}
{{ severity }}
{% endif %}
{% if service_name %}
服务标识 {{ service_name }}
{% endif %} {% if code %}
事件编号 {{ code }}
{% endif %} {% if message %}
信息内容
{{ message }}
{% endif %} {% if occurred_at %}
发生时间
{{ occurred_at }}
{% endif %}
{% if action_url %}
{{ action_text | default("查看详情") }} →
{% endif %}

此致,{{ sender_name | default("MailLite 监控团队") }}

此邮件由 MailLite 自动发送,请勿直接回复。

{% if help_url %}

需要帮助?

{% endif %}