{% extends 'D2BillingBundle::layout.html.twig' %} {% block page_header %}
| Tax | {{ entity.tax ? entity.tax : 'Not set' }} |
|---|---|
| Terms | {{ entity.terms ? entity.terms : 'Not set' }} |
| Normal terms | {{ entity.normalTerms ? entity.normalTerms : 'Not set' }} |
| Interest from | {{ entity.interestFrom ? entity.interestFrom : 'Not set' }} |
| Invoice discount | {{ entity.invoiceDiscount ? entity.invoiceDiscount : 'Not set' }} |
| Credit limit | {{ entity.creditLimit ? entity.creditLimit : 'Not set' }} |
| Default Invoice Address | {{ entity.defaultinvoiceaddress ? entity.defaultinvoiceaddress : 'Not set' }} |
| Auto Invoice Enabled | |
| Auto Invoice Period | {{ entity.autoInvoicePeriod ? entity.autoInvoicePeriod : 'Not set' }} |
| Next Invoice Date | {% if entity.nextInvoiceDate is not null %} {{ entity.nextInvoiceDate|date('Y/m/d') }} {% else %} Not set {% endif %} |