{template 'common/header'} {template 'web/warehouse/_header'} {if $op == 'display'} {template 'web/warehouse/display'} {elseif $op == 'postWarehouse'} {template 'web/warehouse/postWarehouse'} {elseif $op == 'question'} {template 'web/warehouse/question'} {elseif $op == 'postQuestion'} {template 'web/warehouse/postQuestion'} {/if} {template 'common/footer'}