@item.Nombre
@item.Nombre
@item.Nombre
@item.Nombre
@if (SelectedQuote is not null)
{
Presupuesto vinculado: @SelectedQuote.Nombre
}
@if (SelectedQuote is not null)
{
@(string.IsNullOrWhiteSpace(ExtraInfo.Professional) ? "No informado" : ExtraInfo.Professional)
@(string.IsNullOrWhiteSpace(ExtraInfo.Institution) ? "No informada" : ExtraInfo.Institution)
@(string.IsNullOrWhiteSpace(ExtraInfo.Patient) ? "No informado" : ExtraInfo.Patient)
@(ExtraInfo.SurgeryDate.HasValue ? ExtraInfo.SurgeryDate.Value.ToString("dd/MM/yyyy") : "No informada")
}