{% load list_tags %}
{% if listing_title %}{{ listing_title }}{% else %}{{ category.title }}{% endif %}
{{ order_by_form|get:'sort_by' }}
{% include 'cubane/ishop/elements/paginator_viewmode.html' with objects=products base=category.get_absolute_url %}