@if (item.sameAs) { {{ 'hebisSearch.detail.title' | translate | sentencecase }} } @if (!item.sameAs) { } @if (item.edition) { } @if (item.description) { } @if (item.sourceOrganization) { } @if (item.authors && item.authors.length > 0) { {{ 'authors' | propertyNameTranslate: item | sentencecase }} @for (author of item.authors; track author) { {{ 'name' | thingTranslate: author }} } } @if (item.ISBNs) { } @if (item.firstPublished && !item.lastPublished) { } @if (item.firstPublished && item.lastPublished) { } @if (item.publications) { {{ 'publications' | propertyNameTranslate: item | sentencecase }} @for (publication of item.publications; track publication) {

{{ publication.locations | join: ', ' }} {{ publication.locations && publication.publisher ? ':' : '' }} {{ publication.publisher }}

}
} @if (item.categories) { {{ 'categories' | propertyNameTranslate: item | sentencecase }} {{ 'categories' | thingTranslate: item }} }