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