{% extends "base.html" %} {% block content %}

{{ customer.company_name }}

Customer Code : {{ customer.customer_code }}
Edit Customer Back

Contact Person
{{ customer.contact_name or "-" }}
Telephone
{{ customer.telephone or "-" }}
Email
{{ customer.email or "-" }}
City
{{ customer.city or "-" }}
Customer Overview
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 "" }}
{% endblock %}