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

{#if !reportLoaded} {:else if localShipClass.length === 0} {:else} {#each COLUMNS as column (column)} {/each} {#each sorted as cls (cls.name)} openInCalculator(cls.name)} > {/each}
{i18n.t("game.table.ship_classes.column.actions")}
{cls.name} {formatNumber(cls.drive)} {cls.armament} {formatNumber(cls.weapons)} {formatNumber(cls.shields)} {formatNumber(cls.cargo)}
{/if}