<% if (comment.user.name) { %> <% } %> <%= comment.user.name || 'Anonymous user' %> <% if (comment.user.name) { %> <% } %>
<% if (comment.user.name) { %> <% } %> <%= comment.user.name || 'Anonymous user' %> <% if (comment.user.name) { %> <% } %> <%= formatRelativeTime(comment.creationTime) %> <% if (canEditComment) { %> edit <% } %> <% if (canDeleteComment) { %> delete <% } %>
<%= formatMarkdown(comment.text) %>