{% load i18n %} {% load lfs_tags %} {% if products %} {% if page_2.has_previous %} First Previous {% else %} {% trans 'First' %} {% trans 'Previous' %} {% endif %} {{page_2.number}} / {{paginator_2.num_pages}} {% if page_2.has_next %} {% trans 'Next' %} {% trans 'Last' %} {% else %} {% trans 'Next' %} {% trans 'Last' %} {% endif %}
{% else %}{% trans 'This category has no products yet.' %}
{% endif %}