{{
$t("actions.nextpage_stats", {
n: handlerState.currentSelection.length,
amount: currentlist?.state.skellist.length,
selection: handlerState.currentSelection.length,
})
}}
{{ $t("actions.nextpage", { amount: currentlist?.state.skellist.length }) }}
1
5
10
{{
$t("actions.nextpage_stats", {
n: handlerState.currentSelection.length,
amount: currentlist?.state.skellist.length,
selection: handlerState.currentSelection.length,
})
}}