Review of {pinned}

Stays attached to {pinned}, not to whatever lands next. {#if answering && asker} · answering {asker.handle ?? asker.name}'s request {/if}

{#if version.verdict}

A review already pins this version. Reviews accumulate; the newest is the one the row shows.

{/if} {#if !writable} {#if space.fixture}

The demo is read-only. Open a live space to review one.

{:else if account.status !== 'signed-in'}

to post a review.

{:else}

You hold no grant in this space, so a review written here would not count. Ask an admin to add you.

{/if}
{:else}
Findings {findings.length} — each one rides in the next turn's bundle
{#each rows as row, index (row.key)}
{/each}
{#if rows.length > 0 && findings.length === 0}

Fill in at least one finding to request changes.

{/if}
{#if error} {/if} {/if}