Recipes save_alt save_alt add_box Add

@for (p of periods(); track p.id) { {{ p.validFrom }} to {{ p.validTill }} } Product Type -- All Products -- @for (mc of productGroups(); track mc.id) { {{ mc.name }} }
@if (resource.isLoading()) { } @else if (resource.error()) { } @else { Name {{ row.sku.name }} Yield {{ row.recipeYield }} {{ row.units }} Steps {{ row.stepCount ?? 0 }} Photos {{ row.photoCount ?? 0 }} Time @if ((row.totalDurationMinutes ?? 0) > 0) { {{ row.totalDurationMinutes }} min } @else { — } Date {{ row.date }} Source {{ row.source }} }