{% load i18n %}

{% trans "One-time code authentication (TOTP)" %}

{% csrf_token %} {{ form.as_p }} {% if device_can_be_trusted %} {% include "authentic2_auth_trusted_device/form_input.html" %} {% endif %}