{# app/templates/shop/account/dashboard.html #} {% extends "shop/base.html" %} {% block title %}My Account - {{ vendor.name }}{% endblock %} {% block alpine_data %}accountDashboard(){% endblock %} {% block content %}
Welcome back, {{ user.first_name }}!
View order history
{{ user.total_orders }}
Total Orders
Edit your information
{{ user.email }}
Manage addresses
Contact support
Customer Since
{{ user.created_at.strftime('%B %Y') }}
Total Orders
{{ user.total_orders }}
Customer Number
{{ user.customer_number }}
Are you sure you want to logout? You'll need to sign in again to access your account.