<%t SilverShop\Model\Order.SubTotal "Sub-total" %> $SubTotal.Nice <% loop $Modifiers %> <% if $ShowInTable %> $TableTitle <% if $SubTitle %>($SubTitle)<% end_if %> $TableValue.Nice <% end_if %> <% end_loop %> <%t SilverShop\Model\Order.Total "Total" %> $Total.Nice $Currency <% if $TotalOutstanding %> <%t SilverShop\Model\Order.Outstanding "Outstanding" %> $TotalOutstanding.Nice $Currency <% end_if %>