{% 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') %}

{% translate 'If you have lost your device, you can use a recovery code instead.' %}

{% translate "use recovery code" %}

{% endblock %}