{% extends "base.html" %} {% load i18n %} {% block html_extra %}data-qa-id="two_factor_sync"{% endblock %} {% block extra_css %} {% if rpconfig and rpconfig.logo_url %} {% endif %} {% endblock %} {% block text_title %}

{% trans "One account to log in to everything on Ubuntu" %}

{% trans "Enter three consecutive verification codes" %}

{% endblock %} {% block bodyclass %}{% endblock %} {% block menu %}{% endblock %} {% block content %}

{% if token %}{% url 'cancel' token as cancel_url %} {% else %}{% url 'account-index' as cancel_url %}{% endif %} {% if rpconfig and rpconfig.displayname %} {{ rpconfig.displayname }} {% else %} Ubuntu One {% endif %} {% trans "2-factor synchronization" %}

{% csrf_token %} {% if form.non_field_errors %}
{{ form.non_field_errors|join:"" }}
{% endif %} {% for field in form %}

{{ field }} {% if field.errors %} {{ field.errors|join:"" }} {% endif %}

{% endfor %}
{% if next %}{% endif %}
{% include "registration/two_factor_information.html" %}
{% endblock %} {% block extra_js %} {% include "common/sync_2fa_javascript.html" %} {% endblock %}