@if (loading()) {

{{ 'productDetails.loading' | translate }}

} @if (error()) {

{{ 'productDetails.errorTitle' | translate }}

{{ error()! | translate }}

} @if (missing() && !loading() && !error()) {

{{ 'productDetails.missingTitle' | translate }}

{{ 'productDetails.missingDescription' | translate }}

{{ 'productDetails.backToCatalog' | translate }}
} @if (product(); as currentProduct) { @if (!loading() && !error()) {
@if (tabsEnabled()) {
@switch (activeTab()) { @case ('description') { } @case ('specifications') { } @case ('reviews') { } @case ('questions') { } @case ('delivery') { } @case ('warranty') { } }
} @else {
@if (isSectionEnabled('description')) { } @if (isSectionEnabled('specifications')) { } @if (isSectionEnabled('reviews')) { } @if (isSectionEnabled('questions')) { } @if (isSectionEnabled('delivery')) { } @if (isSectionEnabled('warranty')) { }
} @if (productPageConfigState().relatedProducts.enabled !== false) { } } }