{#if store.state.jwtinfo.userdetails.permissions.includes("RUNNER:GET")} {#await runners_promise}
{$_("runners-are-being-loaded")}
{$_("this-might-take-a-moment")}
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 |