{{ (catalogId ? 'itemCatalogEdit.editTitle' : 'itemCatalogEdit.createTitle') | translate }}

@if (errorMessage) {
{{ errorMessage }}
}
{{ 'itemCatalogEdit.aiTitle' | translate }}

{{ 'itemCatalogEdit.aiHint' | translate }}

@if (aiError) { {{ aiError }} }

{{ 'itemCatalogEdit.itemsTitle' | translate }}

{{ 'common.name' | translate }} {{ 'itemCatalogEdit.priceLabel' | translate }} {{ 'itemCatalogEdit.categoryLabel' | translate }} {{ 'common.description' | translate }}
@for (it of items; track it; let i = $index) {
} @if (items.length === 0) {

{{ 'itemCatalogEdit.emptyHint' | translate }}

}