<% if (hasMoreInfo) { %>
<% } %>
<% if (enableBulkEdit) { %>
<% } %>
<% _.each(columns, function(col, ix) { %>
<% if (ix==0) { %>
<% } %>
<% }); %>
<% if (hasMoreInfo) { %>
|
|
<% } %>
<% if (enableBulkEdit) { %>
|
<% } %>
<% _.each(columns, function(col, ix) { %>
<% if (_.isFunction(col.visible) && !col.visible.call(that)) { return; } %>
<% if (col.noSort) { %>
<%- col.title %><%= col.html %>
<% if (col.tooltip) { %>
?
<% } %>
|
<% } else { %>
="<%- col.id %>">
|
<% } %>
<% if (ix==0) { %>
<%= _('Actions').t() %> |
<% } %>
<% }); %>