{{ 'adminProducts.recentlyEdited' | translate }}

@if (stats().recentlyEdited.length === 0) {

{{ 'adminProducts.emptyDescription' | translate }}

} @else {
    @for (product of stats().recentlyEdited; track product.id) {
  • }
}

{{ 'adminProducts.recommendedNext' | translate }}

{{ stats().recommendation.labelKey | translate }}

@if (stats().recommendation.productId) { {{ 'adminProducts.openAction' | translate }} }