{% load i18n lfs_tags %}
{% if page.has_previous %} First Previous {% else %} {% trans 'First' %} {% trans 'Previous' %} {% endif %} {{page.number}} / {{paginator.num_pages}} {% if page.has_next %} Next Last {% else %} {% trans 'Next' %} {% trans 'Last' %} {% endif %}
{% for product in page.object_list %} {% endfor %}
{% trans 'Name' %} {% trans 'Sub type' %} {% trans 'Price' %}
{{product.get_name}} {{product.sub_type|sub_type_name}} {{product.price|currency}}

{% trans 'Assigned products' %}

{% for product in group_products %} {% endfor %}
{% trans 'Name' %} {% trans 'Sub type' %} {% trans 'Price' %} {% trans 'Edit' %}
{{product.get_name}} {{product.sub_type|sub_type_name}} {{product.price|currency}} {% trans 'Edit' %}