<% if (ctx.comment.user.name && ctx.canViewUsers) { %> <% } %> <%= ctx.makeThumbnail(ctx.comment.user.avatarUrl) %> <% if (ctx.comment.user.name && ctx.canViewUsers) { %> <% } %>
<% if (ctx.comment.user.name && ctx.canViewUsers) { %><% } %><%= ctx.comment.user.name %><% if (ctx.comment.user.name && ctx.canViewUsers) { %><% } %><%= ctx.makeRelativeTime(ctx.comment.creationTime) %><% if (ctx.canEditComment) { %> edit<% } %><% if (ctx.canDeleteComment) { %> delete<% } %>
<%= ctx.makeMarkdown(ctx.comment.text) %>