>
{Literal}Scan or search item code{/Literal}:
<% _.each(noPartial, function(noPartial) { %>
<% if (noPartial.itemType != '') { %> {Literal}Type{/Literal}: <%= noPartial.itemType %> <% } %> <% if (noPartial.itemId != "") {%> {Literal}Item Id{/Literal}: <%= noPartial.itemId %> <% } %>
<% }); %>