<%- include('partials/icon', { name: 'package', iconSize: 22, iconClass: 'logo__icon' }) %> Shop
<%- include('partials/icon', { name: 'search', iconSize: 18 }) %>
Найти
<%- include('partials/icon', { name: 'cart', iconSize: 18 }) %>
Корзина
<% if (cartCount > 0) { %>
<%= cartCount %>
<% } %>
<% if (user) { %> <% if (typeof isAdmin !== 'undefined' && isAdmin) { %>
<%- include('partials/icon', { name: 'shield', iconSize: 18 }) %>
Админ
<% } %>
<%- include('partials/icon', { name: 'user', iconSize: 18 }) %>
<%= user.name %>
Выйти
<% } else if (cookieConsent) { %>
<%- include('partials/icon', { name: 'user', iconSize: 18 }) %>
Вход
Регистрация
<% } else { %>
Вход
Регистрация
<% } %>