{% extends 'hidp/base_pre_login.html' %} {% load i18n %} {% block title %}{% translate 'Two-factor authentication' %}{% endblock %} {% block main %}

{% translate 'Two-factor authentication' %}

{% csrf_token %} {{ form }} {% include 'hidp/includes/forms/submit_row.html' with submit_label=_('Verify') %}

{% url 'hidp_otp:verify-recovery-code' as recovery_code_url %} {% blocktranslate %}If you have lost your device, you can use a recovery code instead.{% endblocktranslate %}

{% endblock %}