proper symbols
This commit is contained in:
@@ -380,9 +380,13 @@ async fn view(
|
|||||||
@let amount_start_teams = Team::all_with_first_station(&db, station).await.len();
|
@let amount_start_teams = Team::all_with_first_station(&db, station).await.len();
|
||||||
@if amount_start_teams > 0 {
|
@if amount_start_teams > 0 {
|
||||||
@if amount_start_teams == 1 {
|
@if amount_start_teams == 1 {
|
||||||
|
" ("
|
||||||
(t!("already_has_1_start_team"))
|
(t!("already_has_1_start_team"))
|
||||||
|
")"
|
||||||
}@else{
|
}@else{
|
||||||
|
" ("
|
||||||
(t!("already_has_n_start_team", amount=amount_start_teams))
|
(t!("already_has_n_start_team", amount=amount_start_teams))
|
||||||
|
")"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user