{% extends 'backoffice/base.html' %} {% block title %}Add Customer{% endblock %} {% block content %}

ADD CUSTOMER

{% csrf_token %}
{% if messages %} {% endif %}
Customer Information

Fundi Information

{% endblock %}