{% extends "base.html" %} {% from 'components/ui.html' import page_header %} {% block content %} {{ page_header( icon_class='fas fa-user-edit', title_text='Edit Profile', breadcrumbs=[ {'text': 'Profile', 'url': url_for('auth.profile')}, {'text': 'Edit'} ] ) }}
{{ _('Manage two-factor authentication for your account.') }}
{{ _('Two-factor authentication') }}