{% extends "two_factor_auth/_base_focus.html" %} {% load i18n %} {% block content %}
{% blocktrans %}You are about to take your account security to the next level. Follow the steps in this wizard to enable two-factor authentication.{% endblocktrans %}
{% elif wizard.steps.current == 'method' %}{% blocktrans %}Please select which authentication method you would like to use.{% endblocktrans %}
{% elif wizard.steps.current == 'generator' %}{% blocktrans %}To start using a token generator, please use your smartphone to scan the QR code below. For example, use Google Authenticator. Then, enter the token generated by the app. {% endblocktrans %}