{#if store.state.jwtinfo.userdetails.permissions.includes("RUNNER:GET")} {#await runners_promise} {:then}
{#each $rows as row} {/each}
ID First Name Middle Name Last Name Gruppe Distanz {$_("action")}
{row.id} {row.firstname} {row.middlename || ""} {row.lastname} {#if row.group.responseType === "RUNNERTEAM"} {row.group.parentGroup.name} > {row.group.name} {/if} {#if row.group.responseType === "RUNNERORGANIZATION"} {row.group.name} {/if} {row.distance / 1000} km
{/await} {/if}