<#if notification.greyMessage??>

${notification.greyMessage}

<#if notification.greenMessage??>

${notification.greenMessage}

<#if notification.yellowMessage??>

${notification.yellowMessage}

<#if notification.redMessage??>

${notification.redMessage}

${notification.bodyHeader}

<#if notification.bodyMessage??>

${notification.bodyMessage}

<#if notification.customBody??> ${notification.customBody}

${notification.footerHeader}

${notification.footerMessage}