{% for k, v in app.request.query %} {% if k|lower not in ['from_date', 'to_date', 'age', 'show', 'category', 'terms', 'customer'] %} {% endif %} {% endfor %}
{% set show_links = true %} {% set age = app.request.get('age') %} {% include 'D2BillingBundle:StatementReport:list.html.twig' with {'account_data': account_data} %}