{% if oxcmp_user %}
{% set noticeListCount = oxcmp_user.getNoticeListArtCnt() %}
{% set wishListCount = oxcmp_user.getWishListArtCnt() %}
{% set recommListCount = oxcmp_user.getRecommListsCount() %}
{% else %}
{% set noticeListCount = "0" %}
{% set wishListCount = "0" %}
{% set recommListCount = "0" %}
{% endif %}
{% set notificationsCounter = oView.getCompareItemsCnt()+noticeListCount+wishListCount+recommListCount %}
{% if not oxcmp_user.oxuser__oxpassword.value %}
{% include "widget/header/loginbox.html.twig" %}
{% else %}
{% block dd_layout_page_header_icon_menu_account_list %}
{% include "widget/header/servicebox.html.twig" %}
{% endblock %}
{% endif %}
{% if oxcmp_user %} {% if oxcmp_user.getNoticeListArtCnt() %}{{ oxcmp_user.getNoticeListArtCnt() }}{% endif %}{% endif %}