{% extends 'users/_base_otp.html' %} {% load static %} {% load i18n %} {% block small_title %} {% trans 'Authenticate' %} {% endblock %} {% block content %}

{% trans 'The account protection has been opened, please complete the following operations according to the prompts' %}

{% trans 'Open Authenticator and enter the 6-bit dynamic code' %}

{% csrf_token %} {% if 'otp_code' in form.errors %}

{{ form.otp_code.errors.as_text }}

{% endif %}
{% endblock %}