@if(Row is not null)
{
@if(Row.IsTitle)
{
@Row.Item.OrderId - @Row.Item.Label
}
else if(Row.Item is ItemVerification verification)
{
{
await ShowDetails();
}" Style="cursor: pointer;"/>
@if (verification.Force == ItemVerification.VerificationForce.Optionnal)
{
}
else if(verification.Force == ItemVerification.VerificationForce.Recommandation)
{
}
else if(verification.Force == ItemVerification.VerificationForce.Mandatory)
{
}
@Row.Item.OrderId
@Row.Item.Label
@Row.Item.References
Out: @Row.Answer.CurrentState
}
}
else
{
}