<% if(isExpanded) { %> <%= expandedCellBody %> <% } else { %> <%= collapsedCellBody %> <% } %> <%- model.entry.content.get("hostname") %> <% if(isExpanded) { %>
<%-_("Apps").t()%>
<%- applicationList %>
<%-_("Server Classes").t()%>
<%- serverClassesList %>
<% if (numErrors > 0) { %>
<%- _("ERRORS").t() %>
<%- _("Last 100 errors").t() %>
<%-_("Not yet deployed").t()%>
<%- errorList %>
<% } %> <% } %> <%- model.entry.content.get("name") %> <%- model.entry.content.get("ip") %> > <%- model.entry.content.get("utsname") %>
<%-numErrors%>
<%-numSuccessfulDownloads + _(" deployed").t()%>
<%- relativeLastPhoneHomeTime %>