{if !$smarty.get.order2}
{if $ActOk} {$smarty.const.REGCONFIRM_SUCCESS} {else} {if $ActErr}
{$smarty.const.REGCONFIRM_WRONG_ACTCODE}
{/if} {if $NoAct}
{$smarty.const.REGCONFIRM_NOTACTIVATED}
{/if}
{$smarty.const.REGCONFIRM_TYPE_CODE}

{/if}
{else}{* !$smarty.get.order2 *}
{if $smarty.const.CONF_ENABLE_REGCONFIRMATION}
{$smarty.const.REGCONFIRM_TYPE_CODE} {if $ActErr}
{$smarty.const.REGCONFIRM_WRONG_ACTCODE}
{/if} {if $NoAct}
{$smarty.const.REGCONFIRM_NOTACTIVATED}
{/if}


{/if}
{/if}{* !$smarty.get.order2 *}