{% extends "secureauth/base.html" %} {% load i18n %} {% block title %}{% trans 'Two-factor configuration' %}{% endblock %} {% block content %} {% if personal_data %}

{% blocktrans %} You’ll need to install a two-factor authentication application on your smartphone or tablet. For more information, visit {% endblocktrans %} wiki.

{% trans 'Download application for your devices from:' %} AppStore / PlayMarket / Windows Phone Marketplace

1. {% trans 'Configure the app' %}
{% blocktrans %} Open your two-factor authentication app and add your account by scanning the QR code. {% endblocktrans %}

2. {% trans 'Enter the code' %}
{% blocktrans %} Enter the 6-digit code that the application generates into the form bellow. {% endblocktrans %}

{{ form.as_table }}
{% csrf_token %}
{% endif %} {% endblock content %}