<% hosts.each do |host| -%> <% end -%>
<%= _('Name') %> <%= _('Model') %> <%= _('Location') %> <%= _('Organization') %>
<%=h host %> <%=h host.model %> <%=h host.try(:location) %> <%=h host.try(:organization) %>