mirror of
https://github.com/LD-Reborn/Berufsschule_HAM.git
synced 2025-12-20 15:01:56 +00:00
Show the total user count
This commit is contained in:
@@ -14,11 +14,18 @@
|
||||
<div class="container py-4">
|
||||
<h2 class="mb-3">@T["Users"]</h2>
|
||||
|
||||
|
||||
<div class="mb-4 d-flex flex-wrap gap-2">
|
||||
|
||||
<div class="mb-4 d-flex flex-wrap justify-content-between align-items-center gap-2">
|
||||
<button class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#createModal">
|
||||
@T["Create user"]
|
||||
</button>
|
||||
<div class="text-muted">
|
||||
<strong>@Model.TotalUsers</strong> @T["users"] @T["total"]
|
||||
@if (Model.TotalPages > 1)
|
||||
{
|
||||
<span>| @T["Page"] <strong>@Model.CurrentPage</strong> @T["of"] <strong>@Model.TotalPages</strong></span>
|
||||
}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user