#parse("templates/email/html/includes/header.vm") #parse("templates/email/html/includes/summary-topleft.vm")
#if ($comment) #end #if ($changelog && !$comment) #end
#text("template.update.issue.updated")
#text("template.common.updater"): #authorlink ($commentauthor.name)
#text("template.common.date"): $dateformatter.formatDMYHMS($comment.getCreated())
#text("issue.field.comment"): #visibility()
$htmlComment
#text("template.common.updater"): #authorlink ($changelogauthor.name)
#text("template.common.date"): $dateformatter.formatDMYHMS($changelog.getTimestamp("created"))
#if ($changelog)
#foreach ($changeitem in $changelog.getRelated("ChildChangeItem")) #end
#text("common.words.field") #text("template.change.original.value") #text("template.change.new.value")
#text("template.change.by") #if ($changelog.getString("author")) #authorlink ($changelog.getString("author")) #else #text("common.words.anonymous") #end #text("template.change.on") $dateformatter.formatDMYHMS($changelog.getTimestamp("created"))
$velocityhelper.getFieldName($changeitem, $i18n) #makelinkedhtml ($velocityhelper.getPrettyFieldString($changeitem.getString("field"), $changeitem.getString("oldstring"), $i18n)) #if ($changeitem.getString("oldvalue") && $changeitem.getString("oldvalue").length() > 0) [ #makelinkedhtml ($changeitem.getString("oldvalue")) ] #end #makelinkedhtml ($velocityhelper.getPrettyFieldString($changeitem.getString("field"), $changeitem.getString("newstring"), $i18n)) #if ($changeitem.getString("newvalue") && $changeitem.getString("newvalue").length() > 0) [ #makelinkedhtml ($changeitem.getString("newvalue")) ] #end
#end #parse("templates/email/html/includes/summary-bottom.vm") #parse("templates/email/html/includes/footer.vm")