{{#if parent_bitemid}}
{{/if}}

{{prodname}}

{{#if product_license}}

{{format_money product_license.product_license_price}} / {{product_license.product_license_term.product_license_term}}

{{/if}}
{{#if Discount}} {{format_money price}}
You save {{format_money Discount}} {{#if percent}} ({{discount_amount}}%){{/if}} {{else}} {{format_money price}} {{/if}}
{{#if is_cart_readonly}}

{{Qty}}

{{else}} {{#if readonly_item}}

{{Qty}}

{{else}} {{/if}} {{/if}}

{{format_money item_total}}

{{#if lease_monthly_payment}}
Monthly Payment: ~{{format_money lease_monthly_payment}} item / mo
{{/if}}
{{#unless is_cart_readonly}} {{/unless}}
{{#if options}}
{{#each options}}
{{option_name}} {{#if option_caption}} : {{option_caption}} {{else}} {{#if option_value}} : {{option_value}} {{/if}} {{/if}}
{{#if option_price_adjustment}} {{format_money option_price_adjustment}} {{/if}}
{{#if is_cart_readonly}} {{#if option_qty}} {{/if}} {{else}} {{#if option_allow_qty_change}} {{#if option_qty}} {{/if}} {{else}} {{#if option_qty}} {{/if}} {{/if}} {{/if}}
{{#unless is_cart_readonly}} {{#if option_allow_qty_change}} {{/if}} {{/unless}}
{{/each}}
{{/if}} {{#if upsale_promo_products}}
{{#if upsale_promo_active}} {{#each upsale_promo_products}}

{{promo_product_count}} {{name}} {{#if show_price }}{{format_money show_price}}{{else}}Free!{{/if}} {{#if show_price }} per item. {{#if percent_off_round}} ({{percent_off_round}}% OFF) {{/if}} {{/if}}  

{{/each}} {{else}}

Buy {{promo_cart_count}} and get:

{{#each upsale_promo_products}}

{{promo_product_count}} of {{name}} {{#if show_price }}{{format_money show_price}}{{else}}Free!{{/if}} {{#if show_price }} per item. {{#if percent_off_round}} ({{percent_off_round}}% OFF) {{/if}} {{/if}}

{{/each}}

{{/if}}
{{/if}}