{% load i18n %} {% load humanize %} {% load price_formats %}
| {% trans "Outstanding count:" %} | {{values.outstanding_count}} | {% trans "Outstanding value:" %} | {{values.outstanding|floatformat:0|intcomma|price}} |
|---|---|---|---|
| {% trans "Total bought count:" %} | {{values.finished_count}} | {% trans "Total bought:" %} | {{values.finished|floatformat:0|intcomma|price}} |
| {% trans "Untracked count:" %} | {{values.untracked_count}} |