<% if (typeof isClusterSearchable !== 'undefined') { %> <% if (isClusterSearchable) { %> <%= _('All Data is Searchable').t() %> <% } else { %> <%= _('Some Data is Not Searchable').t() %> <% } %> <% } %>
<% if (typeof isSearchFactorMet !== 'undefined') { %> <% if (isSearchFactorMet) { %> <%= _('Search Factor is Met').t() %> <% } else { %> <%= _('Search Factor is Not Met').t() %> <% } %> <% } %>
<% if (typeof isReplicationFactorMet !== 'undefined') { %> <% if (isReplicationFactorMet) { %> <%= _('Replication Factor is Met').t() %> <% } else { %> <%= _('Replication Factor is Not Met').t() %> <% } %> <% } %>
<%-numSearchablePeers%> <%= _('searchable').t() %> <%-numNotSearchablePeers%> <%= _('not searchable').t() %>
<%= _('Peers').t() %>
<%-numSearchableIndexes%> <%= _('searchable').t() %> <%-numNotSearchableIndexes%> <%= _('not searchable').t() %>
<%= _('Indexes').t() %>