% if (typeof subtotal !== 'undefined' && subtotal !== null) { %>
<% if (typeof discount !== 'undefined' && discount !== null) { %>
<%- initialSubtotal %>
-<%- discount %>
<% } %>
<%- subtotal %>
<% } else { %>
<%- _.__('oro.pricing.product_prices.price_not_found.short_label') %>
<% } %>