{% extends 'base.html' %} {% load i18n %} {% block content %}

{% trans "Two-Factor Authentication" %}

{% csrf_token %} {{ form.non_field_errors }} {{ form.otp_token.label }}: {{ form.otp_token }}
{% endblock %}