{% load i18n shop_tags humanize %}

{% trans "Item Popularity All Time" %}

{% for item in popular_items %} {% if forloop.counter0 == 5 %}
{{ item.description }} {{ item.sku_count|intcomma }}
{% endif %} {% if forloop.last %} {% endif %} {% endfor %}