{% extends "twocols.html" %} {% load i18n %} {% load static_url %} {% block leftcol %}
{{ form.oath_token }} {% if form.oath_token.errors %} {{ form.oath_token.errors|join:"" }} {% endif %} {% if form.non_field_errors %} {{ form.non_field_errors|join:"" }} {% endif %}
{% blocktrans %}To get a new one-time password on your mobile device or keyfob, press the 'refresh' button.{% endblocktrans %}
{% blocktrans %} Do not activate your authentication device when not needed. Extra activations will get your device out of sync with the server and lock you out of your account. {% endblocktrans %}
{% trans "Report a lost or stolen device" %}
{% blocktrans with "twofactor_faq"|static_url as 2FFAQ %} 2-Factor Auth FAQ {% endblocktrans %}