@*@if (vocLemmas != null) { @foreach (var item in vocLemmas) { @foreach (var k in item.Value) { @*
@($"{k.Key} --> {k.Value}")
@if(vocLemmasTEMP != null) { } } } }*@ @if (showList) { @if (vocLemmas2Dict != null && vocLemmasTEMP2Dict != null) { @foreach (var item in vocLemmasTEMP2Dict) { @if (!vocLemmas2Dict.ContainsKey(item.Key)) {
@($"{item.Key} --> {vocLemmasTEMP2Dict[item.Key]}")
} else if (item.Value != vocLemmas2Dict[item.Key]) {
@($"{item.Key} --> {vocLemmas2Dict[item.Key]}")
@($"{item.Key} --> {item.Value}")
} } } }