{% load i18n %}

{% trans 'Nodes' %}

<%= total %> total <% if (options.partialStats) { Ns.db.legend.toJSON().forEach(function(legend){ if (legend.count === '') { return; } %> <%= legend.count %> <%= legend.name.toLowerCase() %> <% }); } %>
<% if(collection.searchTerm){ %>
<%= collection.count %> {% trans 'results' %}
<% } %> <% if (options.addNode) { %> <% } %>
{% trans 'Name' %} {% trans 'Status' %} {% trans 'Layer' %}