<% if(options.show_searchbar){ %>
<% } %> <% if(options.show_eliminations){ %>
<% } %> <% if(options.show_selections){ %>
<% } %>
<% if (options.cluster_checkboxes && options.cluster_checkboxes.length > 0) { %>

Override with

<% _.each(options.cluster_checkboxes, function(checkbox) { %>
value="<%= checkbox.uid %>" <% (checkbox.checked == '1') ? print('checked') : print('') %> />
<% }); %>
<% } %>
<% if(options.show_detail){ %>
<% } %>