{% extends "base_settings_page.html" %} {% block content %}
This username is valid
This username is already taken.
{% if u.has_two_factor() %}
Two factor authentication If you uncheck a factor, it will be DELETED {% for f in u.two_factor.as_deref().unwrap_or_default() %}
{% endfor %}
{% endif %}
Granted clients
{% for c in clients %}
{% endfor %}
{% endblock content %}