{% extends 'registration/base_registration.html' %} {% load i18n %} {% block card_body %}
{% csrf_token %} {% if sms %}

Please enter the code that you receive over text message.

{% elif totp %}

Please enter the code from your authenticator app.

{% endif %} {% include 'registration/form.html' %}
{% translate 'Back' %}
{% endblock %}