close {#if isReportVisible} {/if} {#if isFeedbackPromptVisible} {/if}
{space.location}
{#if space.description != null && space.description.length > 0}

{space.description}


{/if}
{#if space.tags.length > 0}
{#each space.tags as tag (tag)} {tag} {/each}
{/if}
Opening Times:
{#each openingEntries as { day, entry } (entry)}
{day}: {#if entry} {entry.is_24_7 ? "Open All Day" : `${formatTime(entry.opens_at)} – ${formatTime(entry.closes_at)}`} {:else} Closed {/if}
{/each}
Where it is:

{#if place.name} {place.name}
{/if} {#each place.formatted_address?.split(",") || [] as line (line)} {line.trim()}
{/each}

{#if adminMode} {:else} {/if}