{{ 'name' | thingTranslate: item }}

@for (author of item.authors; track author) { {{ 'name' | thingTranslate: author }} } @if (item.authors && item.authors && item.firstPublished) { ,  } @if (item.firstPublished && !item.lastPublished) { {{ item.firstPublished }} } @else { @if (item.firstPublished && item.lastPublished) { {{ [item.firstPublished, item.lastPublished] | join: ' - ' }} } }

{{ 'categories' | thingTranslate: item }}