{% extends 'D2EngenBundle::layout.html.twig' %} {% block head_script_extra %} {% endblock head_script_extra%} {% block page_header %}
View Engen Account.
{% endblock page_header %} {% block content %}

Account Balances

Deposit {{ entity.deposit|number_format(3, '.', '') }}
Current Balance {{ entity.accountBalance|number_format(3, '.', '') }}

Account Details

Active {{ entity.status ? 'Active' : 'Inactive' }}
Approved {{ entity.approved ? 'Active' : 'Inactive' }}
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

Email {{ 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 }}
{% endblock content %}