{% set menuHeader = getMenuWebsiteArray(app.request.locale,"header",connectUser) %}{% set menuHeaderRight = getMenuWebsiteArray(app.request.locale,"header-right",connectUser) %}<header id="header" class="tra-menu navbar-dark white-scroll"><div class="header-wrapper"><div class="wsmobileheader clearfix"><a href="{{ pathHomepage }}"><picture><img title="{{ websitename }}" alt="{{ websitename }}" src="{{ domain ~ logomobile }}" width="{{ logomobile_width }}" height="{{ logomobile_height }}" /></picture></a><a id="wsnavtoggle" class="wsanimated-arrow"><span></span></a></div><div class="wsmainfull menu clearfix"><div class="wsmainwp clearfix"><a href="{{ pathHomepage }}" aria-label="{{ websitename }}" title="{{ websitename }}" style="width:100px;"><picture><img alt="{{ websitename }}" title="{{ websitename }}" src="{{ domain ~ logo }}" {# width="{{ logo_width }}" height="{{ logo_height }}" #} style="margin-top:18px; width:137px;" /></picture></a><nav class="wsmenu clearfix"><ul class="wsmenu-list nav-theme">{% if menuHeader is not empty %}{% for m in menuHeader %}{% if m.link != "#" %}<li class="nl-simple" aria-haspopup="true"><a href="{{ m.link }}" {% if m.targetBlank == 1%}target="_blank"{% endif %} class="h-link">{{ m.title|translateLocale(arrayTranslate) }}</a></li>{% else %}{% set itemsLink = getMenuWebsiteItems(m.id) %}{% if itemsLink is not null %}<li aria-haspopup="true"><a href="#" class="h-link">{{ m.title|translateLocale(arrayTranslate) }} <span class="wsarrow"></span></a><ul class="sub-menu ico-10">{% for itl in itemsLink %}<li aria-haspopup="true" class="h-link"><a href="{{ itl.link }}" aria-label="{{ itl.title|translateLocale(arrayTranslate) }}" title="{{ itl.title|translateLocale(arrayTranslate) }}">{{ itl.title|translateLocale(arrayTranslate) }}</a></li>{% endfor %}</ul></li>{% endif %}{% endif %}{% endfor %}{% endif %}{% if menuHeaderRight is not empty %}{% for m in menuHeaderRight %}{% if m.typeButton == "download" %}<li class="nl-simple mobile-last-link" aria-haspopup="true"><a href="{{ m.link }}" {% if m.targetBlank == 1%}target="_blank"{% endif %} class="btn r-36 ico-20 ico-right btn--theme hover--tra-white last-link" style="border-color:#2D84C9 !important; background-color: #2D84C9 !important;"> {{ m.title|translateLocale(arrayTranslate) }} <span class="flaticon-download-file"></span></a></li>{% else %}<li class="nl-simple" aria-haspopup="true"><a href="{{ m.link }}" {% if m.targetBlank == 1%}target="_blank"{% endif %} class="h-link">{{ m.title|translateLocale(arrayTranslate) }}</a></li>{% endif %}{% endfor %}{% endif %}</ul></nav></div></div></div></header>