{% extends 'D2EngenBundle::base.html.twig' %} {% block head_script_extra %} {% endblock head_script_extra %} {% block page_header %}

Your Engen Account details.
{% endblock %} {% block content %}

Company Details

Account number {{ engen_account.accountnumber }}
Company name {{ engen_account.companyname }}
Trading as {{ engen_account.tradingas }}
Invoice name {{ engen_account.invoicename == 'company_name' ? engen_account.companyname : engen_account.tradingas }}
Vat number {{ engen_account.vatnumber }}
Ck number {{ engen_account.cknumber }}

Contact Details

Email {{ engen_account.email }}
Tel {{ engen_account.tel }}
Fax {{ engen_account.fax }}

Postal Address

Street {{ engen_account.postaladdressstreet }}
Suburb {{ engen_account.postaladdresssuburb }}
City {{ engen_account.postaladdresscity }}
Province {{ engen_account.postaladdressprovice }}
Country {{ engen_account.postaladdresscountry }}
Code {{ engen_account.postaladdresscode }}

Physical Address

Street {{ engen_account.physicaladdressstreet }}
Suburb {{ engen_account.physicaladdresssuburb }}
City {{ engen_account.physicaladdresscity }}
Province {{ engen_account.physicaladdressprovince }}
Country {{ engen_account.physicaladdresscountry }}
Code {{ engen_account.physicaladdresscode }}
{% endblock content %}