<#if attributesProvider.processInstance??> <#assign processComments = attributesProvider.processInstance.getCommentsOrderedByDate(false) /> <#assign internalId = task.internalTaskId /> <#if !processComments??> <#assign commentsAttribute = attributesProvider.getAttribute('comments')!"" /> <#if commentsAttribute?has_content> <#assign processComments = commentsAttribute.getCommentsOrderedByDate(true)! /> <#else> <#assign processComments = [] /> <#assign internalId = attributesProvider.id />
    <#list processComments as processComment> <#assign substituteUser = processComment.substituteLogin!""/>
  • ${processComment.authorFullName} (${processComment.authorLogin}) [${processComment.getFormattedDate("dd-MM-yy HH:mm")}] <#if substituteUser != ""> ${messageSource.getMessage("process.history.subsituted.by")} ${processComment.substituteFullName} (${processComment.substituteLogin})

    <#assign processCommentType = processComment.commentType!""/> <#if processCommentType != ""> ${processCommentType}
    ${processComment.body}

<#if privileges?seq_contains("EDIT")>
<#if privileges?seq_contains("EDIT")>