{# app/templates/storefront/account/dashboard.html #} {% extends "storefront/base.html" %} {% from 'shared/macros/modals.html' import confirm_modal %} {% block title %}My Account - {{ store.name }}{% endblock %} {% block alpine_data %}accountDashboard(){% endblock %} {% block content %}
Welcome back, {{ user.first_name }}!
{{ card.subtitle }}
{{ card.value }}
{% if card.value_label %}{{ card.value_label }}
{% endif %}Edit your information
{{ user.email }}
Manage addresses
Contact support
Customer Since
{{ user.created_at.strftime('%B %Y') }}
Customer Number
{{ user.customer_number }}