{% extends "base.html" %} {% from 'components/ui.html' import page_header %} {% block content %} {{ page_header( icon_class='fas fa-lock', title_text='Change Password', subtitle_text=(_('You must change your password before continuing.') if current_user.password_change_required else _('Update your password.')), breadcrumbs=[ {'text': 'Profile', 'url': url_for('auth.profile')}, {'text': 'Change Password'} ] ) }}