{* *}{strip} {if !empty($post)} Ваш заказ №{inputValue from='post->order_id'} {$status = $post->status|default:0} {if $status == 1} в обработке. {elseif $status == 2} выполнен. {elseif $status == 3} отменён. {/if} {if $status != 3} {if !empty($post->payment_status)} Оплачен. {/if} {/if} {if !empty($post->orders_phase)} {$post->orders_phase|escape}. {/if} {if !empty($post->delivery_tracking)} Номер декларации {$post->delivery_tracking|escape}. {/if} {**} Интернет-магазин {site domain=TRUE} {/if} {/strip}