{% extends "main.html" %} {%load static%} {% block content %}

Edit Customer

{% csrf_token %}
{% if not customer_business %}
{% endif %} {% if customer_business %}
{% endif %}
{% endblock content %}