{* $Id: order_status.tpl 1511 2006-04-03 13:44:51Z imac $*} {* @display - type of template output (text or selecbox) @status - order status @name - selectbox name *} {strip} {if $display == "view"} {if $status == "O"}{$lang.open} {elseif $status == "C"}{$lang.completed} {elseif $status == "B"}{$lang.backordered} {elseif $status == "F"}{$lang.failed} {elseif $status == "D"}{$lang.declined} {elseif $status == "I"}{$lang.cancelled} {elseif $status == "P"}{$lang.processed} {/if} {elseif $display == "select"} {/if} {/strip}