{!! __(GetAppText("page.ext_user_reset_password_enter_code.title")) !!}

{!! __(GetAppText("page.ext_user_reset_password_enter_code.text")) !!}

@component("components.inputs.input", ["id" => "confirmation_code", "type" => "password", "label" => __(GetAppText("confirmation_code")), "placeholder" => __(GetAppText("confirmation_code")), "mandatory" => true]) @endcomponent
@component("components.links.link", [ "id" => "lnk_register_user", "title" => __("universal.link.cancel"), "url" => session("url.loginPage"), "linkClass" => "btn btn-danger" ]) @endcomponent
@component("components.buttons.button", [ "id" => "btn_check_code", "title" => __("universal.button.next") ]) @endcomponent