{% load i18n %}

{% trans 'Nodes' %}

<%= total %> total <% _.each(Nodeshot.statuses, function(s, key){ %> <%= s.nodes_count %> <%= s.name.toLowerCase() %> <% }) %>
<% if(collection.searchTerm){ %>
<%= collection.count %> {% trans 'results' %}
<% } %>
{% trans 'Name' %} {% trans 'Status' %} {% trans 'Layer' %} {% trans 'User' %} {% trans 'Created' %} {% trans 'Updated' %}