{block name=pages_checkout}
{$message} {block name=pages_checkout_include_subpageShipping} {if $page_action == shipping} {include file="xtCore/pages/checkout/subpage_shipping.html" type="tpl_include"} {/if} {/block} {block name=pages_checkout_include_subpagePayment} {if $page_action == payment} {include file="xtCore/pages/checkout/subpage_payment.html" type="tpl_include"} {/if} {/block} {block name=pages_checkout_include_subpageConfirmation} {if $page_action == confirmation} {include file="xtCore/pages/checkout/subpage_confirmation.html" type="tpl_include"} {/if} {/block} {block name=pages_checkout_include_subpagePay} {if $page_action == pay} {include file="xtCore/pages/checkout/subpage_pay.html" type="tpl_include"} {/if} {/block} {block name=pages_checkout_include_subpagePayIframe} {if $page_action == pay_frame} {include file="xtCore/pages/checkout/subpage_pay_iframe.html" type="tpl_include"} {/if} {/block} {block name=pages_checkout_include_subpageSuccess} {if $page_action == success} {include file="xtCore/pages/checkout/subpage_success.html" type="tpl_include"} {/if} {/block}
{/block}