<%if(total > defaultCount){%>
<%if(taskTrackShowAll){%> 全部操作 <%=total%> <%}else{%> 全部操作 <%=total%> <%}%>
<%}%>
<%_.each(comments,function(item,index){%>
<%if(item.year){%>
<%=item.year%>年
<%}%> <%_.each(item.data,function(iData,idx){%>
<%if(iData.f_month){%><%=iData.f_month%><%}%><%=iData.f_time%>
<%=_.substringWithM(iData.publishUser.name, 12, true)%> <%=iData.content%> <%if(isLatest && index == comments.length-1 && idx == item.data.length-1){%>
new
<%}%> <%if(iData.attachments && iData.attachments.length){%> 附件: <%_.each(iData.attachments,function(fileItem){%> <%=fileItem.fileName%> <%})%> <%}%>
<%if(comments.length == 1 && item.thisYeare && item.data.length ==1){%> <%}else{%>
<%}%>
<%})%>
<%})%>