custom/plugins/TmmsTopBarNotifications/src/Resources/views/storefront/topbarnotifications.html.twig line 1

Open in your IDE?
  1. <div class="topbar-outer-container {{ config('TmmsTopBarNotifications.config.topBarNotificationsShowContentIn') }}{% block base_header_inner_topbarnotifications_container_outer_cssclass %}{% endblock %}">
  2.     {% block base_header_inner_topbarnotifications_container %}
  3.         <div class="container">
  4.             {% block base_header_inner_topbarnotifications_container_topbar %}
  5.                 <div class="top-bar top-bar-notification d-lg-block{% block base_header_inner_topbarnotifications_container_cssclass %}{% endblock %}">
  6.                     {% block base_header_inner_topbarnotifications_container_topbar_nav %}
  7.                         <nav class="top-bar-notification-nav{% if config('TmmsTopBarNotifications.config.topBarNotificationsFiftyPercentWidthInSm') == true %} sm-width-50{% endif %}{% block base_header_inner_topbarnotifications_container_nav_cssclass %}{% endblock %}">
  8.                             {% block base_header_inner_topbarnotifications_container_topbar_nav_for %}
  9.                                 {% for i in 1..4 %}
  10.                                     {% set showArea = false %}
  11.                                     {% if ( i == 1) %}
  12.                                         {% set showArea = config('TmmsTopBarNotifications.config.topBarNotificationsShowArea1') %}
  13.                                         {% if (showArea == true) %}
  14.                                             {% set showAreaInViewport = config('TmmsTopBarNotifications.config.topBarNotificationsShowArea1InViewport') %}
  15.                                             {% set areaIconType = config('TmmsTopBarNotifications.config.topBarNotificationsArea1IconType') %}
  16.                                             {% set areaIcon = config('TmmsTopBarNotifications.config.topBarNotificationsArea1Icon') %}
  17.                                             {% set areaContentType = config('TmmsTopBarNotifications.config.topBarNotificationsArea1ContentType') %}
  18.                                             {% set areaContent = config('TmmsTopBarNotifications.config.topBarNotificationsArea1Content') %}
  19.                                             {% set areaPositionContent = config('TmmsTopBarNotifications.config.topBarNotificationsArea1PositionContent') %}
  20.                                             {% set areaOrientation = config('TmmsTopBarNotifications.config.topBarNotificationsArea1Orientation') %}
  21.                                             {% set areaLink = config('TmmsTopBarNotifications.config.topBarNotificationsArea1Link') %}
  22.                                             {% set areaLinkTitle = config('TmmsTopBarNotifications.config.topBarNotificationsArea1LinkTitle') %}
  23.                                             {% set areaLinkTarget = config('TmmsTopBarNotifications.config.topBarNotificationsArea1LinkTarget') %}
  24.                                         {% endif %}
  25.                                     {% elseif ( i == 2) %}
  26.                                         {% set showArea = config('TmmsTopBarNotifications.config.topBarNotificationsShowArea2') %}
  27.                                         {% if (showArea == true) %}
  28.                                             {% set showAreaInViewport = config('TmmsTopBarNotifications.config.topBarNotificationsShowArea2InViewport') %}
  29.                                             {% set areaIconType = config('TmmsTopBarNotifications.config.topBarNotificationsArea2IconType') %}
  30.                                             {% set areaIcon = config('TmmsTopBarNotifications.config.topBarNotificationsArea2Icon') %}
  31.                                             {% set areaContentType = config('TmmsTopBarNotifications.config.topBarNotificationsArea2ContentType') %}
  32.                                             {% set areaContent = config('TmmsTopBarNotifications.config.topBarNotificationsArea2Content') %}
  33.                                             {% set areaPositionContent = config('TmmsTopBarNotifications.config.topBarNotificationsArea2PositionContent') %}
  34.                                             {% set areaOrientation = config('TmmsTopBarNotifications.config.topBarNotificationsArea2Orientation') %}
  35.                                             {% set areaLink = config('TmmsTopBarNotifications.config.topBarNotificationsArea2Link') %}
  36.                                             {% set areaLinkTitle = config('TmmsTopBarNotifications.config.topBarNotificationsArea2LinkTitle') %}
  37.                                             {% set areaLinkTarget = config('TmmsTopBarNotifications.config.topBarNotificationsArea2LinkTarget') %}
  38.                                         {% endif %}
  39.                                     {% elseif ( i == 3) %}
  40.                                         {% set showArea = config('TmmsTopBarNotifications.config.topBarNotificationsShowArea3') %}
  41.                                         {% if (showArea == true) %}
  42.                                             {% set showAreaInViewport = config('TmmsTopBarNotifications.config.topBarNotificationsShowArea3InViewport') %}
  43.                                             {% set areaIconType = config('TmmsTopBarNotifications.config.topBarNotificationsArea3IconType') %}
  44.                                             {% set areaIcon = config('TmmsTopBarNotifications.config.topBarNotificationsArea3Icon') %}
  45.                                             {% set areaContentType = config('TmmsTopBarNotifications.config.topBarNotificationsArea3ContentType') %}
  46.                                             {% set areaContent = config('TmmsTopBarNotifications.config.topBarNotificationsArea3Content') %}
  47.                                             {% set areaPositionContent = config('TmmsTopBarNotifications.config.topBarNotificationsArea3PositionContent') %}
  48.                                             {% set areaOrientation = config('TmmsTopBarNotifications.config.topBarNotificationsArea3Orientation') %}
  49.                                             {% set areaLink = config('TmmsTopBarNotifications.config.topBarNotificationsArea3Link') %}
  50.                                             {% set areaLinkTitle = config('TmmsTopBarNotifications.config.topBarNotificationsArea3LinkTitle') %}
  51.                                             {% set areaLinkTarget = config('TmmsTopBarNotifications.config.topBarNotificationsArea3LinkTarget') %}
  52.                                         {% endif %}
  53.                                     {% elseif ( i == 4) %}
  54.                                         {% set showArea = config('TmmsTopBarNotifications.config.topBarNotificationsShowArea4') %}
  55.                                         {% if (showArea == true) %}
  56.                                             {% set showAreaInViewport = config('TmmsTopBarNotifications.config.topBarNotificationsShowArea4InViewport') %}
  57.                                             {% set areaIconType = config('TmmsTopBarNotifications.config.topBarNotificationsArea4IconType') %}
  58.                                             {% set areaIcon = config('TmmsTopBarNotifications.config.topBarNotificationsArea4Icon') %}
  59.                                             {% set areaContentType = config('TmmsTopBarNotifications.config.topBarNotificationsArea4ContentType') %}
  60.                                             {% set areaContent = config('TmmsTopBarNotifications.config.topBarNotificationsArea4Content') %}
  61.                                             {% set areaPositionContent = config('TmmsTopBarNotifications.config.topBarNotificationsArea4PositionContent') %}
  62.                                             {% set areaOrientation = config('TmmsTopBarNotifications.config.topBarNotificationsArea4Orientation') %}
  63.                                             {% set areaLink = config('TmmsTopBarNotifications.config.topBarNotificationsArea4Link') %}
  64.                                             {% set areaLinkTitle = config('TmmsTopBarNotifications.config.topBarNotificationsArea4LinkTitle') %}
  65.                                             {% set areaLinkTarget = config('TmmsTopBarNotifications.config.topBarNotificationsArea4LinkTarget') %}
  66.                                         {% endif %}
  67.                                     {% endif %}
  68.                                     {% if (showArea == true) %}
  69.                                         {% block base_header_inner_topbarnotifications_container_topbar_nav_item_container_link %}
  70.                                             {% if (areaLink != "") %}<a {% if (areaLinkTarget == "modalbox") %}data-toggle="modal" data-url="{% if (areaLinkTarget == "modalbox") %}{{ path('frontend.cms.page', { id:  areaLink }) }}{% else %}{{ areaLink }}{% endif %}" {% endif %}href="{% if (areaLinkTarget == "modalbox") %}{{ path('frontend.cms.page', { id:  areaLink }) }}{% else %}{{ areaLink }}{% endif %}"{% if (areaLinkTitle != "") %} title="{{ areaLinkTitle }}"{% endif %} class="top-bar-notification-nav-item-link d-none {% for showAreaInViewportArray in showAreaInViewport %}{{ "d-only-" ~ showAreaInViewportArray ~ "-flex " }}{% endfor %}{% block base_header_inner_topbarnotifications_container_nav_item_link_cssclass %}{% endblock %}"{% if (areaLinkTarget == "blank") %} target="_blank" rel="noopener"{% endif %}>{% endif %}
  71.                                                 {% block base_header_inner_topbarnotifications_container_topbar_nav_item_container %}
  72.                                                     <div class="top-bar-notification-nav-item-container {% if (areaLink == "") %}d-none {% for showAreaInViewportArray in showAreaInViewport %}{{ "d-only-" ~ showAreaInViewportArray ~ "-flex " }}{% endfor %}{% endif %}{% block base_header_inner_topbarnotifications_container_nav_item_cssclass %}{% endblock %}">
  73.                                                         <div class="top-bar-notification-nav-item-inner-container top-bar-notification-nav-item-container-{{ i }} {{ areaOrientation }} {{ areaPositionContent }}{% block base_header_inner_topbarnotifications_container_nav_item_inner_cssclass %}{% endblock %}">
  74.                                                             {% if (areaPositionContent == "iconright") %}
  75.                                                                 {% block base_header_inner_topbarnotifications_container_topbar_nav_item_text_before %}
  76.                                                                     <span class="top-bar-notification-nav-item-text{% block base_header_inner_topbarnotifications_container_nav_item_text_cssclass %}{% endblock %}">
  77.                                                                         {% if (areaContentType == "texteditor") %}
  78.                                                                             {% if ( i == 1) %}
  79.                                                                                 {{ "tmms.topbarnotifications.Area1ContentTextEditor"|trans({"%area1contenttexteditor%": areaContent})|raw }}
  80.                                                                             {% elseif ( i == 2) %}
  81.                                                                                 {{ "tmms.topbarnotifications.Area2ContentTextEditor"|trans({"%area2contenttexteditor%": areaContent})|raw }}
  82.                                                                             {% elseif ( i == 3) %}
  83.                                                                                 {{ "tmms.topbarnotifications.Area3ContentTextEditor"|trans({"%area3contenttexteditor%": areaContent})|raw }}
  84.                                                                             {% elseif ( i == 4) %}
  85.                                                                                 {{ "tmms.topbarnotifications.Area4ContentTextEditor"|trans({"%area4contenttexteditor%": areaContent})|raw }}
  86.                                                                             {% endif %}
  87.                                                                         {% elseif (areaContentType == "snippet") %}
  88.                                                                             {% if ( i == 1) %}
  89.                                                                                 {{ "tmms.topbarnotifications.Area1Content"|trans|raw }}
  90.                                                                             {% elseif ( i == 2) %}
  91.                                                                                 {{ "tmms.topbarnotifications.Area2Content"|trans|raw }}
  92.                                                                             {% elseif ( i == 3) %}
  93.                                                                                 {{ "tmms.topbarnotifications.Area3Content"|trans|raw }}
  94.                                                                             {% elseif ( i == 4) %}
  95.                                                                                 {{ "tmms.topbarnotifications.Area4Content"|trans|raw }}
  96.                                                                             {% endif %}
  97.                                                                         {% endif %}
  98.                                                                     </span>
  99.                                                                 {% endblock %}
  100.                                                             {% endif %}
  101.                                                             {% block base_header_inner_topbarnotifications_container_topbar_nav_item_icon %}
  102.                                                                 <span class="top-bar-notification-nav-item-icon{% block base_header_inner_topbarnotifications_container_nav_item_icon_cssclass %}{% endblock %}">
  103.                                                                     {% if (areaIconType == "select") %}
  104.                                                                         {% if (areaIcon == "address") %}
  105.                                                                             {% sw_icon 'address' %}
  106.                                                                         {% elseif (areaIcon == "alert") %}
  107.                                                                             {% sw_icon 'alert' %}
  108.                                                                         {% elseif (areaIcon == "arrow-360-left") %}
  109.                                                                             {% sw_icon 'arrow-360-left' %}
  110.                                                                         {% elseif (areaIcon == "arrow-360-right") %}
  111.                                                                             {% sw_icon 'arrow-360-right' %}
  112.                                                                         {% elseif (areaIcon == "arrow-circle-down") %}
  113.                                                                             {% sw_icon 'arrow-circle-down' %}
  114.                                                                         {% elseif (areaIcon == "arrow-circle-left") %}
  115.                                                                             {% sw_icon 'arrow-circle-left' %}
  116.                                                                         {% elseif (areaIcon == "arrow-circle-right") %}
  117.                                                                             {% sw_icon 'arrow-circle-right' %}
  118.                                                                         {% elseif (areaIcon == "arrow-circle-up") %}
  119.                                                                             {% sw_icon 'arrow-circle-up' %}
  120.                                                                         {% elseif (areaIcon == "arrow-down") %}
  121.                                                                             {% sw_icon 'arrow-down' %}
  122.                                                                         {% elseif (areaIcon == "arrow-head-down") %}
  123.                                                                             {% sw_icon 'arrow-head-down' %}
  124.                                                                         {% elseif (areaIcon == "arrow-head-left") %}
  125.                                                                             {% sw_icon 'arrow-head-left' %}
  126.                                                                         {% elseif (areaIcon == "arrow-head-right") %}
  127.                                                                             {% sw_icon 'arrow-head-right' %}
  128.                                                                         {% elseif (areaIcon == "arrow-head-up") %}
  129.                                                                             {% sw_icon 'arrow-head-up' %}
  130.                                                                         {% elseif (areaIcon == "arrow-left") %}
  131.                                                                             {% sw_icon 'arrow-left' %}
  132.                                                                         {% elseif (areaIcon == "arrow-right") %}
  133.                                                                             {% sw_icon 'arrow-right' %}
  134.                                                                         {% elseif (areaIcon == "arrow-scroll") %}
  135.                                                                             {% sw_icon 'arrow-scroll' %}
  136.                                                                         {% elseif (areaIcon == "arrow-simple-long-right") %}
  137.                                                                             {% sw_icon 'arrow-simple-long-right' %}
  138.                                                                         {% elseif (areaIcon == "arrow-switch") %}
  139.                                                                             {% sw_icon 'arrow-switch' %}
  140.                                                                         {% elseif (areaIcon == "arrow-turn-left") %}
  141.                                                                             {% sw_icon 'arrow-turn-left' %}
  142.                                                                         {% elseif (areaIcon == "arrow-turn-right") %}
  143.                                                                             {% sw_icon 'arrow-turn-right' %}
  144.                                                                         {% elseif (areaIcon == "arrow-up-down") %}
  145.                                                                             {% sw_icon 'arrow-up-down' %}
  146.                                                                         {% elseif (areaIcon == "arrow-up") %}
  147.                                                                             {% sw_icon 'arrow-up' %}
  148.                                                                         {% elseif (areaIcon == "avatar-multiple") %}
  149.                                                                             {% sw_icon 'avatar-multiple' %}
  150.                                                                         {% elseif (areaIcon == "avatar") %}
  151.                                                                             {% sw_icon 'avatar' %}
  152.                                                                         {% elseif (areaIcon == "bag-product") %}
  153.                                                                             {% sw_icon 'bag-product' %}
  154.                                                                         {% elseif (areaIcon == "bag") %}
  155.                                                                             {% sw_icon 'bag' %}
  156.                                                                         {% elseif (areaIcon == "basket") %}
  157.                                                                             {% sw_icon 'basket' %}
  158.                                                                         {% elseif (areaIcon == "beer") %}
  159.                                                                             {% sw_icon 'beer' %}
  160.                                                                         {% elseif (areaIcon == "bell-bell") %}
  161.                                                                             {% sw_icon 'bell-bell' %}
  162.                                                                         {% elseif (areaIcon == "bell-crossed") %}
  163.                                                                             {% sw_icon 'bell-crossed' %}
  164.                                                                         {% elseif (areaIcon == "blocked") %}
  165.                                                                             {% sw_icon 'blocked' %}
  166.                                                                         {% elseif (areaIcon == "bookmark") %}
  167.                                                                             {% sw_icon 'bookmark' %}
  168.                                                                         {% elseif (areaIcon == "books") %}
  169.                                                                             {% sw_icon 'books' %}
  170.                                                                         {% elseif (areaIcon == "briefcase") %}
  171.                                                                             {% sw_icon 'briefcase' %}
  172.                                                                         {% elseif (areaIcon == "browser") %}
  173.                                                                             {% sw_icon 'browser' %}
  174.                                                                         {% elseif (areaIcon == "bug") %}
  175.                                                                             {% sw_icon 'bug' %}
  176.                                                                         {% elseif (areaIcon == "bulk-edit") %}
  177.                                                                             {% sw_icon 'bulk-edit' %}
  178.                                                                         {% elseif (areaIcon == "calendar-empty") %}
  179.                                                                             {% sw_icon 'calendar-empty' %}
  180.                                                                         {% elseif (areaIcon == "calendar") %}
  181.                                                                             {% sw_icon 'calendar' %}
  182.                                                                         {% elseif (areaIcon == "cart") %}
  183.                                                                             {% sw_icon 'cart' %}
  184.                                                                         {% elseif (areaIcon == "chart-bar-filled") %}
  185.                                                                             {% sw_icon 'chart-bar-filled' %}
  186.                                                                         {% elseif (areaIcon == "chart-bar") %}
  187.                                                                             {% sw_icon 'chart-bar' %}
  188.                                                                         {% elseif (areaIcon == "chart-pie") %}
  189.                                                                             {% sw_icon 'chart-pie' %}
  190.                                                                         {% elseif (areaIcon == "chart-sales") %}
  191.                                                                             {% sw_icon 'chart-sales' %}
  192.                                                                         {% elseif (areaIcon == "chart") %}
  193.                                                                             {% sw_icon 'chart' %}
  194.                                                                         {% elseif (areaIcon == "checkmark-block") %}
  195.                                                                             {% sw_icon 'checkmark-block' %}
  196.                                                                         {% elseif (areaIcon == "checkmark-circle") %}
  197.                                                                             {% sw_icon 'checkmark-circle' %}
  198.                                                                         {% elseif (areaIcon == "checkmark-wide-block") %}
  199.                                                                             {% sw_icon 'checkmark-wide-block' %}
  200.                                                                         {% elseif (areaIcon == "checkmark-wide") %}
  201.                                                                             {% sw_icon 'checkmark-wide' %}
  202.                                                                         {% elseif (areaIcon == "checkmark") %}
  203.                                                                             {% sw_icon 'checkmark' %}
  204.                                                                         {% elseif (areaIcon == "circle-download") %}
  205.                                                                             {% sw_icon 'circle-download' %}
  206.                                                                         {% elseif (areaIcon == "circle") %}
  207.                                                                             {% sw_icon 'circle' %}
  208.                                                                         {% elseif (areaIcon == "clock") %}
  209.                                                                             {% sw_icon 'clock' %}
  210.                                                                         {% elseif (areaIcon == "cloud-download") %}
  211.                                                                             {% sw_icon 'cloud-download' %}
  212.                                                                         {% elseif (areaIcon == "cloud-upload") %}
  213.                                                                             {% sw_icon 'cloud-upload' %}
  214.                                                                         {% elseif (areaIcon == "cockpit") %}
  215.                                                                             {% sw_icon 'cockpit' %}
  216.                                                                         {% elseif (areaIcon == "desktop") %}
  217.                                                                             {% sw_icon 'desktop' %}
  218.                                                                         {% elseif (areaIcon == "document-view") %}
  219.                                                                             {% sw_icon 'document-view' %}
  220.                                                                         {% elseif (areaIcon == "duplicate") %}
  221.                                                                             {% sw_icon 'duplicate' %}
  222.                                                                         {% elseif (areaIcon == "emoji") %}
  223.                                                                             {% sw_icon 'emoji' %}
  224.                                                                         {% elseif (areaIcon == "envelope") %}
  225.                                                                             {% sw_icon 'envelope' %}
  226.                                                                         {% elseif (areaIcon == "error") %}
  227.                                                                             {% sw_icon 'error' %}
  228.                                                                         {% elseif (areaIcon == "external") %}
  229.                                                                             {% sw_icon 'external' %}
  230.                                                                         {% elseif (areaIcon == "eye-crossed") %}
  231.                                                                             {% sw_icon 'eye-crossed' %}
  232.                                                                         {% elseif (areaIcon == "eye-open") %}
  233.                                                                             {% sw_icon 'eye-open' %}
  234.                                                                         {% elseif (areaIcon == "file") %}
  235.                                                                             {% sw_icon 'file' %}
  236.                                                                         {% elseif (areaIcon == "flag") %}
  237.                                                                             {% sw_icon 'flag' %}
  238.                                                                         {% elseif (areaIcon == "forward") %}
  239.                                                                             {% sw_icon 'forward' %}
  240.                                                                         {% elseif (areaIcon == "gamecontroler") %}
  241.                                                                             {% sw_icon 'gamecontroler' %}
  242.                                                                         {% elseif (areaIcon == "globe") %}
  243.                                                                             {% sw_icon 'globe' %}
  244.                                                                         {% elseif (areaIcon == "gps") %}
  245.                                                                             {% sw_icon 'gps' %}
  246.                                                                         {% elseif (areaIcon == "graduate-cap") %}
  247.                                                                             {% sw_icon 'graduate-cap' %}
  248.                                                                         {% elseif (areaIcon == "harddisk") %}
  249.                                                                             {% sw_icon 'harddisk' %}
  250.                                                                         {% elseif (areaIcon == "headset") %}
  251.                                                                             {% sw_icon 'headset' %}
  252.                                                                         {% elseif (areaIcon == "heart") %}
  253.                                                                             {% sw_icon 'heart' %}
  254.                                                                         {% elseif (areaIcon == "help") %}
  255.                                                                             {% sw_icon 'help' %}
  256.                                                                         {% elseif (areaIcon == "history") %}
  257.                                                                             {% sw_icon 'history' %}
  258.                                                                         {% elseif (areaIcon == "home") %}
  259.                                                                             {% sw_icon 'home' %}
  260.                                                                         {% elseif (areaIcon == "hourglass") %}
  261.                                                                             {% sw_icon 'hourglass' %}
  262.                                                                         {% elseif (areaIcon == "image") %}
  263.                                                                             {% sw_icon 'image' %}
  264.                                                                         {% elseif (areaIcon == "inbox") %}
  265.                                                                             {% sw_icon 'inbox' %}
  266.                                                                         {% elseif (areaIcon == "info") %}
  267.                                                                             {% sw_icon 'info' %}
  268.                                                                         {% elseif (areaIcon == "keyboard") %}
  269.                                                                             {% sw_icon 'keyboard' %}
  270.                                                                         {% elseif (areaIcon == "lab-flask") %}
  271.                                                                             {% sw_icon 'lab-flask' %}
  272.                                                                         {% elseif (areaIcon == "laptop") %}
  273.                                                                             {% sw_icon 'laptop' %}
  274.                                                                         {% elseif (areaIcon == "layers") %}
  275.                                                                             {% sw_icon 'layers' %}
  276.                                                                         {% elseif (areaIcon == "lightbulb") %}
  277.                                                                             {% sw_icon 'lightbulb' %}
  278.                                                                         {% elseif (areaIcon == "link") %}
  279.                                                                             {% sw_icon 'link' %}
  280.                                                                         {% elseif (areaIcon == "list") %}
  281.                                                                             {% sw_icon 'list' %}
  282.                                                                         {% elseif (areaIcon == "loading-circle") %}
  283.                                                                             {% sw_icon 'loading-circle' %}
  284.                                                                         {% elseif (areaIcon == "loading-star") %}
  285.                                                                             {% sw_icon 'loading-star' %}
  286.                                                                         {% elseif (areaIcon == "lock-closed") %}
  287.                                                                             {% sw_icon 'lock-closed' %}
  288.                                                                         {% elseif (areaIcon == "lock-fingerprint") %}
  289.                                                                             {% sw_icon 'lock-fingerprint' %}
  290.                                                                         {% elseif (areaIcon == "lock-key") %}
  291.                                                                             {% sw_icon 'lock-key' %}
  292.                                                                         {% elseif (areaIcon == "lock-open") %}
  293.                                                                             {% sw_icon 'lock-open' %}
  294.                                                                         {% elseif (areaIcon == "log-in") %}
  295.                                                                             {% sw_icon 'log-in' %}
  296.                                                                         {% elseif (areaIcon == "log-out") %}
  297.                                                                             {% sw_icon 'log-out' %}
  298.                                                                         {% elseif (areaIcon == "map-closed") %}
  299.                                                                             {% sw_icon 'map-closed' %}
  300.                                                                         {% elseif (areaIcon == "map-open") %}
  301.                                                                             {% sw_icon 'map-open' %}
  302.                                                                         {% elseif (areaIcon == "map") %}
  303.                                                                             {% sw_icon 'map' %}
  304.                                                                         {% elseif (areaIcon == "marker") %}
  305.                                                                             {% sw_icon 'marker' %}
  306.                                                                         {% elseif (areaIcon == "marketing") %}
  307.                                                                             {% sw_icon 'marketing' %}
  308.                                                                         {% elseif (areaIcon == "medal") %}
  309.                                                                             {% sw_icon 'medal' %}
  310.                                                                         {% elseif (areaIcon == "micophone") %}
  311.                                                                             {% sw_icon 'micophone' %}
  312.                                                                         {% elseif (areaIcon == "minus-block") %}
  313.                                                                             {% sw_icon 'minus-block' %}
  314.                                                                         {% elseif (areaIcon == "minus-circle") %}
  315.                                                                             {% sw_icon 'minus-circle' %}
  316.                                                                         {% elseif (areaIcon == "minus-wide") %}
  317.                                                                             {% sw_icon 'minus-wide' %}
  318.                                                                         {% elseif (areaIcon == "minus") %}
  319.                                                                             {% sw_icon 'minus' %}
  320.                                                                         {% elseif (areaIcon == "mobile") %}
  321.                                                                             {% sw_icon 'mobile' %}
  322.                                                                         {% elseif (areaIcon == "money-card") %}
  323.                                                                             {% sw_icon 'money-card' %}
  324.                                                                         {% elseif (areaIcon == "money-cash") %}
  325.                                                                             {% sw_icon 'money-cash' %}
  326.                                                                         {% elseif (areaIcon == "money-wallet") %}
  327.                                                                             {% sw_icon 'money-wallet' %}
  328.                                                                         {% elseif (areaIcon == "moon") %}
  329.                                                                             {% sw_icon 'moon' %}
  330.                                                                         {% elseif (areaIcon == "move-file") %}
  331.                                                                             {% sw_icon 'move-file' %}
  332.                                                                         {% elseif (areaIcon == "package-closed") %}
  333.                                                                             {% sw_icon 'package-closed' %}
  334.                                                                         {% elseif (areaIcon == "package-gift") %}
  335.                                                                             {% sw_icon 'package-gift' %}
  336.                                                                         {% elseif (areaIcon == "package-open") %}
  337.                                                                             {% sw_icon 'package-open' %}
  338.                                                                         {% elseif (areaIcon == "paper-pencil-signed") %}
  339.                                                                             {% sw_icon 'paper-pencil-signed' %}
  340.                                                                         {% elseif (areaIcon == "paper-pencil") %}
  341.                                                                             {% sw_icon 'paper-pencil' %}
  342.                                                                         {% elseif (areaIcon == "paperclip") %}
  343.                                                                             {% sw_icon 'paperclip' %}
  344.                                                                         {% elseif (areaIcon == "paperplane") %}
  345.                                                                             {% sw_icon 'paperplane' %}
  346.                                                                         {% elseif (areaIcon == "pawn") %}
  347.                                                                             {% sw_icon 'pawn' %}
  348.                                                                         {% elseif (areaIcon == "pencil-brush") %}
  349.                                                                             {% sw_icon 'pencil-brush' %}
  350.                                                                         {% elseif (areaIcon == "photocamera") %}
  351.                                                                             {% sw_icon 'photocamera' %}
  352.                                                                         {% elseif (areaIcon == "plastic-bag") %}
  353.                                                                             {% sw_icon 'plastic-bag' %}
  354.                                                                         {% elseif (areaIcon == "plug") %}
  355.                                                                             {% sw_icon 'plug' %}
  356.                                                                         {% elseif (areaIcon == "plus-block") %}
  357.                                                                             {% sw_icon 'plus-block' %}
  358.                                                                         {% elseif (areaIcon == "plus-circle") %}
  359.                                                                             {% sw_icon 'plus-circle' %}
  360.                                                                         {% elseif (areaIcon == "plus-wide") %}
  361.                                                                             {% sw_icon 'plus-wide' %}
  362.                                                                         {% elseif (areaIcon == "plus") %}
  363.                                                                             {% sw_icon 'plus' %}
  364.                                                                         {% elseif (areaIcon == "printer") %}
  365.                                                                             {% sw_icon 'printer' %}
  366.                                                                         {% elseif (areaIcon == "products") %}
  367.                                                                             {% sw_icon 'products' %}
  368.                                                                         {% elseif (areaIcon == "pulse") %}
  369.                                                                             {% sw_icon 'pulse' %}
  370.                                                                         {% elseif (areaIcon == "pushpin") %}
  371.                                                                             {% sw_icon 'pushpin' %}
  372.                                                                         {% elseif (areaIcon == "puzzle-piece") %}
  373.                                                                             {% sw_icon 'puzzle-piece' %}
  374.                                                                         {% elseif (areaIcon == "quickjump") %}
  375.                                                                             {% sw_icon 'quickjump' %}
  376.                                                                         {% elseif (areaIcon == "replace") %}
  377.                                                                             {% sw_icon 'replace' %}
  378.                                                                         {% elseif (areaIcon == "reply") %}
  379.                                                                             {% sw_icon 'reply' %}
  380.                                                                         {% elseif (areaIcon == "rocket") %}
  381.                                                                             {% sw_icon 'rocket' %}
  382.                                                                         {% elseif (areaIcon == "ruler-pencil") %}
  383.                                                                             {% sw_icon 'ruler-pencil' %}
  384.                                                                         {% elseif (areaIcon == "save") %}
  385.                                                                             {% sw_icon 'save' %}
  386.                                                                         {% elseif (areaIcon == "screen-full") %}
  387.                                                                             {% sw_icon 'screen-full' %}
  388.                                                                         {% elseif (areaIcon == "screen-minimize") %}
  389.                                                                             {% sw_icon 'screen-minimize' %}
  390.                                                                         {% elseif (areaIcon == "search") %}
  391.                                                                             {% sw_icon 'search' %}
  392.                                                                         {% elseif (areaIcon == "server") %}
  393.                                                                             {% sw_icon 'server' %}
  394.                                                                         {% elseif (areaIcon == "settings") %}
  395.                                                                             {% sw_icon 'settings' %}
  396.                                                                         {% elseif (areaIcon == "share") %}
  397.                                                                             {% sw_icon 'share' %}
  398.                                                                         {% elseif (areaIcon == "shield") %}
  399.                                                                             {% sw_icon 'shield' %}
  400.                                                                         {% elseif (areaIcon == "shop") %}
  401.                                                                             {% sw_icon 'shop' %}
  402.                                                                         {% elseif (areaIcon == "sofa") %}
  403.                                                                             {% sw_icon 'sofa' %}
  404.                                                                         {% elseif (areaIcon == "speech-bubble") %}
  405.                                                                             {% sw_icon 'speech-bubble' %}
  406.                                                                         {% elseif (areaIcon == "speech-bubbles") %}
  407.                                                                             {% sw_icon 'speech-bubbles' %}
  408.                                                                         {% elseif (areaIcon == "stack-block") %}
  409.                                                                             {% sw_icon 'stack-block' %}
  410.                                                                         {% elseif (areaIcon == "stack-circle") %}
  411.                                                                             {% sw_icon 'stack-circle' %}
  412.                                                                         {% elseif (areaIcon == "stack") %}
  413.                                                                             {% sw_icon 'stack' %}
  414.                                                                         {% elseif (areaIcon == "star") %}
  415.                                                                             {% sw_icon 'star' %}
  416.                                                                         {% elseif (areaIcon == "sun") %}
  417.                                                                             {% sw_icon 'sun' %}
  418.                                                                         {% elseif (areaIcon == "tablet") %}
  419.                                                                             {% sw_icon 'tablet' %}
  420.                                                                         {% elseif (areaIcon == "tags") %}
  421.                                                                             {% sw_icon 'tags' %}
  422.                                                                         {% elseif (areaIcon == "target-big") %}
  423.                                                                             {% sw_icon 'target-big' %}
  424.                                                                         {% elseif (areaIcon == "target-with-block") %}
  425.                                                                             {% sw_icon 'target-with-block' %}
  426.                                                                         {% elseif (areaIcon == "terminal") %}
  427.                                                                             {% sw_icon 'terminal' %}
  428.                                                                         {% elseif (areaIcon == "thumb-down") %}
  429.                                                                             {% sw_icon 'thumb-down' %}
  430.                                                                         {% elseif (areaIcon == "thumb-up") %}
  431.                                                                             {% sw_icon 'thumb-up' %}
  432.                                                                         {% elseif (areaIcon == "tools") %}
  433.                                                                             {% sw_icon 'tools' %}
  434.                                                                         {% elseif (areaIcon == "traffic-pawn") %}
  435.                                                                             {% sw_icon 'traffic-pawn' %}
  436.                                                                         {% elseif (areaIcon == "trash") %}
  437.                                                                             {% sw_icon 'trash' %}
  438.                                                                         {% elseif (areaIcon == "tray-down") %}
  439.                                                                             {% sw_icon 'tray-down' %}
  440.                                                                         {% elseif (areaIcon == "tray-up") %}
  441.                                                                             {% sw_icon 'tray-up' %}
  442.                                                                         {% elseif (areaIcon == "trophy") %}
  443.                                                                             {% sw_icon 'trophy' %}
  444.                                                                         {% elseif (areaIcon == "video-camera") %}
  445.                                                                             {% sw_icon 'video-camera' %}
  446.                                                                         {% elseif (areaIcon == "warning") %}
  447.                                                                             {% sw_icon 'warning' %}
  448.                                                                         {% elseif (areaIcon == "x-block") %}
  449.                                                                             {% sw_icon 'x-block' %}
  450.                                                                         {% elseif (areaIcon == "x-circle") %}
  451.                                                                             {% sw_icon 'x-circle' %}
  452.                                                                         {% elseif (areaIcon == "x-wide") %}
  453.                                                                             {% sw_icon 'x-wide' %}
  454.                                                                         {% elseif (areaIcon == "x") %}
  455.                                                                             {% sw_icon 'x' %}
  456.                                                                         {% endif %}
  457.                                                                     {% elseif (areaIconType == "snippet") %}
  458.                                                                         {% if ( i == 1) %}
  459.                                                                             {{ "tmms.topbarnotifications.Area1Icon"|trans|raw }}
  460.                                                                         {% elseif ( i == 2) %}
  461.                                                                             {{ "tmms.topbarnotifications.Area2Icon"|trans|raw }}
  462.                                                                         {% elseif ( i == 3) %}
  463.                                                                             {{ "tmms.topbarnotifications.Area3Icon"|trans|raw }}
  464.                                                                         {% elseif ( i == 4) %}
  465.                                                                             {{ "tmms.topbarnotifications.Area4Icon"|trans|raw }}
  466.                                                                         {% endif %}
  467.                                                                     {% endif %}
  468.                                                                 </span>
  469.                                                             {% endblock %}
  470.                                                             {% if (areaPositionContent == "iconleft") %}
  471.                                                                 {% block base_header_inner_topbarnotifications_container_topbar_nav_item_text_after %}
  472.                                                                     <span class="top-bar-notification-nav-item-text{% block base_header_inner_topbarnotifications_container_nav_item_text_after_cssclass %}{% endblock %}">
  473.                                                                         {% if (areaContentType == "texteditor") %}
  474.                                                                             {% if ( i == 1) %}
  475.                                                                                 {{ "tmms.topbarnotifications.Area1ContentTextEditor"|trans({"%area1contenttexteditor%": areaContent})|raw }}
  476.                                                                             {% elseif ( i == 2) %}
  477.                                                                                 {{ "tmms.topbarnotifications.Area2ContentTextEditor"|trans({"%area2contenttexteditor%": areaContent})|raw }}
  478.                                                                             {% elseif ( i == 3) %}
  479.                                                                                 {{ "tmms.topbarnotifications.Area3ContentTextEditor"|trans({"%area3contenttexteditor%": areaContent})|raw }}
  480.                                                                             {% elseif ( i == 4) %}
  481.                                                                                 {{ "tmms.topbarnotifications.Area4ContentTextEditor"|trans({"%area4contenttexteditor%": areaContent})|raw }}
  482.                                                                             {% endif %}
  483.                                                                         {% elseif (areaContentType == "snippet") %}
  484.                                                                             {% if ( i == 1) %}
  485.                                                                                 {{ "tmms.topbarnotifications.Area1Content"|trans|raw }}
  486.                                                                             {% elseif ( i == 2) %}
  487.                                                                                 {{ "tmms.topbarnotifications.Area2Content"|trans|raw }}
  488.                                                                             {% elseif ( i == 3) %}
  489.                                                                                 {{ "tmms.topbarnotifications.Area3Content"|trans|raw }}
  490.                                                                             {% elseif ( i == 4) %}
  491.                                                                                 {{ "tmms.topbarnotifications.Area4Content"|trans|raw }}
  492.                                                                             {% endif %}
  493.                                                                         {% endif %}
  494.                                                                     </span>
  495.                                                                 {% endblock %}
  496.                                                             {% endif %}
  497.                                                         </div>
  498.                                                     </div>
  499.                                                 {% endblock %}
  500.                                             {% if (areaLink != "") %}</a>{% endif %}
  501.                                         {% endblock %}
  502.                                     {% endif %}
  503.                                 {% endfor %}
  504.                                 {% if config('TmmsTopBarNotifications.config.topBarNotificationsShowAreaLanguageAndCurrencySelectionInTopBar') and config('TmmsTopBarNotifications.config.topBarNotificationsShowContentIn') == "topbar" %}
  505.                                     {% block base_header_inner_topbarnotifications_container_topbar_language_and_currency_selection %}
  506.                                         <div class="top-bar-notification-nav-item-container d-none d-lg-block{% block base_header_inner_topbarnotifications_container_topbar_language_and_currency_selection_cssclass %}{% endblock %}">
  507.                                             <div class="top-bar-notification-nav-item-inner-container top-bar-notification-nav-item-container-language-currency {{ config('TmmsTopBarNotifications.config.topBarNotificationsOrientationAreaLanguageAndCurrencySelectionInTopBar') }}{% block base_header_inner_topbarnotifications_container_topbar_language_and_currency_selection_inner_cssclass %}{% endblock %}">
  508.                                                 {% block layout_header_top_bar_language %}
  509.                                                     {% sw_include '@Storefront/storefront/layout/header/actions/language-widget.html.twig' %}
  510.                                                 {% endblock %}
  511.                                                 {% block layout_header_top_bar_currency %}
  512.                                                     {% sw_include '@Storefront/storefront/layout/header/actions/currency-widget.html.twig' %}
  513.                                                 {% endblock %}
  514.                                             </div>
  515.                                         </div>
  516.                                     {% endblock %}
  517.                                 {% endif %}
  518.                             {% endblock %}
  519.                         </nav>
  520.                     {% endblock %}
  521.                 </div>
  522.             {% endblock %}
  523.         </div>
  524.     {% endblock %}
  525. </div>