<% if (!obj._isKitItemLineItem) { %> <% if (typeof subtotal !== 'undefined' && subtotal !== null) { %> <% if (typeof discount !== 'undefined' && discount !== null) { %>
<%- initialSubtotal %>
-<%- discount %>
<% } %>
<%- subtotal %>
<% } else { %>
data-blank-content="<%- _blankContent %>" <% } %> >
<% } %> <% } %>