@page "/tickets"
@using HeartTrack.Models
Tickets
Tickets list
This is the ticket list of users.
Add
@if (context.isCheck)
{
Closed
} else
{
Open
}
@if (context.isCheck)
{
OnView(context.Id))"/>
OnDelete(context)" />
}
else
{
OnView(context.Id)" />
OnClose(context.Id)" />
OnDelete(context)" />
}