Resumo por Banco

{% for name, value in total_bank.sum_total.items %} {% empty %} {% endfor %} {% if total_bank.sum_total %} {% endif %}
Banco Total
{{ name }} R$ {{ value|floatformat:2 }}
Nenhum dado encontrado.
Total Geral R$ {{ total_bank.sum_all|floatformat:2 }}