{% extends 'D2BillingBundle::layout.html.twig' %} {% block page_header %}
{% include 'D2BillingBundle::docButtons.html.twig' %} {% if is_granted('ROLE_CUSTOMERS_MANAGE') %} Edit {% endif %} Back
View Customer Account Settings.
{% endblock page_header %} {% block content %}
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 {{ entity.enableAutoInvoice ? 'Active' : 'Inactive' }}
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 %}
{% endblock content %}