#parse("templates/email/html/includes/header.vm") #parse("templates/email/html/includes/summary-topleft.vm")
#if ($comment) #end
$i18n.getText("template.issue.resolved", "$textutils.htmlEncode(${issue.getResolutionObject().getNameTranslation($i18n).toUpperCase()}, false)")
#text("template.common.author"): #authorlink ($commentauthor.name)
#text("template.common.date"): $dateformatter.formatDMYHMS($comment.getCreated())
#text("issue.field.comment"): #visibility()
$htmlComment
#parse("templates/email/html/includes/summary-bottom.vm") #parse("templates/email/html/includes/footer.vm")