@if (listResource.isLoading()) {
} @else if (listResource.error()) {
} @else {
Name
{{ row.name }}
Voucher Type
{{ voucherType(row.voucherType) }}
Reporting Level
{{ reportingLevel(row.reportingLevel) }}
Has Reason?
{{ row.hasReason }}
Fixture?
{{ row.isFixture }}
}