{* Шаблон активации заказа *} {if $activate_mode eq 1} {if $activate_result eq 1} {include file="header.tpl.html" header=$smarty.const.CUSTOMER_ACTIVATE_TITLE}
{$smarty.const.CUSTOMER_ACTIVATE_OK}
 
{else} {include file="header.tpl.html" header=$smarty.const.CUSTOMER_ORDER_ACTNOFIND}
{$smarty.const.CUSTOMER_ACTIVATE_NO}
 
{/if} {elseif $activate_mode eq 2} {if $activate_result eq 1} {include file="header.tpl.html" header=$smarty.const.CUSTOMER_DEACTIVATE_TITLE}
{$smarty.const.CUSTOMER_DEACTIVATE_OK}
 
{else} {include file="header.tpl.html" header=$smarty.const.CUSTOMER_ORDER_ACTNOFIND}
{$smarty.const.CUSTOMER_ACTIVATE_NO}
 
{/if} {/if}