{% extends 'extends/layout.html' %} {% load static %} {% load humanize %} {% block content %}
Expense transactions
{% for expense in transactions %} {% endfor %}
Date Reference Amount Expense Account Narration Action
{{ expense.tx_date|date:"d/m/Y" }} #{{ expense.receipt }} {{ currency.currency }} {{ expense.reporting_amount|intcomma }} {{ expense.account_dr.name }} {{ expense.narration }}
{% endblock %}