{% extends "base.html" %} {% block content %}
{{ customer.customer_code }}
| Company | {{ customer.company_name }} |
|---|---|
| Trading Name | {{ customer.trading_name or "-" }} |
| Registration No | {{ customer.registration_number or "-" }} |
| VAT Number | {{ customer.vat_number or "-" }} |
| Address |
{{ customer.street or "" }} {{ customer.city or "" }} {{ customer.postal_code or "" }} {{ customer.province or "" }} |
| Contact Person | {{ customer.contact_name or "-" }} |
| {{ customer.email or "-" }} | |
| Telephone | {{ customer.telephone or "-" }} |
| Primary Contact | {{ customer.contact_name or "-" }} |
|---|---|
| {{ customer.email or "-" }} | |
| Telephone | {{ customer.telephone or "-" }} |
| Alternative Phone | {{ customer.alternative_phone or "-" }} |
No enquiries for this customer.
{% endif %}No quotations for this customer.
{% endif %}Projects module coming soon.