@page "/banned-users"
@using HeartTrack.Models
Banned Users
Banned Users
This is banned users list of this website.
Ajouter
@if(context.isBan)
{
Banni
} else
{
Libre
}
@if (context.isBan)
{
UnbanOnID(context.Id)" />
}
else
{
BanOnID(context.Id)" />
}