@if (item.about) {

{{ item.about }}

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

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

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