{% extends 'vehicle/customerbase.html' %} {% load static %} {% block content %}




Name : {{customer}}

Mobile : {{customer.mobile}}

Address : {{customer.address}}
















{% endblock content %}