{% extends 'admin/layout.html.twig' %} {% block title %}{{ customer.name }} - KitscoApp{% endblock %} {% block page_title %}{{ customer.name }}{% endblock %} {% block content %}
{{ customer.contactPerson }}
{% endif %}Phone
{{ customer.phone }}No contact information
{% endif %}P.O. Box {{ customer.poBox }}
{% endif %} {% if customer.address %}{{ customer.address }}
{% endif %}{% if customer.city %}{{ customer.city }}{% endif %}{% if customer.city and customer.country %}, {% endif %}{{ customer.country }}
No address on file
{% endif %}{{ customer.notes }}
| Invoice # | Total | Actions |
|---|---|---|
| {{ invoice.displayInvoiceNumber }} {{ invoice.type.value|capitalize }} | {{ invoice.formattedTotal }} |
No invoices yet
Create first invoiceInvoice Summary
Total Revenue
{{ totalRevenue|money }}
TZS
Linked Account
{{ customer.user.email }}
Can access customer portal
Timestamps
Danger Zone