{% set cur_sym = d2_config('currency_symbol') %} {% if app.request.get('age') | number_format(0, '', '') >= 120 %} {% endif %} {% if app.request.get('age') | number_format(0, '', '') >= 90 %} {% endif %} {% if app.request.get('age') | number_format(0, '', '') >= 60 %} {% endif %} {% if app.request.get('age') | number_format(0, '', '') >= 30 or app.request.get('age') is null %} {% endif %} {% for entity in transactions_data %} {% if app.request.get('age') | number_format(0, '', '') >= 120 %} {% endif %} {% if app.request.get('age') | number_format(0, '', '') >= 90 %} {% endif %} {% if app.request.get('age') | number_format(0, '', '') >= 60 %} {% endif %} {% if app.request.get('age') | number_format(0, '', '') >= 30 or app.request.get('age') is null%} {% endif %} {% endfor %}
Date Category Account No. Company Descriptions120 Days90 Days60 Days30 DaysCurrent Total
{{ from_and_to[0] | date('Y-m-d') }} - {{ from_and_to[1] | date('Y-m-d') }} All {{ entity.account_number | trim }} {{ entity.account_name | trim }} {{ cur_sym }} {{ entity.total_120 | number_format(2, '.', ' ') }}{{ cur_sym }} {{ entity.total_90 | number_format(2, '.', ' ') }}{{ cur_sym }} {{ entity.total_60 | number_format(2, '.', ' ') }}{{ cur_sym }} {{ entity.total_30 | number_format(2, '.', ' ') }}{{ cur_sym }} {{ entity.total_current | number_format(2, '.', ' ') }} {{ cur_sym }} {{ entity.total | number_format(2, '.', ' ') }}