{% load i18n static %}
{% comment %}These pages are part of an authentication flow and have nothing to offer a search engine or a referrer.{% endcomment %}
{{ title|default:_("Two-factor authentication") }}
{% block nav_menu %}
{% trans "Two-factor authentication" %}
{% endblock %}
{% block content %}{% endblock %}