{% call widget.panel(_("Account Info"), type="table") %}
| {{ current_user.email }} [ Change Email] | |
| Name | {{ current_user.name or ""}} |
| First Name | {{ current_user.first_name or ""}} |
| Last Name | {{ current_user.last_name or "" }} |
| DOB | {{ current_user.dob or "" }} |
| Address | {{ current_user.address or "" }} |
| State | {{ current_user.address_state or "" }} |
| City | {{ current_user.address_city or "" }} |
| Zip Code | {{ current_user.address_zip_code or "" }} |
| Country | {{ current_user.address_country or "" }} |
| Telephhone | {{ current_user.telephone or "" }} |