{{ 'name' | thingTranslate: _item }} @if (_item.type !== 'floor') {

@if (_item.type !== 'building' && _item.inPlace) { {{ 'name' | thingTranslate: _item.inPlace }} }

@if (_item.categories && _item.type !== 'building') { {{ 'categories' | thingTranslate: _item | join: ', ' | titlecase }} } @else { {{ 'type' | thingTranslate: _item | titlecase }} } @if (distance | async; as distance) { {{ distance | metersLocalized }} } } @if (_item.description) {

{{ 'description' | thingTranslate: _item }}

}