<% if $PaymentErrorMessage %>
<%t SilverShop\Page\CheckoutPage.PaymentErrorMessage 'Received error from payment gateway:' %> $PaymentErrorMessage
<% end_if %> <% include Content %>
<% if $Cart %> <% with $Cart %> <% include SilverShop\Cart\Cart ShowSubtotals=true %> <% end_with %> $OrderForm <% else %>
<%t SilverShop\Cart\ShoppingCart.NoItems "There are no items in your cart." %>
<% end_if %>