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