#parse("templates/email/html/includes/header.vm") #parse("templates/email/html/includes/summary-topleft.vm") #if ($worklog)
$i18n.getText("template.issue.worklog.deleted.html", "", "")
#text("template.common.author"): #authorlink ($worklog.getAuthor())
#text("template.common.created.on"): $dateformatter.formatDMYHMS($worklog.getCreated())
#text("template.issue.worklog.start.date"): $dateformatter.formatDMYHMS($worklog.getStartDate())
#text("template.common.time.logged"): $context.getCommentTimeLogged($i18n)
#if($groupVisibilityLevel || $roleVisibilityLevel) #text("template.issue.worklog.visibility"): #visibility()
#end #if ($textutils.stringSet($worklog.getComment())) #text("logwork.workdesc"):
$textutils.plainTextToHtml($worklog.getComment())
#end
#end #if ($changelog)
$i18n.getText("template.issue.worklog.issue.updated")
#foreach ($changeitem in $changelog.getRelated("ChildChangeItem")) #if(!$changeitem.getString("field").equals("WorklogTimeSpent") && !$changeitem.getString("field").equals("WorklogId")) #end #end
$velocityhelper.getFieldName($changeitem, $i18n): #makelinkedhtml ($velocityhelper.getPrettyFieldString($changeitem.getString("field"), $changeitem.getString("oldstring"), $i18n)) #makelinkedhtml ($velocityhelper.getPrettyFieldString($changeitem.getString("field"), $changeitem.getString("newstring"), $i18n))
#end #parse("templates/email/html/includes/summary-bottom.vm") #parse("templates/email/html/includes/footer.vm")