{% extends "two_factor/profile/profile.html" %} {% load i18n two_factor_ext %} {% block content %}
{% if not user|user_has_topt_device and user|user_has_u2f_device %}

{% trans "Account Security" %}

{% blocktrans trimmed %}Add a TOPT method to your two-factor authentication{% endblocktrans %}

{% trans "Add TOTP Authentication" %} {% else %} {{ block.super }} {% endif %}
{% endblock %} {% block content_right %} {% include "site/profile-security-keys.html" %} {% endblock %}