<% /* Copyright 2009 Google Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS-IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ %>
<% if (! ('baseCost' in cart) && ! ('supportCost' in cart)) { %> <% } %> <% if (cart.baseCost) { %> <% if (cart.couponProductPctDiscount) { %> <% } %> <% } %> <% if (cart.supportCost) { %> <% if (cart.couponSupportPctDiscount) { %> <% } %> <% } else if (cart.baseCost) { %> <% } %> <% if (cart.freeUserCount) { %> <% } %> <% var pctDiscount = cart.couponTotalPctDiscount; var hasSubtotal = pctDiscount > 0; %> <% if (hasSubtotal) { %> <% } %>
Item Cost
Nothing selected.
Etherpad Private Network
<%= cart.numUsers %> users <% if (editable) { %> (">edit) <% } %>
US$<%= dollars(cart.baseCost) %>
Referral - <%= cart.couponProductPctDiscount %>% savings -US$<%= dollars(cart.productReferralDiscount) %>
Support Contract <% if (editable) { %> (">edit) <% } %>
1 year
US$<%= dollars(cart.supportCost) %>
Referral - <%= cart.couponSupportPctDiscount %>% savings -US$<%= dollars(cart.supportReferralDiscount) %>
No Support Contract <% if (editable) { %> (">edit) <% } %> US$0.00
Bonus Users
Referral - <%= cart.freeUserCount %> free user<%= (cart.freeUserCount == 1 ? '' : "s") %>
US$0.00
 
Subtotal US$<%= dollars(cart.subTotal) %>
Referral - <%= pctDiscount %>% savings -US$<%= dollars(cart.totalReferralDiscount) %>
Total US$<%= dollars(cart.total) %>