{% import 'macros/_commodity_macros.html' as commodity_macros %}
{{ _('Location') }}: {{ entry.meta.filename }}:{{ entry.meta.lineno }}
{{ _('Balances before entry') }} | |
---|---|
{{ account }} |
{% for position in inventory %}
{{ commodity_macros.render_amount(ledger, position.units) }}
{% if not loop.last %} {% endif %} {% endfor %} |
{{ _('Balances after entry') }} | |
---|---|
{{ account }} |
{% for position in inventory %}
{{ commodity_macros.render_amount(ledger, position.units) }}
{% if not loop.last %} {% endif %} {% endfor %} |