<% if $Items %> "> <% if $Editable %> <% end_if %> <% loop $Items %><% if $ShowInTable %> <% if $Up.Editable %> <% end_if %> <% end_if %><% end_loop %> <% if $Editable %><% end_if %> <% if $ShowSubtotals %> <% if $Modifiers %> <% loop $Modifiers %> <% if $ShowInTable %> <% if $Up.Editable %> <% end_if %> <% if $Form %> <% end_if %> <% end_if %> <% end_loop %> <% end_if %> <% if $Editable %><% end_if %> <% end_if %>
<%t SilverShop\Page\Product.SINGULARNAME "Product" %> <%t SilverShop\Model\Order.UnitPrice "Unit Price" %> <%t SilverShop\Model\Order.Quantity "Quantity" %> <%t SilverShop\Model\Order.TotalPriceWithCurrency "Total Price ({Currency})" Currency=$Currency %><%t SilverShop\Generic.Remove "Remove" %>
<% if $Image %> <% end_if %>

<% if $Link %> ">$TableTitle <% else %> $TableTitle <% end_if %>

<% if $SubTitle %>

$SubTitle

<% end_if %> <% if $Product.Variations && $Up.Editable %> <%t SilverShop\Generic.Change "Change" %>: $VariationField <% end_if %>
$UnitPrice.Nice <% if $Up.Editable %>$QuantityField<% else %>$Quantity<% end_if %> $Total.Nice <% if $RemoveField %> $RemoveField <% else %> "> <% end_if %>
<%t SilverShop\Model\Order.SubTotal "Sub-total" %> $SubTotal.Nice 
<% if $Link %> ">$TableTitle <% else %> $TableTitle <% end_if %> $TableValue.Nice <% if $CanRemove %> "> x <% end_if %>
$Form
<%t SilverShop\Model\Order.Total "Total" %> $Total.Nice $Currency 
<% else %>
<%t SilverShop\Cart\ShoppingCart.NoItems "There are no items in your cart." %>
<% end_if %>