{% extends "_base.html" %} {% load future i18n %} {% block nav_secret %}active{% endblock %} {% block content %}

{% block title %}{% trans "Secret Page" %}{% endblock %}

{% blocktrans %}Congratulations, you've made it. You have successfully enabled two-factor authentication and logged in with your token.{% endblocktrans %}

{% endblock %}