{% sw_extends '@Storefront/storefront/layout/header/header.html.twig' %}
{% block layout_header_actions %}
{{ parent() }}
{% sw_include '@TopdataTopFeedSW6/storefront/page/linked-products-popup/modal.html.twig' %}
<form name="TopFeedListLinkedProducts"
method="post"
action="{{ path("frontend.topdata_top_feed.list_linked_products") }}">
{{ sw_csrf('frontend.topdata_top_feed.list_linked_products') }}
</form>
{% endblock %}