{i18n.t("game.table.planets.title")}

{#if owners.length > 0} {/if}
{#if !reportLoaded} {:else if planets.length === 0} {:else} {#each COLUMNS as column (column)} {/each} {#each sorted as p (p.number)} openOnMap(p)} > {/each}
{i18n.t("game.table.planets.column.coordinates")}
{p.number} {p.name || "—"} {i18n.t(KIND_LABELS[p.kind])} {ownerDisplay(p)} {p.size === null ? "—" : formatFloat(p.size)} {p.resources === null ? "—" : formatFloat(p.resources)} {formatInt(p.x)},{formatInt(p.y)}
{/if}