@if (isMensaThing(item)) {
}
@if (item.type !== 'floor') {
@if (item.categories) {
}
@if (item.address) {
}
}
@if (item.type !== 'building') {
@if (item.inPlace) {
{{ 'inPlace' | propertyNameTranslate: item | titlecase }}
}
}
@if (hasValidLocation) {
}