@if (item.about) {

@if (visualStatus) { {{ 'library.account.pages' + '.' + listName + '.' + visualStatus.statusText | translate }} } {{ item.about }}

} @for (property of propertiesToShow; track property) { @if (item[property]) {

{{ 'library.account.pages' + '.' + listName + '.' + 'labels' + '.' + property | translate }}: @if (!['starttime', 'duedate'].includes(property)) { {{ item[property] }} } @else { {{ $any(item[property]) | amDateFormat: 'll' }} }

} } @if (renewable && item.canrenew) { {{ 'library.account.actions.renew.header' | translate }} }