{% extends "registration/login.html" %} {% load i18n %} {% load static_url %} {% block content %}
{% if rpconfig %} {% include "widgets/trusted_rp.html" %} {% endif %}

{% blocktrans %}To continue use 2 factor authentication{% endblocktrans %}

{% csrf_token %}

{{ 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 %}

{% if next %}{% endif %} {% if token %}{% trans "or" %} {% include "common/cancel_link.html" %}{% endif %}
 

{% trans "Report a lost or stolen device" %}

{% blocktrans with "twofactor_faq"|static_url as 2FFAQ %} 2-Factor Auth FAQ {% endblocktrans %}

{% endblock %}