{% load app_filters %} {% for month in monthlist %} {% endfor%} {% for data in number_total %} {% endfor%} {% for key, val in number %} {% endfor %} {% for data in call_total %} {% endfor%} {% for key, val in call %} {% endfor %} {% for data in duration_total %} {% endfor%} {% for key, val in duration %} {% endfor %} {% for data in invoiceTotal %} {% endfor%} {% for data in numberPurchase %} {% endfor%} {% for data in cost_total %} {% endfor%}
Total {{month}}
Numbers {{sumnumtypetotal}} {{data}}
{{key}} {{val.total}} {{val.0}}{{val.1}}{{val.2}}{{val.3}} {{val.4}}{{val.5}}{{val.6}}{{val.7}} {{val.8}}{{val.9}}{{val.10}}{{val.11}}
Calls {{sumcalldettotal}} {{data}}
{{key|string_upper}} {{val.total}} {{val.0}}{{val.1}}{{val.2}}{{val.3}} {{val.4}}{{val.5}}{{val.6}}{{val.7}} {{val.8}}{{val.9}}{{val.10}}{{val.11}}
Duration (Sec.) {{sumdurationdettotal}} {{data}}
{{key|string_upper}} {{val.total}} {{val.0}}{{val.1}}{{val.2}}{{val.3}} {{val.4}}{{val.5}}{{val.6}}{{val.7}} {{val.8}}{{val.9}}{{val.10}}{{val.11}}
Invoice ${{sumnumpurdettotal|amount_format}} ${{data|amount_format}}
Number ${{TotalnumberPurcahse|amount_format}} ${{data|amount_format}}
Duration ${{sumcallcostdettotal|amount_format}} ${{data|amount_format}}