<%= it.version %>
<%= it.bonobService.name %> (<%= it.bonobService.sid %>)
<%= it.lang("expectedConfig") %>
<%= JSON.stringify(it.bonobService) %>
<% if(it.registeredBonobService) { %>
<%= it.lang("existingServiceConfig") %>
<%= JSON.stringify(it.registeredBonobService) %>
<% } else { %>
<%= it.lang("noExistingServiceRegistration") %>
<% } %> <% if(it.registeredBonobService) { %><% } %>
<%= it.lang("devices") %> (<%= it.devices.length %>)
-
<% it.devices.forEach(function(d){ %>
- <%= d.name %> (<%= d.ip %>:<%= d.port %>) <% }) %>
<%= it.lang("services") %> (<%= it.services.length %>)
-
<% it.services.forEach(function(s){ %>
- <%= s.name %> (<%= s.sid %>) <% }) %>