<#assign hasMessageContents = message?exists/>
<#if hasMessageContents>
	<#assign hasMessageContents = user?exists && user.notifyText()/>
</#if>
<#if !hasMessageContents>
Hi, 

You received this email because the topic "${topic.title}" has <#if isWiki>been updated<#else>received an answer</#if> since your last visit. 
You may use the following URL to read the messages. You will not get more notifications until you read the topic. 

${path}

If you no longer want to receive notifications for this topic, please access the URL

${unwatch}
<#else>
<#include "mailNewReplyWithContents.txt"/>
</#if>
