# extends 'profile/profile_base.html'
# import 'macro/forms.html' as forms
# import 'macro/utils.html' as utils
# block profile_content
{{user_db.username}}
{{user_db.email}}
# if config.CONFIG_DB.verify_email and user_db.email and user_db.verified
# elif config.CONFIG_DB.verify_email and user_db.email
# endif
{{utils.auth_icons(user_db)}}
# endblock