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

{% translate 'Set up two-factor authentication' %}

{% translate "You've successfully configured two-factor authentication." %}

{% include 'hidp/includes/forms/submit_row.html' with cancel_label=_('Back') cancel_url=back_url %} {% endblock %}