#parse("templates/email/html/includes/header.vm")
#parse("templates/email/html/includes/summary-topleft.vm")
|
#text("template.issue.reopened")
|
#if ($comment)
#text("template.common.author"): #authorlink ($commentauthor.name)
#text("template.common.date"): $dateformatter.formatDMYHMS($comment.getCreated())
#text("issue.field.comment"): #visibility()
$htmlComment
|
#end
|
#parse("templates/email/html/includes/summary-bottom.vm")
#parse("templates/email/html/includes/footer.vm")