{% extends 'hidp/base_pre_login.html' %} {% load i18n %} {% block title %}{% translate 'Two-factor authentication' %}{% endblock %} {% block main %}
{% 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 %}