{% load i18n lfs_tags static %}
{% for product in page_2.object_list %} {% endfor %}
{% trans 'Name' %} {% trans 'Manufacturer' %} {% trans 'Active' %}
{{ product.get_name }} {{ product.manufacturer|default_if_none:"" }} {% if product.is_active %} {% else %} {% endif %}