#parse("templates/email/html/includes/header.vm") #parse("templates/email/html/includes/summary-topleft.vm")
#if ($comment) #end #if ($changelog && !$comment) #end
#if ($changelog && $velocityhelper.wasDeleted($changelog, "Comment", $i18n)) #text("template.update.comment.deleted") #else #text("template.update.issue.updated") #end
#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) #if ($changeitem.getString("field") == "Comment") #set ($oldstringKey = "oldvalue") #else #set ($oldstringKey = "oldstring") #end #makelinkedhtml ($velocityhelper.getPrettyFieldString($changeitem.getString("field"), $changeitem.getString($oldstringKey), $i18n)) #if ($changeitem.getString("field") == "Comment") #set ($newstringKey = "newvalue") #else #set ($newstringKey = "newstring") #end #makelinkedhtml ($velocityhelper.getPrettyFieldString($changeitem.getString("field"), $changeitem.getString($newstringKey), $i18n))
#end #parse("templates/email/html/includes/summary-bottom.vm") #parse("templates/email/html/includes/footer.vm")