@if (displayDefaultProperties) { } @if (displayTags) { @if (currentPanel.panelTitle === DefaultPanels.TAGS && editedPanelTitle !== DefaultPanels.TAGS) { } @if (showEmptyTagMessage) { } @if (!readOnly && isPanelEditing(DefaultPanels.TAGS)) { } @if (displayCategories) { @if (currentPanel.panelTitle === DefaultPanels.CATEGORIES && editedPanelTitle !== DefaultPanels.CATEGORIES) {
@for (category of categories; track category) { }
} @if (showEmptyCategoryMessage) { } @if (!readOnly && isPanelEditing(DefaultPanels.CATEGORIES)) {
} @for (customPanel of customPanels; track customPanel) { } @if (groupedProperties$ | async; as groupedProperties) { @for (group of groupedProperties; track group; let first = $first) {
} } @else { }