{{ total_balance > 0 ? "Neo" : "Trinity" }} owes ${{ Math.round(Math.abs(total_balance) * 100) / 100 }}


paid on behalf of for

Advanced:

Date From To Amount Description
{{ expense.date }} {{ expense.from }} {{ expense.to }} {{ expense.amount.toFixed(2) }} {{ expense.description }}