<% if (typeof(avatarPicture) !== "undefined" && avatarPicture && avatarPicture.src) { %> <% _.each(avatarPicture.sources, function(source) { %> <% }); %> <% } else { %>
<% } %>
<% if (owner_id) { %> <%= _.__('oro.comment.item.added',{ user: '' + _.escape(owner) + '', time: '' + createdTime + '' }) %><% } %><% if (editor_id) { %>, <%= _.__('oro.comment.item.update',{ user: '' + _.escape(editor) + '', time: '' + updatedTime + '' }) %> <% } %>
<%= message %>
<% if (attachmentURL) { %>
<% if (attachmentThumbnailPicture && attachmentThumbnailPicture.src) { %> <% _.each(attachmentThumbnailPicture.sources, function(source) { %> <% }); %> <% } else { %> <% } %>
<% } %>
<% if (hasActions) { %>
<% var actionsTogglerId = _.uniqueId('dropdown-') %>
<% } %>