{% sw_extends '@Storefront/storefront/layout/footer.html.twig' %} {% set isFooterUspBarShow = config('SsikMetroLight.config.isFooterUspBarShow') %} {% set ssikAccountWidget = config('SsikMetroLight.config.ssikAccountWidget') %} {% block base_footer %} {% if isFooterUspBarShow == 1 %} {% sw_include '@Storefront/storefront/ssik/usp-footer.html.twig' %} {% endif %} {{parent()}} {% if ssikAccountWidget == 1 && not context.customer %} {% sw_include '@Storefront/storefront/ssik/login-form-modal.html.twig' %} {% endif %} {% endblock %}