{% extends 'corptax/base.html' %} {% load i18n %} {% load humanize %} {% block details %}
For month: {{date}}
Total {{total|floatformat:"0"|intcomma}}
{% block months %} {% for x in months %} {{x|date:'m'}}/{{x|date:'Y'}} {% endfor %} {%endblock%}Item | Amount |
---|---|
{{x.description}} | {{x.income|floatformat:"0"|intcomma}} |
Item | Amount |
---|---|
{{x.description}} | {{x.expense|floatformat:"0"|intcomma}} |