{% extends 'D2BillingBundle::layout.html.twig' %} {% set show_links = true %} {% set age = app.request.get('age') %} {% block head_script_extra %} {% endblock head_script_extra %} {% block head_style_extra %}
{% endblock head_style_extra %} {% block page_header %}
PDF
{% for k, v in app.request.query %} {% if k|lower not in ['from_date', 'to_date', 'age', 'show', 'terms', 'account'] %}
{% 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
Account
Go
Clear
{% if records_count > 0 %}
Displaying {{ records_count }}
Statement
records
{% endif %}
{% endblock page_header %} {% block content %}
{% include 'D2BillingBundle:StatementReport:list.html.twig' with {'account_data': account_data, 'account_missing': account_missing} %}
{% endblock %}