{% extends 'D2BillingBundle::layout.html.twig' %} {% block head_script_extra %} {% endblock head_script_extra%} {% block page_header %}
Holding Account
.
Allocations |
{% if entity.accounts|length %}
{% for account in accounts %}
{{ entity.account.companyname }} {% endfor %} {% endif %} |
---|---|
Active | ![]() |
Approved | ![]() |
Account number | {{ entity.accountnumber }} |
Company name | {{ entity.companyname }} |
Trading as | {{ entity.tradingas }} |
Invoice name | {{ entity.invoicename == 'company_name' ? entity.companyname : entity.tradingas }} |
Vat number | {{ entity.vatnumber }} |
Ck number | {{ entity.cknumber }} |
Contact Details |
|
{{ entity.email }} | |
Tel | {{ entity.tel }} |
Fax | {{ entity.fax }} |
Postal Address |
|
Street | {{ entity.postaladdressstreet }} |
Suburb | {{ entity.postaladdresssuburb }} |
City | {{ entity.postaladdresscity }} |
Province | {{ entity.postaladdressprovice }} |
Country | {{ entity.postaladdresscountry }} |
Code | {{ entity.postaladdresscode }} |
Physical Address |
|
Street | {{ entity.physicaladdressstreet }} |
Suburb | {{ entity.physicaladdresssuburb }} |
City | {{ entity.physicaladdresscity }} |
Province | {{ entity.physicaladdressprovince }} |
Country | {{ entity.physicaladdresscountry }} |
Code | {{ entity.physicaladdresscode }} |