{% extends "app/base.html" %} {% block body %}
{% if messages %} {% for message in messages|slice:"1" %}
{{ message }}
{% endfor %} {% endif %}
My Profile
{% comment %}
{% endcomment %}
{{request.user.first_name}}

Customer since {{ user.date_joined|date:"F d, Y" }}

Need Help?
{% comment %}
Call Support
+1 (800) 555-1234
{% endcomment %} {% comment %}
Support Hours

Mon-Fri: 9AM - 6PM EST

{% endcomment %} {% comment %} Open Support Ticket {% endcomment %}
Account Statistics
{{total_orders}}

Total Orders

{{total_pending_orders}}

Pending Orders

Profile Details

{{ user.first_name }}

{{ user.email }}

{% if get_profile.mobile_no %} {{ get_profile.mobile_no }} {% else %} Unspecified {% endif %}

{% if get_profile.country %} {{ get_profile.country }} {% else %} Unspecified {% endif %}

{% if get_profile.company %} {{ get_profile.company }} {% else %} Unspecified {% endif %}

{% if get_profile.address %} {{ get_profile.address }} {% else %} Unspecified {% endif %}

{% if get_profile.postal_code %} {{ get_profile.state }} {% else %} Unspecified {% endif %}

{% if get_profile.city %} {{ get_profile.city }} {% else %} Unspecified {% endif %}

{% if get_profile.business_phone_no %} {{ get_profile.business_phone_no }} {% else %} Unspecified {% endif %}

{% if get_profile.website %} {{ get_profile.website }} {% else %} Unspecified {% endif %}

{{ user.date_joined|date:"F d, Y" }}

Edit Profile
{% csrf_token %}
Change Password
{% csrf_token %}
Saved Designs
Saved Design
Company Logo

Saved on: 08/01/2025

Saved Design
Monogram Design

Saved on: 07/25/2025

Saved Design
3D Puff Design

Saved on: 07/15/2025

Payment Methods
Visa ending in 4242

Expires 12/2025

Mastercard ending in 8888

Expires 09/2026

Billing History
Invoice ID Date Amount Status Action
INV-001-123 08/03/2025 $45.00 Paid Download
INV-001-122 07/28/2025 $75.00 Paid Download
INV-001-121 07/15/2025 $120.00 Paid Download
Saved Addresses
Add New Address
Home Address

123 Main Street, Apt 4B
New York, NY 10001
United States

Phone: +1 (123) 456-7890

Office Address

456 Business Ave, Suite 200
San Francisco, CA 94107
United States

Phone: +1 (987) 654-3210

Recent Notifications
Mark All as Read
Order Completed

Your order #185486 has been completed and is ready for download.

2 hours ago

Payment Received

We've received your payment of $75.00 for order #185486.

1 day ago

New Feature Available

We've added new digitizing options for 3D puff embroidery.

3 days ago

{% endblock %}