{% extends 'base.html' %} {% load i18n %} {% block content %}
Account | Debit | Credit | ||
---|---|---|---|---|
{% if forloop.counter == 1 %} {{ journal_entry.date }} {% else %} {% endif %} | {% if not item.debit %}{% else %} | {% endif %} {{ item.account }} | {% if item.debit %} {{ item.value|floatformat:2 }} {% endif %} | {% if not item.debit %} {{ item.value|floatformat:2 }} {% endif %} |
Description {{ journal_entry.description }} | ||||
Total | {{ total|floatformat:2 }} | {{ total|floatformat:2 }} |