{% extends "admin/dashboard.html" %} {% load static %} {% block title %} Admin | Edit Customer {% endblock title %} {% block content %}
{% csrf_token %}

Profile Photo

{% if customer.profile_image %} Customer Photo {% endif %}

Customer Information

Customer Address

{% endblock content %}