{l s='Products' d='Shop.Theme.Catalog'}

{if $page.page_name == 'order-detail' && $order.details.is_returnable} {/if} {foreach from=$products item=product} {block name='cart_detailed_product_line'} {include file='customer/_partials/product-table-line.tpl' product=$product interactive=$interactive|default:false} {/block} {/foreach}
{l s='Product' d='Shop.Theme.Catalog'} {l s='Price' d='Shop.Theme.Catalog'} {l s='Quantity' d='Shop.Theme.Catalog'} {l s='Returned' d='Shop.Theme.Customeraccount'} {l s='Total' d='Shop.Theme.Checkout'}