' id="reply<%= indexInCollection+1 %>" reply_id="<%= reply._id %>" reply_to_id="<%= reply.reply_id || '' %>">
<%= (!reply.ups || !reply.ups.length) ? 'invisible' : '' %>' src="<%- staticFile('/public/images/up_icon&16.png') %>" height="16" width="16" title="喜欢"> <%= reply.ups && reply.ups.length ? reply.ups.length : '' %> <% if ( typeof(current_user) !== 'undefined' && current_user.is_admin || (typeof(current_user) !== 'undefined' && current_user._id.toString() == reply.author._id.toString()) ) { %> <% } %> <% if(typeof(current_user) !== 'undefined'){ %> <% } %>
<%- markdown(reply.content) %>
<% if (typeof(current_user) !== 'undefined') { %>
<% } %>