{% extends "two_factor/_base_focus.html" %} {% load i18n %} {% load static %} {% block content %} {% if user.is_authenticated %}
{% translate 'Two factor authentication is enabled for your account.' %}
{% else %}{% translate 'Two factor authentication is not enabled for your account. Enable it to continue.' %}
{% trans "Setup two factor authentication" %} {% endif %} {% else %}