<% if (!hide) { %>
<%=scope.getUserName(username)%>
<%=date%>
<% if (quote!==null) { %>
<%=scope.getFixedQuote(quote)%>
<% } %> <% if (!editText) { %>
<%=scope.pickLink(comment)%>
<% } else { %>
<% } %> <% if (replys.length) { %>
<% _.each(replys, function (item) { %>
<%=scope.getUserName(item.get("username"))%>
<%=item.get("date")%>
<% if (!item.get("editText")) { %>
<%=scope.pickLink(item.get("reply"))%>
<% if (item.get("editable")) { %>
">
<% } %>
">
<% } else { %>
<% } %>
<% }); %> <% } %> <% if (!showReply) { %> <% if (replys.length) { %> <% } else { %> <% } %> <% } %> <% if (!editText && !lock) { %>
<% if (editable) { %>
<% } %>
<% if (resolved) { %>
<% } else { %>
<% } %>
<% } %> <% if (showReply) { %>
<% } %> <% if (lock) { %>
<%=lockuserid%>
<% } %> <% if (!last) { %>
<% } %>
<% } %>