<% var containerId = m.lib.containerId, tuix = m.tuix; zenario.sendSignal('eventListPreDisplay', {containerId: containerId, microTemplate: 'fea_list', tuix: tuix}); %> {{m.lib.pMicroTemplate('dev_tools', m)}} <% var alVisCols = 0, alVisColsIncCB = 0; %> <% if (1*m.tuix.always_visible_cols) { %> <% alVisCols = alVisColsIncCB = 1*m.tuix.always_visible_cols; %> <% if (m.lib.multiSelectButtonsExist) { %> <% ++alVisColsIncCB %> <% } %> <% } %>
{{m.tuix.header_html}} <% if (m.tuix.title !== undefined) { %> <% if (m.tuix.title_tags) { %> <{{m.tuix.title_tags|e}}>{{m.tuix.title|e}} <% } else { %>

{{m.tuix.title|e}}

<% } %> <% } %>
<% if (zenarioT.find(m.tuix.sortedCollectionButtons, 'back')) { %> {{m.lib.pMicroTemplate('button', m.tuix.sortedCollectionButtons, 'back')}} <% } %>
<% if (zenarioT.find(m.tuix.sortedCollectionButtons, 'top')) { %> {{m.lib.pMicroTemplate('button', m.tuix.sortedCollectionButtons, 'top')}} <% } %>
<% var ci, col, chi, child, bi, button, ii, item, firstItem = true; %> {{m.lib.pMicroTemplate('list_search', m)}} <% if (m.tuix.item_count_message && m.tuix.__item_count__ > 1) { %>

{{m.tuix.item_count_message.replace("[[count]]", m.tuix.__item_count__)|e}}

<% } %> <% if (m.tuix.hide_column_headings) { %>
<% if (zenarioT.find(m.tuix.sortedCollectionButtons, false)) { %> {{m.lib.pMicroTemplate('button', m.tuix.sortedCollectionButtons, false)}} <% } %>
<% } %> <% if (m.tuix.subtitle !== undefined) { %>

{{m.tuix.subtitle|e}}

<% } %> <% if (!_.isEmpty(m.tuix.columns)) { %>
<% if (!m.tuix.hide_column_headings) { %> <% if (m.lib.multiSelectButtonsExist) { %> <% } %> <% foreach (m.tuix.sortedColumns as ci => col) { %> <% } %> <% if (m.tuix.itemHasItemButton || m.tuix.sortedCollectionButtons.length) { %> <% } %> <% } %> <% foreach (m.tuix.sortedItems as ii => item) { %> <% if (m.lib.multiSelectButtonsExist) { %> <% } %> <% foreach (m.tuix.sortedColumns as ci => col) { %> <% } %> <% if (m.tuix.itemHasItemButton || m.tuix.sortedCollectionButtons.length) { %> <% } %> <% if (firstItem) { %> <% } %> <% firstItem = false; %> <% } %> <% if (m.tuix.sortedItems.length == 0) { %> <% if (m.tuix.no_items_message) { %> <% } %> <% } %>
{{col.title|e}}
<% if (zenarioT.find(m.tuix.sortedCollectionButtons, false)) { %> {{m.lib.pMicroTemplate('button', m.tuix.sortedCollectionButtons, false)}} <% } %>
title="{{item.cell_tooltip[col.id]|e}}" <% } %> > {{m.lib.pMicroTemplate('list_cell', {col: col, item: item})}} <% if (col.children) { %> <% foreach (col.children as chi => child) { %>
<% if (child.title) { %> <% } %> {{m.lib.pMicroTemplate('list_cell', {col: child, item: item})}} <% } %> <% } %>
<% if (item.sortedItemButtons.length) { %> {{m.lib.pMicroTemplate('button', item.sortedItemButtons)}} <% } else { %>   <% } %>
{{m.tuix.no_items_message}}
<% } %> {{m.lib.pMicroTemplate('list_pagination', m)}} {{m.tuix.footer_html}}
<% m.lib.after(function() { zenario.sendSignal('eventListPostDisplay', {containerId: containerId, microTemplate: 'fea_list', tuix: tuix}); }); %>