Lingua
@if (!string.IsNullOrEmpty(SelLingua)) { }
@if (isLoading) { } else if (totalCount == 0) {
Nessun Record Trovato
} else { @foreach (var item in ListPaged) { }
Lemma Traduzione
@item.Lemma @if (editRec != null && item.Lemma == editRec.Lemma && item.Lingua == editRec.Lingua) {
} else { @item.Traduzione }
}