proper symbols
All checks were successful
CI/CD Pipeline / test (push) Successful in 10m49s
CI/CD Pipeline / deploy (push) Successful in 5m46s

This commit is contained in:
2025-05-14 17:30:42 +02:00
parent 365340f956
commit e9168e3440

View File

@@ -380,9 +380,13 @@ async fn view(
@let amount_start_teams = Team::all_with_first_station(&db, station).await.len();
@if amount_start_teams > 0 {
@if amount_start_teams == 1 {
" ("
(t!("already_has_1_start_team"))
")"
}@else{
" ("
(t!("already_has_n_start_team", amount=amount_start_teams))
")"
}
}
}