{% load i18n %}
{% for product in page.object_list %}
{{ product.get_name }}
{% endfor %}