{% if account_data == 'emptyfilters' %}
Please select from the above filters to generate a report.
{% elseif account_data is empty %}
There are currently no records to show
{% else %} {% for account_name, account_entity in account_data %} {% include 'D2BillingBundle:StatementReport:list.item.html.twig' %} {% endfor %} {% endif %}