{## # Header bar account links # # @ListChild (list="layout.header.bar", weight="100") #}{% if this.isLogged() and not this.isCheckoutLayout() %} <div class="dropdown header_bar-my_account"> <a data-toggle="dropdown" data-target="#">{{ t('My account') }}</a> <ul class="account-links dropdown-menu"> {{ widget_list('layout.header.bar.links.logged') }} </ul> </div>{% endif %}