<%- data.base_price_label %> <%- data.base_price_formatted %>
<% if (data.base_discount_value !== 0) { %>
<%= data.base_discount_label %> <% if (data.base_discount_link !== '') { %> <%= _.i18n('Read more about Base Discount at
Vinduesgrossisten here').replace('%1', data.base_discount_link) %>
<% } %>
<%- data.base_discount_price_formatted %>
<% } %> <% if (data.additional_discount_value !== 0) { %>
<%= data.additional_discount_label %> <%- data.additional_discount_price_formatted %>
<% } %> <% if (data.b2b_discount_value !== 0) { %>
<%= data.b2b_discount_label %> <%- '-' + data.b2b_discount_price_formatted %>
<% } %>