{% extends 'D2BillingBundle::layout.html.twig' %} {% 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 ['to_date', 'age', 'group_by_cat', 'terms', 'account'] %} {% endif %} {% endfor %}
{% if records_count > 0 %}
Displaying {{ records_count }} Age Analysis records
{% endif %} {% endblock page_header %} {% block content %}
{% include 'D2BillingBundle:AgeAnalysisReport:list.html.twig' with {'transactions_data': transactions_data, 'account_categories_data': account_categories_data, 'from_and_to': from_and_to, 'records_count': records_count} %}
{% endblock %}