Payment {{ voucher.isStarred ? 'star' : 'star_border' }}
Date @for (account of paymentAccounts; track account) { {{ account.name }} } Payment Amount ₹ 
Account @if (accBal) { Balance as on Date: {{ accBal.date | currency: 'INR' | accounting }} / Final balance: {{ accBal.total | currency: 'INR' | accounting }} } @for (account of accounts | async; track account) { {{ account.name }} } Amount ₹ 
Account {{ row.account.name }} Amount {{ row.amount | currency: 'INR' }} Action Narration
@for (item of voucher.files; track item) {
}
@if (voucher.id) { } @if (voucher.id) { Created on {{ voucher.creationDate | localTime }} and Last Edited on  {{ voucher.lastEditDate | localTime }} by  {{ voucher.user.name }}. {{ voucher.poster ? 'Posted by ' + voucher.poster : '' }} }