@if ($any(item).honorificPrefix) { {{ 'honorificPrefix' | thingTranslate: item }} } {{ 'name' | thingTranslate: item }} @if ($any(item).honorificSuffix) { {{ 'honorificSuffix' | thingTranslate: item }} }

@if ($any(item).openingHours; as openingHours) {
} @if (item.description && item.type !== 'job posting') {
{{ 'description' | thingTranslate: item }}
} @if (item.description && item.type !== 'job posting' && buttonShown) { }