#@issueNotification()
<table id="background-table" cellpadding="0" cellspacing="0" width="100%">
<!-- header here -->
#jemhIncludeStandardActionHeader()
<tr>
<td id="email-content-container">
<table id="email-content-table" cellspacing="0" cellpadding="0" border="0" width="100%">
#jemhIncludeIssueHeader()
#if($jemhUtils.isThereACommentCreatedByRecipientViaEmail($context))
<tr>
<td class="email-content-main mobile-expand wrapper-special-margin">
$jemhUtils.setCommentRendered()
Thank you for your email. We will be back to you soon!
</td>
</tr>
#else
<tr>
<td class="email-content-main mobile-expand wrapper-special-margin">
<table class="keyvalue-table">
#jemhIncludeChangeLog()
</table>
</td>
</tr>
#jemhIncludeBody()
#end
#jemhIncludeDirectiveSetLinks()
#jemhIncludeAddComment()
#jemhIncludeFooter()
</table>
</td>
</tr>
</table>
#end
#inhibitSendingConditions() |