{% extends 'website/home/base.html' %} {% load static %} {% block content %}
{% include 'website/customer/customer_dashboard_sidebar.html' %}

Edit Profile

Back to Profile
{% csrf_token %}
{{ customer.customer_name }}
Cancel
{% endblock %}