diff --git a/ledger_pyreport/jinja2/transaction.html b/ledger_pyreport/jinja2/transaction.html index 9b471e3..ca09df5 100644 --- a/ledger_pyreport/jinja2/transaction.html +++ b/ledger_pyreport/jinja2/transaction.html @@ -44,10 +44,10 @@ {##} - - - - + + + + {% for posting in transaction.postings %} diff --git a/ledger_pyreport/jinja2/transaction_commodity.html b/ledger_pyreport/jinja2/transaction_commodity.html index ac19a9e..5f1d2e9 100644 --- a/ledger_pyreport/jinja2/transaction_commodity.html +++ b/ledger_pyreport/jinja2/transaction_commodity.html @@ -39,14 +39,14 @@
DateDescriptionAccountDrCrDescriptionAccountDrCr
{##} - - - {# Amount #} - {# Currency #} - {# Price #} - - - + + + {# Amount #} + {# Currency #} + {# Price #} + + + {% for posting in transaction.postings %} diff --git a/ledger_pyreport/jinja2/transactions.html b/ledger_pyreport/jinja2/transactions.html index 7f29a10..b5276a4 100644 --- a/ledger_pyreport/jinja2/transactions.html +++ b/ledger_pyreport/jinja2/transactions.html @@ -36,12 +36,12 @@
DateDescriptionAccountDrCrDescriptionAccountDrCr
- - - - - - {% if account %}{% endif %} + + + + + + {% if account %}{% endif %} {% set ns = namespace(balance=None) %} diff --git a/ledger_pyreport/jinja2/transactions_commodity.html b/ledger_pyreport/jinja2/transactions_commodity.html index 9dd25a1..4bbd754 100644 --- a/ledger_pyreport/jinja2/transactions_commodity.html +++ b/ledger_pyreport/jinja2/transactions_commodity.html @@ -27,15 +27,15 @@
DateDescription{% if account %}Related {% endif %}AccountDrCrBalanceDateDescription{% if account %}Related {% endif %}AccountDrCrBalance
- - - {# Dr/Cr #} - - {# Currency #} - - {# Currency #} - {# Price #} - + + + {# Dr/Cr #} + + {# Currency #} + + {# Currency #} + {# Price #} + {% set ns = namespace(balance=None) %}
DateDescriptionAmountBalanceDateDescriptionAmountBalance