";
// line 69
echo __("Please scan the following image with your app:");
echo "
";
// line 72
ob_start(function () { return ''; });
echo __("Access Code");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 73
echo " ";
echo $context["forms"]->getinput("code", ($context["title"] ?? null));
echo "
";
// line 90
echo __("Here are your recovery codes, please make sure to store them in a safe place, like password manager.");
echo "
";
// line 91
echo __("Recovery codes will become active only after this form is successfully saved");
echo "