{# -*- mode: web; -*- #} {% extends "base.html" %} {% block title %} Settings for user {{ current_user.username }} {% endblock %} {% block content %}
Welcome, {{ current_user.username }}!
| Field | Value |
|---|---|
| Username | {{ current_user.username }} |
| First Name | {{ current_user.name_first }} |
| Last Name | {{ current_user.name_last }} |
| {{ current_user.email }} | |
| Phone (mobile) | {{ current_user.phone_mobile }} |
| Phone (alt) | {{ current_user.phone_alternative }} |
| Last Updated | {{ current_user.date_time_updated }} |