<%= partial(data.orderSection, {
per: 'hour',
sectionName: 'Cloud Size',
lineItems: data.usageLineItems
}); %>
<%= partial(data.orderSection, {
per: 'month',
sectionName: 'Additional Cloud Services',
lineItems: data.serviceLineItems
}); %>
|
Bill To
|
Name: <%= data.billingAccount.name %> Aptana ID: <%= Portal.Data.currentUser.username %>
|
Card Number: <%= data.billingAccount.number %> Expiration Date: <%= data.billingAccount.expiry %>
|
|
|
<% if (data.couponLineItems.length > 0) { %>
<%= partial(data.orderSection, {
sectionName: 'Coupon',
lineItems: data.couponLineItems
}); %>
<% } %>
|
|
|
Projected Cost
|
$<%= data.projectedMonthlyCost.toFixed(2); %>/month
|