{% if transactions_data == 'emptyfilters' %}
Please select from the above filters to generate a report. |
{% elseif records_count == 0 %}
There are currently no records to show |
{% else %}
{% if account_categories_data %}
{% include 'D2BillingBundle:AgeAnalysisReport:listCategories.html.twig' with {'account_categories_data': account_categories_data} %}
{% else %}
{% include 'D2BillingBundle:AgeAnalysisReport:listDefault.html.twig' with {'transactions_data': transactions_data} %}
{% endif %}
{% endif %}