%
print "${eventSummary}"
print "
"
if (eventBody != null) {
print eventBody
print "
"
}
if (replyable)
print """
Reply this email to post comment, or click
this link for details
"""
else
print """
"""
%>
<%
if (unsubscribable != null) {
print """
You received this as you
are participating in this topic.
"""
if (unsubscribable.getEmailAddress() != null)
print """
Mail to
this address to unsubscribe
"""
else
print """
To stop receiving notifications of this topic, please visit detail link above and unwatch it
"""
}
%>