@if (headerConfig().showLogo) { } @if (headerConfig().showSearch) {
} @if (headerConfig().showSearch) { }
@if (headerConfig().showWishlist && features().wishlist && userExperienceConfig().wishlist.enabled) { } @if (headerConfig().showCompare && features().compare && userExperienceConfig().compare.enabled) { } @if (headerConfig().showCart) { @if (cartItemCount() > 0) { {{ cartItemCount() }} } @if (cartItemCount() > 0) { {{ formatCartTotal(cartTotal()) }} } } @if (headerConfig().showProfile) { @if (isAuthenticated()) { } @else { } } @if (headerConfig().showRegion) {
} @if (headerConfig().showLanguages) {
}
@if (menuOpen) {
}
{{ 'header.home' | translate }} @if (headerConfig().showCategories) { } @for (page of headerPages(); track page.id) { }
@if (headerConfig().showRegion) {
} @if (headerConfig().showLanguages) {
}