@if (vocLemmas2Dict.Count > 0 && vocLemmasTEMP2Dict.Count > 0) {
}
@if (isLoading) { } else { @if (showList) { @if (vocLemmas2Dict != null && vocLemmasTEMP2Dict != null) { @foreach (var item in vocLemmasTEMP2Dict) { @if (!vocLemmas2Dict.ContainsKey(item.Key)) { } else if (item.Value != vocLemmas2Dict[item.Key]) { } }
Old text New text
@($"{item.Key} --> {vocLemmasTEMP2Dict[item.Key]}") @($"{item.Key} --> {vocLemmas2Dict[item.Key]}")
@($"{item.Key} --> {item.Value}")
} } }