{% extends "oscar/catalogue/browse.html" %} {% load display_tags %} {% load basket_tags %} {% load category_tags %} {% load product_tags %} {% load i18n %} {% load oxyan %} {% load ocyanjson %} {% load wagtailcore_tags %} {% block title %} {% if summary %}{{summary}}{% else %}{{ block.super }}{% endif %}{% wagtail_site as current_site %}{% if current_site.site_name %} - {{ current_site.site_name }}{% endif %}{% endblock title %} {% block column_left %}
{% trans "No products found." %}
{% endif %} {% endblock product_list_section %} {% endblock product_list %} {% endblock content %} {% block onbodyload %} {{ block.super }} oscar.search.init(); {% endblock %}