{template '_header'} {template 'warehouse/_header'} {if $op == 'display'} {template 'warehouse/display'} {elseif $op == 'postWarehouse'} {template 'warehouse/postWarehouse'} {elseif $op == 'question'} {template 'warehouse/question'} {elseif $op == 'postQuestion'} {template 'warehouse/postQuestion'} {/if} {template '_footer'}