{% sw_extends '@Storefront/storefront/component/product/listing.html.twig' %}
{% block product_listing %}
<div class="listing-subheader--total">
{{ searchResult.total }} {{ 'asus.listingSubheaderDevicesLabel'|trans|sw_sanitize }}
</div>
{{ parent() }}
{% endblock %}
{% block element_product_listing_box %}
{% sw_include '@Storefront/storefront/component/product/card/box.html.twig' with {
'layout': boxLayout,
'displayMode': displayMode,
'load': loop.index <= 6 or controllerName|lower != 'navigation' ? true : false
} %}
{% endblock %}