{% extends 'base.html' %} {% block main_title %} Journal {% endblock %} {% block content_header %} ← Back to accounts {% endblock %} {% block content %}
# ❓ | Date | Amount ({{CURRENCY_SYMBOL[company.accounts_currency_code]}}) | Narrative | {% for tx_id, tx in transactions %}
---|---|---|---|
Transaction {{order_recorded(tx_id)}} | {{tx.total_amount(formatted=True)}} | {{tx.narrative}} |