tttt

Created on 12 April, 2026 • 1 views • 1 minutes read

ttt

{include file='_head.tpl'} {include file='_header.tpl'}
{if $system['activation_type'] == "email"} {else} {/if}

{__("Activation Required")}

{__("Hey")} 👋 {__("Let's verify your")} {if $system['activation_type'] == "email"}{__("email")}{else}{__("phone")}{/if}.
{if $system['activation_type'] == "email"} {__("Please go to")} {$user->_data['user_email']} {__("to complete the activation process.")} {else} {__("Please check the SMS on your phone")} {$user->_data['user_phone']} {__("to complete the activation process.")} {/if}

{if $system['activation_type'] == "email"}
{__("If you didn't receive the email, please check your spam or junk folder.")}
{/if}

{if $system['activation_type'] == "email"} {else} {if $user->_data['user_phone']} {/if} {/if}
{include file='_footer.tpl'}