<%= nameBlock %>
<% if (thumb_url) { %> <%= build.name %> <% } else { %> <%= build.name %> <% } %>
<% if ((typeof(exteriorDetails) == 'string') && (exteriorDetails != '')) { %>
Exterior: <%= exteriorDetails %>
<% } %> <% if ((typeof(interiorDetails) == 'string') && (interiorDetails != '')) { %>
Interior: <%= interiorDetails %>
<% } %>
<% if (history.length) { %> <% } %>
<% _.each(features, function(feature) { %>
<%= feature.human_readable %>
<% }) %>

Current Price

£<%= build.order_value.toLocaleString('en-GB') %> (inc VAT)

<% if (valid) { %> View Summary <%= stageId == 4? 'View' : 'Edit' %> Design <% } if (stageId == 1 && showInstallationDates) { %> Book Install Week <% } else if (stageId == 1 && showPlaceOrder && valid) { %> Place Your Order <% } else if (stageId == 1 && !valid) { %> Regenerate Quote <% } else if (stageId == 2) { %>
Swap with order <% } %>