{% extends "base.html" %} {% block content %}
| 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 "" }} |