{% if message is defined and message %}
<table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%" style="margin: 20px 0;">
    <tr>
        <td style="padding:14px 16px; background-color:#F3F7FC; border-left:3px solid #003FA5;">
            <p style="margin:0 0 6px 0; font-size:13px; font-weight:bold; color:#0B1F3A;">
                {{ title|default('email.personalMessage'|trans) }}
            </p>
            <p style="margin:0; font-size:15px; line-height:1.5; color:#1F2933;">{{ message|nl2br }}</p>
        </td>
    </tr>
</table>
{% endif %}
