{# app/modules/tenancy/templates/tenancy/store/my-account.html #} {% extends "store/base.html" %} {% from 'shared/macros/headers.html' import page_header_flex %} {% from 'shared/macros/alerts.html' import loading_state, error_state %} {% block title %}My Account{% endblock %} {% block alpine_data %}myAccountPage(){% endblock %} {% block content %} {% call page_header_flex(title='My Account', subtitle='Manage your personal account information') %} {% endcall %} {{ loading_state('Loading account...') }} {{ error_state('Error loading account') }}

Personal Information

Update your name and email address

Change Password

Update your login password

Minimum 8 characters, must include a letter and a digit

Account Information

Read-only account metadata

{% endblock %} {% block extra_scripts %} {% endblock %}