{% load i18n %} {% url "oscar_wagtail:product_choose" as linkurl %} {% for product in items %} {% endfor %}
{% trans "Title" %}
{% if choosing %}

{{ product }}

{% else %}

{{ product }}

{% endif %}
{% include "wagtailadmin/shared/pagination_nav.html" with items=items is_ajax=1 %}