{% extends "base.html" %} {% load static %} {% block page_head %}
Name | {{ client.name }} |
---|---|
Company | {{ client.company }} |
Status | {{ client.status }} |
{{ client.email }} | |
Phone | {{ client.phone }} |
Address | {{ client.address }} |
Additional Info | {{ client.additonal }} |
Product Name | Type | Purchase Date | Renewed Date | Expiry Date | Status | Actions |
---|---|---|---|---|---|---|
{{ product.name }} | {{ product.product_type }} | {{ product.purchase_date }} | {{ product.renewed_date }} | {{ product.expiry_date }} | {{ product.status }} | View Edit Delete |
No products found for this client.
{% endif %}