{#if selectedIds.length > 0}
{#if !repositoriesOnly}
{/if}
{#if !repositoriesOnly}
{/if}
{#if repositoriesOnly}
{/if}
{$t.git?.selected_count.replace(
"{count}",
String(selectedIds.length),
)}
{/if}
{($t.dashboard?.showing )
.replace("{start}", (currentPage * pageSize + 1).toString())
.replace(
"{end}",
Math.min(
(currentPage + 1) * pageSize,
sortedDashboards.length,
).toString(),
)
.replace("{total}", sortedDashboards.length.toString())}
{#if showGitManager && gitDashboardId}