Edit Design <%= stageId == 2? 'Edit' : 'View' %> Design View Sales Order View Sales Order <% if (build && order.confirmShown && stageId == 2) { %> Confirm Order Confirm Order <% } %>
<% if (thumb_url) { %> <%= build ? build.name : '' %> <% } else { %> <%= build ? build.name : '' %> <% } %>

<%= build ? build.name : '' %>

<% if (build) { %>
Price: £<%= build.order_value.toLocaleString('en-GB') %> (inc VAT)
Type: <%= build.building_depth_mm / 1000 %>m x <%= build.building_width_mm / 1000 %>m <%= build.building_style_name %>
<% } %> <% if (stageId == 2) { %>
Confirm design by: <%= order.confirmDate %>
<% } %>
Base Installation Week Commencing: <%= order.baseInstallationDate %>
Installation Week Commencing: <%= order.installationDate %>
<% if ((typeof(exteriorDetails) == 'string') && (exteriorDetails != '')) { %>
Exterior: <%= exteriorDetails %>
<% } %> <% if ((typeof(interiorDetails) == 'string') && (interiorDetails != '')) { %>
Interior: <%= interiorDetails %>
<% } %>
<% _.each(features, function(feature) { %>
<%= feature.human_readable %>
<% }) %>
<% if (stageId == 3) { %>
You have confirmed your design and it's now being built it in our factory, this means it's too late to make changes to it.
If there is any issue with your design and you would like to speak to your customer care representative, <%= order.tcard.customerCareRepresentative %>, please call <%= order.tcard.customerCareTelephone %>
<% } %>