<% if (!_.isEmpty(pricingAnalysis)) { %>

<%= _.isUndefined(i18n['Pricing Analysis']) ? 'Pricing Analysis' : i18n['Pricing Analysis'] %>: <%= pricingAnalysis %>

<% } %> <% if (!_.isEmpty(priceRange)) { %>

<%= _.isUndefined(i18n['Price Range']) ? 'Price Range' : i18n['Price Range'] %>:

<%= priceRange %>

<% } %> <% if (!_.isEmpty(description)) { %>

<%= description %>

<% } %> <% if (!_.isEmpty(links)) { %> <% } %> <% if (!_.isEmpty(justification)) { %>

<%= _.isUndefined(i18n['Justification']) ? 'Justification' : i18n['Justification'] %>:

<%= justification %>

<% } %>