{% for k, v in app.request.query %} {% if k|lower not in ['from_date', 'to_date', 'age', 'show', 'category', 'terms', 'customer'] %}
{% endif %} {% endfor %}
From
To
Age
Current
30 Days
60 Days
90 Days
120 Days
Show
All
Debit
Credit
Payment Terms
All
Month Based Terms
Day Based Terms
Go
Clear
{% set show_links = true %} {% set age = app.request.get('age') %} {% include 'D2BillingBundle:StatementReport:list.html.twig' with {'account_data': account_data} %}