{{ entryLabel }}
@if (!editing) {
@for (componentValue of entry.componentValues; track componentValue) { }
@if (canEdit) { @if (hasUpdatedValues) {
} }
} @else {
@for (value of entry.componentValues; track value) {
}
@if (hasUpdatedValues && canEdit) { }
} @if (!editing) { }