{{ _('Location') }}: {{ entry.meta.filename }}:{{ entry.meta.lineno }}
{{ _('Balances before entry') }} | |
---|---|
{{ account }} |
{% for position in inventory %}
{{ position.units|format_amount }}
{% if not loop.last %} {% endif %} {% endfor %} |
{{ _('Balances after entry') }} | |
---|---|
{{ account }} |
{% for position in inventory %}
{{ position.units|format_amount }}
{% if not loop.last %} {% endif %} {% endfor %} |