{% extends "settings/layout.html" %} {% block settings_content %}
This is how your name appears throughout the application.
{% if error %}Your email address is used for signing in.
{{ user.email }}
Your roles determine what you can access in the application.
No roles assigned to your account.
{% endif %}