{% 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 %}

{% for k, v in app.request.query %} {% if k|lower not in ['from_date', 'to_date', 'age', 'show', 'terms', 'account'] %} {% endif %} {% endfor %}
{% 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 %}