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

{% trans 'Topseller' %}

{% for ts in topseller %} {% endfor %}
{% trans 'Name' %} {% trans 'Position' %} {% trans 'SKU' %} {% trans 'Active' %} {% trans 'Sub type' %} {% trans 'Price' %} {% trans 'Edit' %}
{{ts.product.get_name}} {{ ts.product.get_sku }} {% if ts.product.is_active %} {% else %} {% endif %} {{ts.product.sub_type|sub_type_name}} {{ts.product.price|currency}} Edit Edit