<% if (typeof title !== 'undefined') { print(title); } %>
<% if (typeof countCurrent !== 'undefined') { %> <% } %>
    <% if (typeof devicesAvalaible !== 'undefined') { %> <% _.each(devicesAvalaible, function (device) { %>
  • <%= device.metrics.title %>
  • <% }); %> <% } %>
    <% if (typeof devicesCurrent !== 'undefined') { %> <% _.each(devicesCurrent, function (device) { %>
  • <%= device.metrics.title %>
  • <% }); %> <% } %>