{% load humanize %}
{# HINT: keep line breaks afterCost report by {{ group_by }} |
|
{{ year }} |
{{ global_partial_sums.next|floatformat:2|intcomma }} {{ currency }} |
|||
|
||||
Total: {{ total_sum|floatformat:2|intcomma }} {{ currency }} |
{{ month | date:"Y F" }} |
{{ partial_sums.next|floatformat:2|intcomma }} {{ currency }} |
|||
|
{{ customer_name }} |
{{ global_partial_sums.next|floatformat:2|intcomma }} {{ currency }} |
|||
|
||||
Total: {{ total_sum|floatformat:2|intcomma }} {{ currency }} |
{{ customer_name }} |
{{ partial_sums.next|floatformat:2|intcomma }} {{ currency }} |
|||
|