{template 'common/header'} {template 'web/order/_header'} {if $operation == 'display'} {template 'web/order/display'} {elseif $operation == 'detail'} {template 'web/order/detail'} {elseif $op=='createOrder'} {template 'web/order/createOrder'} {/if} {template 'common/footer'}