Files
CheckInApp/apps/backend/email_templates/templates/user-rejected.html
T

12 lines
349 B
HTML
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.
<p>您好,${user_alias}</p>
<p>很遗憾,您的账户注册申请未能通过审批。</p>
<div class="status-box" style="--accent: #b91c1c; --surface: #fef2f2;">
<p class="status-title">审批结果:未通过</p>
<p>处理时间:${processed_time}</p>
</div>
${reason_section}
<p>如有疑问,请联系系统管理员。</p>