{% set entry_hash = request.args.get('entry_hash') %} {% set entry, balances, slice, sha256sum = ledger.context(entry_hash) %}
{{ _('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 %} |