{% extends "base.html" %} {% block title %}My Profile{% endblock %} {% block page_title %}My Profile{% endblock %} {% block content %}
Account Settings
{{ current_user.full_name[0].upper() }}
{{ current_user.email }}
{{ current_user.role.replace('_',' ').upper() }}

Notification Preferences

Change Password (leave blank to keep current)
Cancel
{% endblock %}