{# app/templates/shop/account/dashboard.html #} {% extends "shop/base.html" %} {% block title %}My Account - {{ vendor.name }}{% endblock %} {% block alpine_data %}accountDashboard(){% endblock %} {% block content %}

My Account

Welcome back, {{ user.first_name }}!

Orders

View order history

{{ user.total_orders }}

Total Orders

Profile

Edit your information

{{ user.email }}

Addresses

Manage addresses

Messages

Contact support

Account Summary

Customer Since

{{ user.created_at.strftime('%B %Y') }}

Total Orders

{{ user.total_orders }}

Customer Number

{{ user.customer_number }}

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